ApplicationBlocks issue

Hi all,

I am working on a project which is created a couple years ago. It is
written in C# (.net 1.1) and the developer has left the project.

The auto-update feature is current not working. When I run the startup
I keep getting this error message:

"An unhandled exception of type 'System.TypeLoadException' occurred in
microsoft.practices.enterpriselibrary.configuration.dll

Additional information: Could not load type
Microsoft.ApplicationBlocks.Updater.Downloaders.HttpDownload erProviderData
from assembly Microsoft.ApplicationBlocks.Updater.Downloaders.".

Today I downloaded "Microsoft Enterprise Library June 2005" and
"Updater Application Block 2.0" to my machine. I also built the
"Updater Application Block 2.0" solution. I am still getting the error
after rereference all my libraries.

When I checked the "Downloaders" code in "ApplicationBlocks", I only
found BitsDownloaderProviderData inside.

Any idea where I can get the "HttpDownloaderProviderData"?

Thanks a lot.

Linda
Linda Chen [ Do, 10 Januar 2008 20:15 ] [ ID #1904243 ]

Re: ApplicationBlocks issue

It is a user sample that is missing:
http://www.gotdotnet.com/Community/UserSamples/Details.aspx? SampleGuid=C639333E-A1EE-420E-9CC5-325879E74AE8

--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA

*************************************************
| Think outside the box!
|
*************************************************
<linda.chen [at] faa.gov> wrote in message
news:c24cb417-cfb0-4324-a34c-825b87959865 [at] c23g2000hsa.google groups.com...
> Hi all,
>
> I am working on a project which is created a couple years ago. It is
> written in C# (.net 1.1) and the developer has left the project.
>
> The auto-update feature is current not working. When I run the startup
> I keep getting this error message:
>
> "An unhandled exception of type 'System.TypeLoadException' occurred in
> microsoft.practices.enterpriselibrary.configuration.dll
>
> Additional information: Could not load type
> Microsoft.ApplicationBlocks.Updater.Downloaders.HttpDownload erProviderData
> from assembly Microsoft.ApplicationBlocks.Updater.Downloaders.".
>
> Today I downloaded "Microsoft Enterprise Library June 2005" and
> "Updater Application Block 2.0" to my machine. I also built the
> "Updater Application Block 2.0" solution. I am still getting the error
> after rereference all my libraries.
>
> When I checked the "Downloaders" code in "ApplicationBlocks", I only
> found BitsDownloaderProviderData inside.
>
> Any idea where I can get the "HttpDownloaderProviderData"?
>
> Thanks a lot.
>
> Linda
NoSpamMgbworld [ Fr, 11 Januar 2008 05:09 ] [ ID #1905131 ]
Microsoft » microsoft.public.dotnet.general » ApplicationBlocks issue

Vorheriges Thema: Registering MSDN Professional
Nächstes Thema: What is counterpart to C++ "__asm int 3"