Visual Studio Web Forms Designer Error: File Could not be loaded

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
I'm using MS Visual Studio .NET 2003. I created a new class which inherits from System.Web.UI.Page:

public class MyPage : System.Web.UI.Page
{

}

From the Solution Explorer i dclick the MyPage.aspx to go into the designer mode but get the error message:

The file could not be loaded into the Web Forms designer.* Please correct the following error:*
An exception occurred while trying to create an instance of MyInfo.MyPage.* The exception was :Object reference not set to an instance of an object.*.*


Any solutions?

Tahnks.

More...

View All Our Microsoft Related Feeds
 
Back
Top