When I open up a new project, even before I do anything I get these errors in Program.cs:
How can I fix these?
Code:
Application.[COLOR="Red"]EnableVisualStyles[/COLOR](); Application.[COLOR="Red"]SetCompatibleTextRenderingDefault[/COLOR](false); Application.[COLOR="Red"]Run[/COLOR](new Form1());