How to invoke cs or vb compiler from inside vb code during runtime?

esmithz

Newcomer
Joined
Sep 15, 2003
Messages
12
Hello.

I'm building an app that will allow users to edit library(.dll) source code during run time. After making changes the vb app that calls the editor will then invoke a compiler using the previously edited text file as the source.

I have a good example of how to do this using a C# program but I don't know how to do it using VB with .NET studio as the IDE.

Any help would be appreciated.

Thanks.
 
Back
Top