What does this error mean?
'Sub Main' was not found in 'Assignment_Projector.Form1'.
Thanks for your time.
Furry
Printable View
What does this error mean?
'Sub Main' was not found in 'Assignment_Projector.Form1'.
Thanks for your time.
Furry
Happens when there is not Sub Main entry point to your program. You should be given a dialog to set your form or whatever as the start-up object the first time this occurs. You won't be receiving this error after this action.
You can also go into Project, Properties and set it before you start building.
Thanks for your response.
I didn't see a properties option under the project menu. :confused: This is what you're talking about right?
It looks like this, make sure you select the project not the solution:
http://www.vbforums.com/attachment.p...postid=1221126
From there it takes you to the '[ProjectName] Property Pages' dialog and the startup object is choosen there:
http://www.vbforums.com/attachment.p...postid=1221129
Thanks, Edneesis. Works great now! :)
Furry