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?
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?