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?
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?
Comment