CodeDom AppDomain & AssemblyResolve event

  • Thread starter Thread starter richlm
  • Start date Start date
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.
 
Just wondering where you found info on using CodeDom. Most of what I have
found has been rather sparse.

Thanks,

Robert
 
Back
Top