Access Denied

D

dave

When I start a VS.net web app (with or without) debugging,
about half the time I get

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\securitypoints.gui\447da937
\deaebeb2\assembly\dl2\1941b49f\e27a84db_2ccec301
\securitypoints.businessfacade.dll': Access is denied.

Source Error:

[No relevant source lines]

Some months ago I had a similar problem where index
services was tying up a file so now I have index services
disabled. Also, I have given ASPNET full control to
c:\winnt\microsoft.net. As the box administrator I have
full control. I've got <identity impersonate="true" />
in my web.config

If I restart IIS when the error occurs, it clears it, but
it always comes back.

Any ideas?
 
A

Alvin Bruney

I believe it is still your indexing service. The indexing service is set to
come back on when the machine is rebooted. Verify that this is not the case
before going further.
 
D

dave

Nope...It is still disabled
-----Original Message-----
I believe it is still your indexing service. The indexing service is set to
come back on when the machine is rebooted. Verify that this is not the case
before going further.

When I start a VS.net web app (with or without) debugging,
about half the time I get

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\securitypoints.gui\447da937
\deaebeb2\assembly\dl2\1941b49f\e27a84db_2ccec301
\securitypoints.businessfacade.dll': Access is denied.

Source Error:

[No relevant source lines]

Some months ago I had a similar problem where index
services was tying up a file so now I have index services
disabled. Also, I have given ASPNET full control to
c:\winnt\microsoft.net. As the box administrator I have
full control. I've got <identity impersonate="true" />
in my web.config

If I restart IIS when the error occurs, it clears it, but
it always comes back.

Any ideas?


.
 
A

Alvin Bruney

did you figure this out or do you still need help on this?
dave said:
Nope...It is still disabled
-----Original Message-----
I believe it is still your indexing service. The indexing service is set to
come back on when the machine is rebooted. Verify that this is not the case
before going further.

When I start a VS.net web app (with or without) debugging,
about half the time I get

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\securitypoints.gui\447da937
\deaebeb2\assembly\dl2\1941b49f\e27a84db_2ccec301
\securitypoints.businessfacade.dll': Access is denied.

Source Error:

[No relevant source lines]

Some months ago I had a similar problem where index
services was tying up a file so now I have index services
disabled. Also, I have given ASPNET full control to
c:\winnt\microsoft.net. As the box administrator I have
full control. I've got <identity impersonate="true" />
in my web.config

If I restart IIS when the error occurs, it clears it, but
it always comes back.

Any ideas?


.
 
G

Guest

Did you ever get this figured out ? I'm seeing similar problems. No indexing running, and if I refresh the page again, most of the time it will work. It's like something is holding it locked - if I wait 1 or 2 seconds and refresh, it'll compile and come up. But unfortunately, it happens everytime for every page in the app. Any time I change pages I get that error

Thanks for any...and I do mean any... help that you can give me

-- Mike
 
G

Guest

I get the same error message without indexing service running:

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.

The error only occurs when I stop the running debug mode application. Make some changes to the code behind, and Run the app again. After receiving the error, stopping the solution ans starting it up again works just fine.... So it occurs everytime I make some code changes after just running the web app.

Kinda weird....
 
R

RobT

I'm also getting this error now. Has anyone found a fix for it yet? If
so, I'd be very interested in it.

Cheers
Rob
 

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

Top