Posted on: 1/30/2014 5:17:14 PM | Views : 696

Im creating a base class for some of my pages and the codebehind for these pages cant see the base class.  I placed it in the app_code folder.
I have another class library in my solution, I could add it to that or just leave it in the web project.
Its using the same namespace as my page class, but yet the page cant see the base class?

[ updated]
Sorry, I just figured it out.  I just dropped my base class directly into the web project folder....but the class properties setting for "Build Action" was set to "content".  I changed it to "compile" and that did it.  The class wasnt being built...so that would cause the other classes not to see it.
problem solved (in case anyone else finds this)

Go to the complete details ...