parser error

Discussion in 'C#' started by kkgin, Sep 20, 2007.

  1. #1
    Hi DP members, Please help me to rectify the problem.



    following error is there on url:

    http://www.shrishtisoftech.com/OMS/Login.aspx



    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 the assembly 'App_Web_bipjygkv'. Make sure that it is compiled before accessing the page.

    Source Error:


    Line 1: <%@ page language="C#" masterpagefile="ClientMaster.master" autoeventwireup="true" inherits="Default2, App_Web_bipjygkv" %>
    Line 2:
    Line 3: <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">



    Source File: /OMS/Login.aspx Line: 1



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

    Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
     
    kkgin, Sep 20, 2007 IP
  2. Mike Bell

    Mike Bell Active Member

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #2
    Did you get this resolved? Is App_Web_bipjygkv in fact the name of your assembly?
     
    Mike Bell, Sep 25, 2007 IP
  3. kkgin

    kkgin Peon

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    what it is???
     
    kkgin, Sep 27, 2007 IP
  4. adrevol

    adrevol Active Member

    Messages:
    124
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #4
    i think u have to recompile once and test it again ..
     
    adrevol, Sep 27, 2007 IP
  5. Sellertools

    Sellertools Peon

    Messages:
    9
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Stop IIS
    Kill DLLHost
    Kill ASPNET_WP
    Kill W3WP

    Ensure Visual Studio is closed if on same box.

    Clear your asp.net temporary files; C:\WINDOWS\Microsoft.NET\Framework\[FrameWork Version]\Temporary ASP.NET Files

    start IIS and try accessing the URL again.

    Helps alot of times
     
    Sellertools, Oct 14, 2007 IP