R
R. Ian Lee
I'm running VS.NET 2003. I have an ASP.NET application
that has been working just fine in both debug &
production modes. But, now when I try to run the
application through debug mode I usually get the
following message before the application starts.
"A first chance exception of
type 'System.UnauthorizedAccessException' occurred in
mscorlib.dll
Additional Information: Access to the path "JSEMS.PDB"
is denied."
I have tried modifying the permissions on the bin folder
where this file resides and it doesn't seem to help.
Currently, I've got security set to full permissions
for "Everyone" and I still get the error.
Occassionally, I am able to get it to work but there
doesn't seem to be any real pattern to it. By using
the "Start Without Debugging" option I am able to run the
application, but obviously it doesn't help when debugging.
Thanks!
Ian
that has been working just fine in both debug &
production modes. But, now when I try to run the
application through debug mode I usually get the
following message before the application starts.
"A first chance exception of
type 'System.UnauthorizedAccessException' occurred in
mscorlib.dll
Additional Information: Access to the path "JSEMS.PDB"
is denied."
I have tried modifying the permissions on the bin folder
where this file resides and it doesn't seem to help.
Currently, I've got security set to full permissions
for "Everyone" and I still get the error.
Occassionally, I am able to get it to work but there
doesn't seem to be any real pattern to it. By using
the "Start Without Debugging" option I am able to run the
application, but obviously it doesn't help when debugging.
Thanks!
Ian