473,395 Members | 2,192 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Parser Error Message: Access is denied

I’m experiencing the following error. Research I’ve done implies that this is caused by a conflict with index server. I’ve disabled index server and continue to get the error. I’ve also disabled the antivirus real time scanning
The application is running perfectly on other servers. Any help is appreciated

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'Interop.CDO'

Source Error:

Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 199: <add assembly="*"/
Line 200: </assemblies
Line 201

Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line: 19

Nov 18 '05 #1
3 2176
I have tended to get this error when my .Net assembly permissions are not
set correctly.
Try going into the .Net Wizards (in Win2k it's in Administrative Tools) and
select the Adjust .Net Security wizard. Make changes to your computer and
then make sure that My Computer is set to Full Trust. I also set Local
Intranet to Full Trust as well, but I'm not sure that's required. Try that
and see if it helps any.

HTH,
-Cliff

"Christopher" <an*******@discussions.microsoft.com> wrote in message
news:44**********************************@microsof t.com...
I'm experiencing the following error. Research I've done implies that this is caused by a conflict with index server. I've disabled index server
and continue to get the error. I've also disabled the antivirus real time
scanning. The application is running perfectly on other servers. Any help is appreciated.

Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: Access is denied: 'Interop.CDO'.

Source Error:

Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:

Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line:
199

Nov 18 '05 #2
CWS
Thanks for the suggestion Cliff, but this did not work. I'm still looking,
if anyone has any ideas.

"Cliff Harris" <he***@myrealbox.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I have tended to get this error when my .Net assembly permissions are not
set correctly.
Try going into the .Net Wizards (in Win2k it's in Administrative Tools) and select the Adjust .Net Security wizard. Make changes to your computer and
then make sure that My Computer is set to Full Trust. I also set Local
Intranet to Full Trust as well, but I'm not sure that's required. Try that and see if it helps any.

HTH,
-Cliff

"Christopher" <an*******@discussions.microsoft.com> wrote in message
news:44**********************************@microsof t.com...
I'm experiencing the following error. Research I've done implies that this is caused by a conflict with index server. I've disabled index

server and continue to get the error. I've also disabled the antivirus real time
scanning.
The application is running perfectly on other servers. Any help is

appreciated.


Configuration Error
Description: An error occurred during the processing of a configuration

file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'Interop.CDO'.

Source Error:

Line 197: <add assembly="System.Drawing,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="System.EnterpriseServices,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:

Source File:

c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line:
199


Nov 18 '05 #3
CWS
OK solved the problem...

It turns out file level permissions for one of my dlls did not inherit from
the parent directory. Because the file was accessible to the system
administrator only, the file couldn't be copied to the temporary
directory.... Very interesting...

C
"CWS" <cs******@nycrr.com> wrote in message
news:ek**************@TK2MSFTNGP10.phx.gbl...
Thanks for the suggestion Cliff, but this did not work. I'm still looking, if anyone has any ideas.

"Cliff Harris" <he***@myrealbox.com> wrote in message
news:%2****************@tk2msftngp13.phx.gbl...
I have tended to get this error when my .Net assembly permissions are not set correctly.
Try going into the .Net Wizards (in Win2k it's in Administrative Tools)

and
select the Adjust .Net Security wizard. Make changes to your computer and then make sure that My Computer is set to Full Trust. I also set Local
Intranet to Full Trust as well, but I'm not sure that's required. Try

that
and see if it helps any.

HTH,
-Cliff

"Christopher" <an*******@discussions.microsoft.com> wrote in message
news:44**********************************@microsof t.com...
I'm experiencing the following error. Research I've done implies that

this is caused by a conflict with index server. I've disabled index

server
and continue to get the error. I've also disabled the antivirus real time scanning.
The application is running perfectly on other servers. Any help is

appreciated.


Configuration Error
Description: An error occurred during the processing of a
configuration file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.

Parser Error Message: Access is denied: 'Interop.CDO'.

Source Error:

Line 197: <add assembly="System.Drawing,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="System.EnterpriseServices,

Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:

Source File:

c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line: 199



Nov 18 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: James Kupernik | last post by:
Hello everyone! I'm hoping someone can shed some light on my ever daunting mysql/php problem. I'm currently trying to get a new server up and running using apache/php/mysql. Everything runs...
3
by: Christopher | last post by:
I’m experiencing the following error. Research I’ve done implies that this is caused by a conflict with index server. I’ve disabled index server and continue to get the error. I’ve also...
5
by: Raterus | last post by:
I'm just throwing this error out for my sanity, I've seen posts about this, but never solutions. I'm using VS.NET 2003, Framework 1.1, and I'm getting a random error about every 1 out of 10 times...
1
by: VB Programmer | last post by:
I am using a free rich text control from ExportTechnologies. I was developing and debuggin fine. Restarted VS.NET 2003 and now I get this error when trying to run my web app. Any ideas? ...
0
by: PeterB | last post by:
I get error 'Parser Error Message: Access is denied ...' in my webapplication 1. indexing service on server and dev. PC is off 2. error appearing randomly 3. error appearing both in development...
2
by: Ross | last post by:
Hi I have an application using asp.net that I am running on my PC. The web form has a text box where you can enter a name for a new Photo category then click on the button. The code is...
9
by: Tim D | last post by:
Hi, I originally posted this as a reply to a rather old thread in dotnet.framework.general and didn't get any response. I thought it might be more relevant here; anyone got any ideas? My...
1
by: lecnac | last post by:
Sorry for the repost. I must have done something wrong when I tried to post my reply (I can't seem to find it). Anyway, I'd really appreciate any help that anyone could provide. My issue is...
0
by: fredd00 | last post by:
Hi I'm using Visual Source Safe 2005 and Visual studio 2005 When merging files with source safe changes , it's fine no errors when i try to connect to my page i get the error: Parser...
8
by: =?Utf-8?B?TWFydGluIFNhY2hz?= | last post by:
I have been using MSCONFIG (XP Pro) for four years with no problem. I always use it in Administrator. Last night, when I attempted to go into selective startup mode, I got the following error...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.