Custom DLL Error Message
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > Custom DLL Error Message




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Custom DLL Error Message  
Mark Mahacek


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-17-05 01:47 AM

Occasionally I have been getting the following error messsage after I've
compiled my site a number of times in a row.  I'm not sure why this comes up
at certian times and not others.  The site names have been changed.


Server Error in '/www.mysite.org' Application.
----------------------------------------------------------------------------
----

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: 'CustomControlLib'.

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

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'CustomControlLib' could not be loaded.


=== Pre-bind state information ===
LOG: DisplayName = CustomControlLib
(Partial)
LOG: Appbase = file:///C:/cms_sites/my_home/www.mysite.org
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: CustomControlLib
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/www.mysite.org/e4356ce2/c6e19069/CustomControlLib.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/www.mysite.org/e4356ce2/c6e19069/CustomControlLib/CustomControlLib.DLL
.
LOG: Attempting download of new URL
file:///C:/cms_sites/my_home/www.mysite.org/bin/CustomControlLib.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: CustomControlLib, Version=1.0.2085.26929,
Culture=neutral, PublicKeyToken=null





----------------------------------------------------------------------------
----

Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300

--
Mark Mahacek
Merced County Office of Education








[ Post a follow-up to this message ]



    Re: Custom DLL Error Message  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-17-05 12:47 PM

Hi Mark,

this is an ASP.NET error message.
You should better post this question to an ASP.NET related newsgroup.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------


"Mark Mahacek" <mmahacek@mcoe.org> wrote in message
news:O08pbPxuFHA.3124@TK2MSFTNGP12.phx.gbl...
> Occasionally I have been getting the following error messsage after I've
> compiled my site a number of times in a row.  I'm not sure why this comes
> up at certian times and not others.  The site names have been changed.
>
>
> Server Error in '/www.mysite.org' Application.
> --------------------------------------------------------------------------
------
>
> 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: 'CustomControlLib'.
>
> 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
>
> Assembly Load Trace: The following information can be helpful to determine
> why the assembly 'CustomControlLib' could not be loaded.
>
>
> === Pre-bind state information ===
> LOG: DisplayName = CustomControlLib
> (Partial)
> LOG: Appbase = file:///C:/cms_sites/my_home/www.mysite.org
> LOG: Initial PrivatePath = bin
> Calling assembly : (Unknown).
> ===
>
> LOG: Policy not being applied to reference at this time (private, custom,
> partial, or location-based assembly bind).
> LOG: Post-policy reference: CustomControlLib
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/www.mysite.org/e4356ce2/c6e19069/CustomControlLib.DLL.
> LOG: Attempting download of new URL
> file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
> Files/www.mysite.org/e4356ce2/c6e19069/CustomControlLib/CustomControlLib.D
LL.
> LOG: Attempting download of new URL
> file:///C:/cms_sites/my_home/www.mysite.org/bin/CustomControlLib.DLL.
> LOG: Policy not being applied to reference at this time (private, custom,
> partial, or location-based assembly bind).
> LOG: Post-policy reference: CustomControlLib, Version=1.0.2085.26929,
> Culture=neutral, PublicKeyToken=null
>
>
>
>
>
> --------------------------------------------------------------------------
------
>
> Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
> ASP.NET Version:1.1.4322.2300
>
> --
> Mark Mahacek
> Merced County Office of Education
>
>
>







[ Post a follow-up to this message ]



    Re: Custom DLL Error Message  
Mark Mahacek


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-19-05 11:00 PM

Actually, I realized that if I wait about 5 minutes, the error stops.  It's
something to so with compiling the project too many times in a short time
frame.

Patience is the key.

--
Mark Mahacek
Merced County Office of Education


"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:OmWFCc3uFHA.2568@TK2MSFTNGP15.phx.gbl...
> Hi Mark,
>
> this is an ASP.NET error message.
> You should better post this question to an ASP.NET related newsgroup.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS:
> http://tinyurl.com/6zj44
> ----------------------
>
>
> "Mark Mahacek" <mmahacek@mcoe.org> wrote in message
> news:O08pbPxuFHA.3124@TK2MSFTNGP12.phx.gbl... 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 07:03 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register