I m getting the error whenever i try to run pages under login page ... but these things working fine

Discussion in 'ASP.NET / ASP.NET Core' started by Millate, Feb 18, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. I m getting this error whenever i try to run pages under login page ... but these things working fine on my development PC. I spent lot of time on it but couldn?t get the solution because i m not facing this problem on my development pc.
    Server Error in '/ Admin' Application. </o:p>
    Parser Error </o:p>
    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 'DMF.Admin_Login'.
    Source Error:
    Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="Login.aspx.vb" Inherits="DMF.Admin_Login" validateRequest=false %>
    Line 2: <%@ Register TagPrefix="uc2" TagName="Footer" Src="UserControl/Footer.ascx" %>
    Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
    Source File: E:\web\designmyfu1\htdocs\admin\login.aspx Line: 1
    Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
     
  2. Last time you posted this error:
    http://community.discountasp.net/default.aspx?f=5&amp;m=22607

    ...I thought it may have been an Express DB problem.

    This now looks like you may not have transferred all of the code files to the remote server.
    Do you have a good tool to sync your local files to remote?
    Salute,
    Mark
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    since you are using .net 1.1, check the bin directory and make sure all the dlls are uploaded.


    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
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