473,395 Members | 1,474 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.

Exception related to machine.config

Hello,
I have created a small project, which gives the dll when built. Other
project, which is done in ASP.NET is using this dll as reference. So when I
run the ASP.NET project sometimes, I will get this error.

"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"
and "Access is denied: 'Microsoft.ApplicationBlocks.Data'"

- This says the exception is in machine.config

I am restarting my machine to get ort of this exception. But the same
appears after some time. I am using Windows XP as my operating system. So
please let me know, how can I solve this problem.
Oct 25 '05 #1
4 2270
CT
I'm a little unsure of this one, but seeing as it is sporadic and that it is
an access denied error, are you running the Indexing Service on your dev
machine? If so, try stopping it, to see if that causes the problem.

--
Carsten Thomsen
Communities - http://community.integratedsolutions.dk

"Sheshadrinath R" <Sh************@discussions.microsoft.com> wrote in
message news:BA**********************************@microsof t.com...
Hello,
I have created a small project, which gives the dll when built.
Other
project, which is done in ASP.NET is using this dll as reference. So when
I
run the ASP.NET project sometimes, I will get this error.

"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"
and "Access is denied: 'Microsoft.ApplicationBlocks.Data'"

- This says the exception is in machine.config

I am restarting my machine to get ort of this exception. But the same
appears after some time. I am using Windows XP as my operating system. So
please let me know, how can I solve this problem.

Oct 25 '05 #2
Hello,
Thanks for the reply. But in the website I found some help regarding
this. They say to click a button 'Create' in the Virtual Directory tab of IIS
server. But I am unable to find this option in XP. This may be in Windows
2003. So what is the equivalent step in Windows XP?

"Sheshadrinath R" wrote:
Hello,
I have created a small project, which gives the dll when built. Other
project, which is done in ASP.NET is using this dll as reference. So when I
run the ASP.NET project sometimes, I will get this error.

"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"
and "Access is denied: 'Microsoft.ApplicationBlocks.Data'"

- This says the exception is in machine.config

I am restarting my machine to get ort of this exception. But the same
appears after some time. I am using Windows XP as my operating system. So
please let me know, how can I solve this problem.

Oct 25 '05 #3
Hi Sheshadrinath,
I used to get the same access denied problem .I also used to restart
my machine to get this error resolved.And also sometimes this error will
happen if we have added unused dll references in the project.If we delete the
unused dll this problem will be solved.If not unused dlls,the problem with
Queue services only as
thomsen said.
For more info you can look into this...
http://santhimaadhaven.blogsopt.com/...ces-error.html

"Sheshadrinath R" wrote:
Hello,
Thanks for the reply. But in the website I found some help regarding
this. They say to click a button 'Create' in the Virtual Directory tab of IIS
server. But I am unable to find this option in XP. This may be in Windows
2003. So what is the equivalent step in Windows XP?

"Sheshadrinath R" wrote:
Hello,
I have created a small project, which gives the dll when built. Other
project, which is done in ASP.NET is using this dll as reference. So when I
run the ASP.NET project sometimes, I will get this error.

"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"
and "Access is denied: 'Microsoft.ApplicationBlocks.Data'"

- This says the exception is in machine.config

I am restarting my machine to get ort of this exception. But the same
appears after some time. I am using Windows XP as my operating system. So
please let me know, how can I solve this problem.

Oct 25 '05 #4
Hello,
Thanks for the reply. But as you said, I am not using any usused dll. I
am using the components which are required for the project very much. I dont
find any usused dll's in my project.

"Santhi Maadhaven" wrote:
Hi Sheshadrinath,
I used to get the same access denied problem .I also used to restart
my machine to get this error resolved.And also sometimes this error will
happen if we have added unused dll references in the project.If we delete the
unused dll this problem will be solved.If not unused dlls,the problem with
Queue services only as
thomsen said.
For more info you can look into this...
http://santhimaadhaven.blogsopt.com/...ces-error.html

"Sheshadrinath R" wrote:
Hello,
Thanks for the reply. But in the website I found some help regarding
this. They say to click a button 'Create' in the Virtual Directory tab of IIS
server. But I am unable to find this option in XP. This may be in Windows
2003. So what is the equivalent step in Windows XP?

"Sheshadrinath R" wrote:
Hello,
I have created a small project, which gives the dll when built. Other
project, which is done in ASP.NET is using this dll as reference. So when I
run the ASP.NET project sometimes, I will get this error.

"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"
and "Access is denied: 'Microsoft.ApplicationBlocks.Data'"

- This says the exception is in machine.config

I am restarting my machine to get ort of this exception. But the same
appears after some time. I am using Windows XP as my operating system. So
please let me know, how can I solve this problem.

Oct 25 '05 #5

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

Similar topics

0
by: Ant Corrie | last post by:
I am at a loss as to why this is not working. I am trying to setup a TextWriterTraceListener in my application config file and then execute the app from the network. I get a security exception...
1
by: Ramanfromoz | last post by:
Hi, Developing a new we application. Everything okay on my local WIN XP PROFESSIONAL, IIS 5.0 running locally. The website is running smoothly. Now, the same code I am copying over to a...
19
by: Diego F. | last post by:
I think I'll never come across that error. It happens when running code from a DLL that tries to write to disk. I added permissions in the project folder, the wwwroot and in IIS to NETWORK_SERVICE...
6
by: Steve Long | last post by:
Help, I'm running VS.NET 2003 and when I try to start my application, I get the "unhandled exception" dialog instead of the IDE highlighting the offending line of code. The problem appears to be...
4
by: Brian Henry | last post by:
I get the following exception only on one system (dev system) and not on any others... what could cause this?! I can access the SMTP server just fine in E-Mail applications on the machine... ...
1
by: harinathch | last post by:
Hi, Iam working with myapplication.exe.config file in my vb.net windows application.Its working fine in my development environment. When i test this application in some other machine using exe and...
4
by: Sheshadrinath R | last post by:
Hello, I have created a small project, which gives the dll when built. Other project, which is done in ASP.NET is using this dll as reference. So when I run the ASP.NET project sometimes, I will...
3
by: CyberLotus | last post by:
Hi, I've created a web application and through this I want to import Excel data to database. Following is the code that I've written, ...
8
by: jporter188 | last post by:
Hello, I am working on a project to manipulate XML files. All of the files, the code, and the output are on network drives. When I run my program I get an exception (see below). I tried giving...
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: 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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.