ASPnet: Parser Error Message: Could not load type _Default’.

Published by

Posted on May 25, 2009

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: _Default

Ensure your app has been setup as a application and it set to the correct framework within iis

also ensure you are calling the correct projectname and class
Inherits=” .”

something = class which can be found in  the source file
Public Class _Default
Code-behind model