While attempting to perform a build on an .aspx page from within VS
2005 I receive the "Could not load type" error pertaining to the class
representing the page. The class is derived from a custom base class
(which itself is derived from System.Web.UI.Page). This custom base
class has been used in other projects successfully. The Inherits
attribute of the @Page directive is properly assigned and the
application root is properly configured as an ASP.NET 2.0 application.
This error frequently occurs when developers attempt to browse a page
which they have not explicitly compiled, but in this case the error
occurs when I attempt to compile from within the IDE. Any suggestions
would be greatly appreciated!
Tom McCoid