I have a class located in App_Code that can't be seen by my ASPX pages.
Anyone know why this could be?
I have a class located in App_Code that can't be seen by my ASPX pages.
Anyone know why this could be?
See this article:
It's a bit too much to explain fully in a post here.
http://vishaljoshi.blogspot.com/2009/07/appcode-folder-doesnt-work-with-web.html
Is this a web application project, or a web site project?
Ensure that the namespace is respected, either by using
or fully qualified.
Consider renaming the directory to something else... perhaps "Helpers" or something descriptive.