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.
n4ixt - 23 Mar 2006 18:17 GMT
Just wondering where you found info on using CodeDom. Most of what I have
found has been rather sparse.
Thanks,
Robert
>I am using CodeDomProvider.CompileAssemblyFromSource to compile an assembly
>in memory.
[quoted text clipped - 3 lines]
> compilation fails ("Metadata file ... could not be found") yet the
> AssemblyResolve event is not raised.