.NET Framework Bookmark and Share   
 index > .NET Base Class Library > Executing VB code at runtime
 

Executing VB code at runtime

Is it possible to compile or execute straight vb code from a .net app?  I have seen lots of articles and tried it with vb.net successfully.  I need either an easy way to convert the vb to vb.net or something like the VBCodeProvider.  Any input?
f00sion

The reason it works with VB.NET is because VB.NET is passing intermediate code to a compiler anyhow ( the runtime ).

VB->VB.NET is apparently fraught with danger, there's no easy, reliable way, or so I am told.

 

cgraus

The reason it works with VB.NET is because VB.NET is passing intermediate code to a compiler anyhow ( the runtime ).

VB->VB.NET is apparently fraught with danger, there's no easy, reliable way, or so I am told.

 

cgraus

You can use google to search for other answers

Custom Search

More Threads

• Changing the Cursor Style on ListView
• RSA Signatures
• Getting messages from removable media
• Getting variable's declaring class through reflection
• Using .NET 2.0 component using .NET 1.1 application
• 80070005 Error from ASP.NET Application
• how to print on specefic location?
• Avoid the Bcc from mail sending
• How do I create an MDI like .NET App
• Problem using Left() in ASP.NET