I have a C# class in Visual Studios2010 that is referencing a globals class in the same namespace. This project is in a solution with several other projects and will build on its own. When I try to build the entire solution it loses reference to the globals class in its own namespace. The weird thing about this is there is another class also using globals in the same namespace and it works just fine.
Things I have tried:
-Changing the framework to every possible option.
-Deleting the class completely cleaning rebuilding restarting my computer etc.
-Making the project the startup project
Any help on this matter would be greatly appreciated I’m chasing my tail at this point.