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?