CodeDom AppDomain & AssemblyResolve event

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.
 
N

n4ixt

Just wondering where you found info on using CodeDom. Most of what I have
found has been rather sparse.

Thanks,

Robert
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top