I remember a few weeks ago when I re-registered our code and created some namespaces in our project, I got an error and the system did not allow me to create a namespace companyName.projectName.System, I had to change it to companyName.projectName.Systeminfo. I do not know why. I know there is a namespace System, but it is not companyName.projectName.System. I think the namespace A.B.Cshould be different from the namespace A.A.C. Correctly?
EDIT
The error I received looks like this:
Error 7 The type or namespace name 'Windows' does not exist in the namespace 'MyCompany.SystemSoftware.System' (are you missing an assembly reference?) C:\workspace\SystemSoftware\SystemSoftware\obj\Release\src\startup\App.g.cs 39 39 SystemSoftware
source
share