|
-
May 10th, 2013, 04:59 AM
#3
Re: How to Recover Partial Project for VSB Express
 Originally Posted by Nightwalker83
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.
 Originally Posted by gep13
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|