.net framework service pack 2 - access denied error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Ever since I installed .net service pack 2, every time I recompile my asp.net application, I get the "Access denied" error message for one of my Library components I have created

The error happens in maching.config

<add assembly="*" /

I can't uninstall the service pack 2 to fix this. Is anybody else experiencing this error?
 
If you are running Indexing Service and aren't using it, try shutting it
down. It solved my problem.

Jason Bentley

Huzaifa Tapal said:
Ever since I installed .net service pack 2, every time I recompile my
asp.net application, I get the "Access denied" error message for one of my
Library components I have created.
The error happens in maching.config:

<add assembly="*" />

I can't uninstall the service pack 2 to fix this. Is anybody else
experiencing this error?
 
Go to Control Panel -> Administrative Tools -> Services -> Indexing Service.

Jason Bentley
 

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

Back
Top