Microsoft.CSharp.Compiler
I'm trying to use the Compiler class to dynamically compile a class.
When I invoke it, I get COM error: cannot change thread mode after it is set.
Has anyone tried using the compile class and got it to work successfully?
Thanks.