Parser Error Message: Could not load type 'PTS.Global'.

G

Guest

I have an asp.net application. I am able to combile the application in vs.net
but when i run/browse the application i am getting the following error.

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 'PTS.Global'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="PTS.Global" %>
Source File: Z:\TOOLS\WebPTS\code\global.asax Line: 1

I have checked in the IIS, An application is created for this web appliction.

Note : The application files are kept in a shared folder in z: drive.
 
B

Brock Allen

If Z: is a mapped drive then you're going to have problems. Mapping a drive
is for your interactive login only so it won't be visible to the ASP.NET
worker process. Try using a UNC path instead. One note: Now that the code
is coming from off-host, it's going to be granted fewer permissions from
Caode Access Security and you might run into other problems.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,072
Latest member
trafficcone

Latest Threads

Top