Click here to Skip to main content
15,885,953 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
XML
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 'ITsecPS.xyz.Client.Global.Global'.

Source Error:


Line 1:  <%@ Application Codebehind="Global.asax.cs" Inherits="ITsecPS.XYZ.Client.Global.Global" %>
Line 2:

Source File: /global.asax    Line: 1
Posted
Updated 25-Jun-15 18:55pm
v2

1 solution

The error message is pretty explicit:
Could not load type 'ITsecPS.xyz.Client.Global.Global'

So look at your Global.asax.cs file, and see if the class exists...

We can't do that for you!
 
Share this answer
 
Comments
Mangesh9692 26-Jun-15 6:14am    
Hi Thanks for reply,
yes, that class is present in my Global.asax.cs file

Is this error belonging to assembly version.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900