I am new to MVC and not sure what I am doing wrong.
I have a solution with two projects in it. One is a C# library class project and the other is an ASP.NET MVC project.
The class library project is for holding a class used by the MVC project.
But I can't get the MVC Project to "see" the class project.
I have added a reference to the class library project in the MVC project, but when I try using MVC.Class
in the MVC code file I can't access the files in the class project -- it is gray out and doesn't see the class project.
Can someone please tell me what I am doing wrong. Thanks for the help.