How can I add a referenced assemblie after compiling it?

  • Thread starter Thread starter Scythen
  • Start date Start date
S

Scythen

I'm using the CSharpCodeProvider and I would like to compile one .cs
file and then compile another cs file that references the first one.

I know how to add registered assemblies to the compilerParameters but
will that work for things that I compile?

If so, how do I specify the compiled object in the ReferencedAssemblies
list?
 

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

Back
Top