C
coltrane
I was testing my web app and I started getting the followng 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:\winnt\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 'MetaBuilders.WebControls.RowSelectorColumn'
could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = MetaBuilders.WebControls.RowSelectorColumn
(Partial)
LOG: Appbase = file:///C:/CSI/web
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: MetaBuilders.WebControls.RowSelectorColumn
LOG: Attempting download of new URL
file:///c:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/twcustserv01/5f872ab2/52023a33/MetaBuilders.WebControls.RowSelectorColumn.DLL.
LOG: Attempting download of new URL
file:///c:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/twcustserv01/5f872ab2/52023a33/MetaBuilders.WebControls.RowSelectorColumn/MetaBuilders.WebControls.RowSelectorColumn.DLL.
LOG: Attempting download of new URL
file:///C:/CSI/web/bin/MetaBuilders.WebControls.RowSelectorColumn.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(c:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: MetaBuilders.WebControls.RowSelectorColumn,
Version=1.0.1152.34254, Culture=neutral,
PublicKeyToken=8f1b87f9edb00944
HELP!!!!!!!!!!!!!
I didn't touch any config files except my web.config and once I got
this error I restore my previous copy and still got the error.
again, HELP!!!
thanks for your help
john
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:\winnt\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 'MetaBuilders.WebControls.RowSelectorColumn'
could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = MetaBuilders.WebControls.RowSelectorColumn
(Partial)
LOG: Appbase = file:///C:/CSI/web
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: MetaBuilders.WebControls.RowSelectorColumn
LOG: Attempting download of new URL
file:///c:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/twcustserv01/5f872ab2/52023a33/MetaBuilders.WebControls.RowSelectorColumn.DLL.
LOG: Attempting download of new URL
file:///c:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/twcustserv01/5f872ab2/52023a33/MetaBuilders.WebControls.RowSelectorColumn/MetaBuilders.WebControls.RowSelectorColumn.DLL.
LOG: Attempting download of new URL
file:///C:/CSI/web/bin/MetaBuilders.WebControls.RowSelectorColumn.DLL.
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(c:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: MetaBuilders.WebControls.RowSelectorColumn,
Version=1.0.1152.34254, Culture=neutral,
PublicKeyToken=8f1b87f9edb00944
HELP!!!!!!!!!!!!!
I didn't touch any config files except my web.config and once I got
this error I restore my previous copy and still got the error.
again, HELP!!!
thanks for your help
john