Parser Error Message: Could not load type '_Default'

Discussion in 'ASP.NET 2.0' started by Aristotle, Dec 5, 2005.

  1. Server Error in '/' Application.
    Parser Error
    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: Could not load type '_Default'.

    --------------------------------------------------------------

    I've seen this type of error often so I've posted it here.
    One cause of the error is that the application was compiled with the beta version of the .NET 2.0 framework. It will not work with the realeased version installed on our web servers. Update your .NET Framework 2.0 and/or Visual Studio with the latest release and recompile.

    DiscountASP.NET
    www.DiscountASP.NET

    Post Edited (Aristotle [DASP]) : 12/22/2005 1:32:09 AM GMT
     
  2. Even though I am using the latest version of VS 2005 Pro, I continue to get this error. Any other suggestions?
     
  3. Can you confirm if your website is set with the asp.net 2.0 framework (and not 1.x)?



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  4. ASP.Net 2.0 Framework
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    hmmm.. can't really tell what's going on.

    What is the URL that produce this error?

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  6. Version Information:Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300



    Joel Thoms
    DiscountASP.NET
    http://www.DiscountASP.NET
     
  7. Bruce

    Bruce DiscountASP.NET Staff

Share This Page