I have just started trying to learn VB .Net. I created a new windows application project that consists of nothing but an empty form. When I try to run the form I get the following compile error:

'Sub Main' not found in TestApp.Form1.

I looked in my book for any clues and noticed that a console application contains code in the Sub Main routine. Is the project I created somehow having an identity crisis? How can I fix this?

Please help...