CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Threaded View

  1. #1
    Join Date
    Dec 2001
    Posts
    391

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

    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 attached error message.


    Any solutions?

    Tahnks.
    Attached Images Attached Images
    Last edited by quantass; March 3rd, 2008 at 03:07 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured