ApplicationBlocks issue
am 10.01.2008 20:15:06 von Linda Chen
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
Re: ApplicationBlocks issue
am 11.01.2008 05:09:14 von NoSpamMgbworld
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!
|
*************************************************
wrote in message
news:c24cb417-cfb0-4324-a34c-825b87959865@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