Moderated discussion of advanced .NET topics.
> [mailto:[EMAIL PROTECTED] Behalf Of Rick Warta
> Sent: Friday, February 21, 2003 8:47 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [ADVANCED-DOTNET] AppDomain.Load failure
>
>
> The assembly I'm attempting to load using AppDomain.Lo
The assembly I'm attempting to load using AppDomain.Load only references
System, System.Data, and System.XML, which are all FCL (v1.0.3705)
assemblies located in the GAC.
To narrow the problem down I used the C# Class Library wizard with the
default single .cs file, in which is a single [Serializa
19, 2003 2:46 PM
> To: [EMAIL PROTECTED]
> Subject: [ADVANCED-DOTNET] AppDomain.Load failure
>
>
> I get an exception when trying to use AppDomain.Load( assemblyName ). The
> name of the assembly for my example is "Helper." The exception reports:
>
> "File o
I get an exception when trying to use AppDomain.Load( assemblyName ). The
name of the assembly for my example is "Helper." The exception reports:
"File or assembly name Helper, or one of its dependencies, was not found."
When I examine the log produced by FUSLOGVW.exe, however, the loader
clearl