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.