icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 772 forks source link

Errors when naming a project 'Application' #710

Closed salahalami closed 9 years ago

salahalami commented 9 years ago

Naming a project with the name Application will cause some errors when trying to compile a WinForms, this is because the namespace will also named Application, causing an ambiguity. If the name is Application, the namespace of the project files must be renamed to something else.

mrward commented 9 years ago

There are no plans to fix this. Visual Studio has the same problem.