NewsBot
1
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
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