R
richlm
I am using CodeDomProvider.CompileAssemblyFromSource to compile an assembly
in memory.
I would like to use the AppDomain AssemblyResolve event to help resolve
references added via CompilerParameters.ReferencedAssemblies - but the
compilation fails ("Metadata file ... could not be found") yet the
AssemblyResolve event is not raised.
in memory.
I would like to use the AppDomain AssemblyResolve event to help resolve
references added via CompilerParameters.ReferencedAssemblies - but the
compilation fails ("Metadata file ... could not be found") yet the
AssemblyResolve event is not raised.