|
Home > Archive > Microsoft Content Management Server > September 2005 > Custom DLL Error Message
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Custom DLL Error Message
|
|
| Mark Mahacek 2005-09-16, 8:47 pm |
| 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
| |
| Stefan [MSFT] 2005-09-17, 7:47 am |
| 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.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
>
>
>
| |
| Mark Mahacek 2005-09-19, 6: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...
>
>
|
|
|
|
|