Quote Originally Posted by Nightwalker83 View Post
What do you mean by "VSBasic-invoking files"?
I think he means the solution and project files.

When you mention that it will not compile your source when you create a new project and paste the old .vb file content into the newly created one, what error message do you get? Is it perhaps something in the line of "Sub Main was not found in ConsoleApplication1.Module1"? If that is the case you only need to change the startup object, click on Project Properties (on the Project menu) and on the Application tab change the Startup Object to Sub Main.

Quote Originally Posted by gep13 View Post
I am going to move your question to the General Developer Forum, as I suspect that this is the best place to get an answer to your question.
It belongs in VB.Net so I in turn moved it there.