C# Windows Form Application Errors

02/17/2010 22:22 Decker_#1
When I open up a new project, even before I do anything I get these errors in Program.cs:

Code:
Application.[COLOR="Red"]EnableVisualStyles[/COLOR]();
Application.[COLOR="Red"]SetCompatibleTextRenderingDefault[/COLOR](false);
Application.[COLOR="Red"]Run[/COLOR](new Form1());
How can I fix these?
02/17/2010 22:25 Arcо#2
Do you have a form setup yet?
02/17/2010 22:27 Decker_#3
It wasn't doing these errors the first time I did it.
I made the application and its setup already and everthing and I still have these errors.
02/17/2010 22:29 Arcо#4
Quote:
Originally Posted by Decker_ View Post
It wasn't doing these errors the first time I did it.
I made the application and its setup already and everthing and I still have these errors.
Did you try deleting the project and starting an entirely new one.
02/17/2010 22:30 Decker_#5
Yes I have done that twice.