How can I change the project namespace in Visual Studio?
The namespace is currently WindowsFormsApplication16, and I want the namespace to be MyNa
WindowsFormsApplication16
MyNa
"Default Namespace textbox in project properties is disabled" Same with me (VS 2010). I edited the project file ("xxx.csproj") and tweaked the item. That changed the default namespace.