Access Denied!

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

About half the time when I start my app with debugging I
get:

BC31011: Unable to load referenced
library 'c:\winnt\microsoft.net\framework\v1.1.4322
\temporary asp.net files\securitypoints.gui\447da937
\deaebeb2\assembly\dl2\49de659f\14edd8e4_a2c9c301
\securitypoints.data.dll': Access is denied.

Where "securitypoints.data" is part of my project (in a
seperate project)

Most of the time Restarting IIS resolves the problem but
that's a pain. Anyone have any ideas?

Thanks...
 
Hi Dave,

I don't want to send you on a wild goose chase, but I had a similar
experience with access being denied (although to a different dll file) when
opening the project from both VS.NET and Dreamweaver MX simultaneously. My
solution was to turn off Indexing on my XP system (via Control Panel |
Add/Remove Programs | Windows Components...).

Jeff
 
Thanks Jeff for the tip.

Turning off Indexing on my XP seems to catch the wild
goose. I encountered a similiar error message most of the
times trying to load ASP.NET page without a clue what to
do.

Thanh
 
Thanks Jeff -

I had a similar problem months ago and I turned off
indexing services so I did that this time...no help!
 
Half the time I start my ASP.NET project in debug mode I get this
errorL

Compilation Error
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following
specific error details and modify your source code appropriately.

Compiler Error Message: BC31011: Unable to load referenced library
'c:\winnt\microsoft.net\framework\v1.1.4322\temporary asp.net
files\grouptradingplatform\2d1be278\26132f87\assembly\dl2\f14c5726\002f5cc9_caa7c301\microsoft.applicationblocks.exceptionmanagement.dll':
Access is denied.

Source Error:



[No relevant source lines]


Source File: vbc : Line: 0

Any ideads???
 
Back
Top