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

esmithz

Member
Joined
Sep 15, 2003
Messages
12
Hello.

Im 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 dont know how to do it using VB with .NET studio as the IDE.

Any help would be appreciated.

Thanks.
 
I have a good example of how to do this using a C# program but I dont know how to do it using VB with .NET studio as the IDE.
The same method would apply under Visual Basic .NET.

[msdn]System.CodeDom.Compiler[/msdn]
 
Back
Top