.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
 
Back
Top