I have a Class Library project and MVC project in the one solution.
My class library has the namespace MyStuff.Classes
My MVC project has the namespace MyStuff.Web
I can't seem to access my class library from the mvc project or vice versa directly or with a using directive??
Whats the best way to use namespaces in this instances? and in general? any hints tips welcome.
Thanks