Could not load type...

Discussion in 'ASP.NET / ASP.NET Core' started by adwins04, May 24, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I am getting an error message on many of my pages (mostly login pages and pages imbedded in 3 folders deep in my application. The message is-
    "Could not load type 'www.*********.***.***.****.****.login'.
    This error message also comes up for many other pages.
    It is referring to the Inherits clause in the page directive. I am using ASP.NET C# in Visual Studio.NET. Please Help Me! This error is driving me nuts.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

    this error means that you have not uploaded the dll to the bin directory.


    quote:Originally posted by adwins04

    I am getting an error message on many of my pages (mostly login pages and pages imbedded in 3 folders deep in my application. The message is-
    "Could not load type 'www.*********.***.***.****.****.login'.
    This error message also comes up for many other pages.
    It is referring to the Inherits clause in the page directive. I am using ASP.NET C# in Visual Studio.NET. Please Help Me! This error is driving me nuts.
    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page