473,383 Members | 1,859 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,383 software developers and data experts.

ASP.NET Compiler error

Sometimes I have to rebuild a few times to get the web app
to work --- I'm getting the following ("pilot" is the
assembly name) :
Compilation Error
Description: An error occurred during the compilation of a
resource required to service this request. Please review
the following specific error details and modify your
source code appropriately.

Compiler Error Message: BC31011: Unable to load referenced
library 'c:\windows\microsoft.net\framework\v1.1.4322
\temporary asp.net files\pilot\e0c5c290\de8f2787
\assembly\dl2\38c82cdc\008cb1e2_c555c201\mscomctl. dll':
Access is denied.

Source Error:

[No relevant source lines]
Source File: vbc : Line: 0

Nov 20 '05 #1
6 1575
* "Joseph Abreu" <jo**********@fmcti.com> scripsit:
Sometimes I have to rebuild a few times to get the web app
to work --- I'm getting the following ("pilot" is the
assembly name) :
Compilation Error
Description: An error occurred during the compilation of a
resource required to service this request. Please review
the following specific error details and modify your
source code appropriately.

Compiler Error Message: BC31011: Unable to load referenced
library 'c:\windows\microsoft.net\framework\v1.1.4322
\temporary asp.net files\pilot\e0c5c290\de8f2787
\assembly\dl2\38c82cdc\008cb1e2_c555c201\mscomctl. dll':
Access is denied.


Why do you use "mscomctl.dll"?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Nov 20 '05 #2
Hi Joseph,

Based on my understanding, you want to compile an ASP.NET application and
get the BC31011 error.

You may take a look at the link below.
324519 PRB: "Can not Access File 'AssemblyName' Because It Is Being Used by
http://support.microsoft.com/?id=324519

Did this problem persist, if you create a new asp.net project and use the
mscomctl.dll?
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 20 '05 #3
I didn't realize I had the MSComCtl referenced -- long
night, I apologize if I wasted your time. Must have
accidently selected it along with something else. The
article did make since though because MSComCtl isn't
intended to be a webform control.

Thanks.
-----Original Message-----
Hi Joseph,

Based on my understanding, you want to compile an ASP.NET application andget the BC31011 error.

You may take a look at the link below.
324519 PRB: "Can not Access File 'AssemblyName' Because It Is Being Used byhttp://support.microsoft.com/?id=324519

Did this problem persist, if you create a new asp.net project and use themscomctl.dll?
Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
.

Nov 20 '05 #4
I didn't realize I had the MSComCtl referenced -- long
night. Must have accidently selected it along with
something else.

Thanks.
-----Original Message-----
* "Joseph Abreu" <jo**********@fmcti.com> scripsit:
Sometimes I have to rebuild a few times to get the web app to work --- I'm getting the following ("pilot" is the
assembly name) :
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your
source code appropriately.

Compiler Error Message: BC31011: Unable to load referenced library 'c:\windows\microsoft.net\framework\v1.1.4322
\temporary asp.net files\pilot\e0c5c290\de8f2787
\assembly\dl2\38c82cdc\008cb1e2_c555c201\mscomctl. dll':
Access is denied.


Why do you use "mscomctl.dll"?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
.

Nov 20 '05 #5
Hi Joseph,

I think you may try to create a new project and add the reference and
according code to see what dll cause the problem.

I will appreciate your efforts.

If you have any concern on this issue, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 20 '05 #6
Hi Joseph,

I am sorry, I wants to make a clarification.
What I mean is that to troubleshooting the problem you may try to create a
new project and add the references and the according code you use in the
original project one by one to see which reference or codeline cause the
problem.

I will appreciate your efforts.

If you have any concern on this issue, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 20 '05 #7

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

Similar topics

6
by: paul calvert | last post by:
I hope somewhere here has encountered and solved a similar problem in the past. 1) on a new Win2000 PC: installed Visual C++ 6.0 download & install single file Service Pack 5.0 2) try to...
2
by: Mike Fisher | last post by:
I'm seeing an error when I try to run/debug a web service. Although it doesn't happen every time, it does occur more than half of the times I hit F5. It appears to be returned by the the JIT...
10
by: Bjorn | last post by:
I'm using interfaces in C++ by declaring classes with only pure virtual methods. If then someone wants to implement the interface they needs to inherit from the class. If the implementing class...
2
by: Mary | last post by:
Hello, I am having a problem with the cl compiler. I have written a C class (RegConnect.c) which uses Win32 API functions such as RegOpenKey, RegCloseKey etc. Initially when I was trying to...
0
by: rollasoc | last post by:
Hi, I seem to be getting a compiler error Internal Compiler Error (0xc0000005 at address 535DB439): likely culprit is 'BIND'. An internal error has occurred in the compiler. To work around...
1
by: Ayende Rahien | last post by:
reparing resources... Updating references... Performing main compilation... error CS0583: Internal Compiler Error (0xc0000005 at address 53168B12): likely culprit is 'BIND'. An internal...
3
by: Mark Rockman | last post by:
------ Build started: Project: USDAver2, Configuration: Debug .NET ------ Preparing resources... Updating references... Performing main compilation... error CS0583: Internal Compiler Error...
4
by: David Sworder | last post by:
Consider the following line of code (it's not important what it does): resp.DocItem=Relations.SelectDocItems_BySearchString(req.SearchPhrase); It turns out that this line is in error. The...
6
by: David Lack | last post by:
Hi, I recently installed a 60-day trial of .NET 2003 on my development system. I made tests with previous personal projects (which compiled ok with VC6) and some open source files, and keep...
27
by: Dave | last post by:
I'm having a hard time tying to build gcc 4.3.1 on Solaris using the GNU compilers. I then decided to try to use Sun's compiler. The Sun Studio 12 compiler reports the following code, which is in...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
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...

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.