I received this error message after the unpack of the solution. Anyone
could
help me to analysed on the below configuration error message . Please
assist.
Thanks!
Server Error in '/CS2002StarterSite' 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: File or assembly name Microsoft.Web.UI.WebControls,
or
one of its dependencies, was not found.
Source Error:
Line 335: <assemblies>
Line 336: <add assembly="Microsoft.CommerceServer.Runtime,
Version=4.5.2002.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 337: <add assembly="Microsoft.Web.UI.WebControls,
Version=1.0.2.226,
Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 338: <add assembly="Microsoft.Solutions.AccountManagement,
Version=5.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Line 339: <add assembly="Microsoft.Solutions.Search, Version=5.0.1.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Source File: c:\inetpub\wwwroot\CS2002StarterSite\web.config Line: 337
Assembly Load Trace: The following information can be helpful to determine
why the assembly 'Microsoft.Web.UI.WebControls' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Microsoft.Web.UI.WebControls, Version=1.0.2.226,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/CS2002StarterSite
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Microsoft.Web.UI.WebControls,
Version=1.0.2.226,
Culture=neutral, PublicKeyToken=31bf3856ad364e35
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tem****ary ASP.NET
Files/cs2002startersite/51c580d0/286975e7/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tem****ary ASP.NET
Files/cs2002startersite/51c580d0/286975e7/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CS2002StarterSite/bin/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CS2002StarterSite/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tem****ary ASP.NET
Files/cs2002startersite/51c580d0/286975e7/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Tem****ary ASP.NET
Files/cs2002startersite/51c580d0/286975e7/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CS2002StarterSite/bin/Microsoft.Web.UI.WebControls.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/CS2002StarterSite/bin/Microsoft.Web.UI.WebControls/Microsoft.Web.UI.WebControls.EXE.
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET
Version:1.1.4322.2300


|