J
Johnny Emde
Hello Newsgroup
I'm about going nuts!!!
Sometime when I coding a asp.net (using C#) I'll get this wierd error.
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.
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
At first i thurd that it was because i was using a 3rd party component - but
in this case i don't have
any controls - only my own WebUserControl holding some HtmlTables.
And a Reference to a DLL to handle my dataaccess - also created my myself.
If I understand this error correctly is says that the Emdesoft.Database.dll
isønt in the bin folder - but it is there...wird..
I'll post the rest:
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 'Emdesoft.Database' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Emdesoft.Database
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/Emdesoft.Gorm
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: Emdesoft.Database
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/emdesoft.gorm/94473a06/11ed6747/Emdesoft.Database.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/emdesoft.gorm/94473a06/11ed6747/Emdesoft.Database/Emdesoft.Database.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/Emdesoft.Gorm/bin/Emdesoft.Database.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Emdesoft.Database, Version=1.0.2093.31032,
Culture=neutral, PublicKeyToken=null
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300
Hope that someone could help me...
Kind regards
Johnny Jensen
I'm about going nuts!!!
Sometime when I coding a asp.net (using C#) I'll get this wierd error.
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.
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
At first i thurd that it was because i was using a 3rd party component - but
in this case i don't have
any controls - only my own WebUserControl holding some HtmlTables.
And a Reference to a DLL to handle my dataaccess - also created my myself.
If I understand this error correctly is says that the Emdesoft.Database.dll
isønt in the bin folder - but it is there...wird..
I'll post the rest:
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 'Emdesoft.Database' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Emdesoft.Database
(Partial)
LOG: Appbase = file:///c:/inetpub/wwwroot/Emdesoft.Gorm
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: Emdesoft.Database
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/emdesoft.gorm/94473a06/11ed6747/Emdesoft.Database.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/emdesoft.gorm/94473a06/11ed6747/Emdesoft.Database/Emdesoft.Database.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/Emdesoft.Gorm/bin/Emdesoft.Database.DLL.
LOG: Policy not being applied to reference at this time (private, custom,
partial, or location-based assembly bind).
LOG: Post-policy reference: Emdesoft.Database, Version=1.0.2093.31032,
Culture=neutral, PublicKeyToken=null
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300
Hope that someone could help me...
Kind regards
Johnny Jensen