Link to home
Start Free TrialLog in
Avatar of astromex
astromex

asked on

Access is denied: 'Microsoft.ApplicationBlocks.Data'.

I have a sort of intermittent problem. It occurs frequently, but is often resolved after I reboot the O/S or shutdown/resart VS.net 2003.
Line 198 is highlighted red
Any ideas? I am programmng in VB.NET.


The error message:
Parser Error Message: Access is denied: 'Microsoft.ApplicationBlocks.Data'.
Source Error:
Line 196:                        <add assembly="System.EnterpriseServices, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 197:                        <add assembly="System.Web.Mobile, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198:                        <add assembly="*"/>
Line 199:                  </assemblies>
Line 200:            </compilation>
Source File: c:\windows\microsoft.net\framework\v1.1.4322\Config\machine.config    Line: 198

Avatar of REA_ANDREW
REA_ANDREW
Flag of United Kingdom of Great Britain and Northern Ireland image

What is the purpose of the "*" assembly?
ASKER CERTIFIED SOLUTION
Avatar of SystemExpert
SystemExpert
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Is it suppoed to go into thr global machine.config file or the global web.config file, which is in the same folder I think.
Avatar of astromex
astromex

ASKER

Hi SystemExpert, Thats interesting because yesterday I was playing around with the Indexing service. (it was disabled)
If I "Stop it and Restart It" does that mean it will happen again? should I disable the Indexing Service again permanently?
No

It's  not like that

Thanks
I am just waiting until it does it again...
(Typical - its been doing it all day, until now that I want it to happen!)
Well its not happening anymore, so I will have to assume that Indexing service was the problem. It makes sense as like I said, I had been playing with it earlier that day.

Thanks