Parser Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arun1985
    New Member
    • Jul 2007
    • 8

    #1

    Parser Error

    When i upload my project to the server and open the login page i get the following error in global.asax file?



    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 'anmar.SharpWeb Mail.UI.Global' .

    Source Error:

    Line 1: <%@ Application language="C#" Inherits="anmar .SharpWebMail.U I.Global"%>
    Line 2:



    Source File: d:\hosting\mmen gineers\global. asax Line: 1


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

    Version Information: Microsoft .NET Framework Version:1.1.432 2.2300; ASP.NET Version:1.1.432 2.2300

    Can anyone provide a solution?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    it sounds like the reference to that .dll has gotten messed up somehow.
    I would try to remove and then re-add the reference to see if it helps?

    Comment

    Working...