We are using Commerce Server 2002 Enterprise Edition in the MSIB21
configuration.
The installation of all servers went well up to the following error
message:
Server Error in '/msib21' Application.
No culture channels are found under site default root path. At least one
culture channel is required.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about
the error and where it originated in the code.
Exception Details:
Microsoft.Solutions.Framework.ContentConnectorException:
No culture channels are found under site default root path. At least one
culture channel is required.
Source Error:
Line 708: //
Line 709:
Line 710: CultureInfo defaultCulture =
MlsChannelContext.CurrentCulture;
Line 711: if (defaultCulture == null)
Line 712: {
Source File: c:\inetpub\wwwroot\msib21\Global.asax.cs Line: 710
Stack Trace:
[ContentConnectorException: No culture channels are found under site
default
root path. At least one culture channel is required.]
Microsoft.Solutions.Framework.MlsChannelContext.GetDefaultCultureForUser()
+353
Microsoft.Solutions.Framework.MlsChannelContext.get_CurrentUICulture()
+244
Microsoft.Solutions.Framework.MlsChannelContext.get_CurrentCulture()
+13
Microsoft.Solutions.Applications.MicrosoftInternetBusinessSite.Application_AuthorizeRequest(Object
sender, EventArgs e) in c:\inetpub\wwwroot\msib21\Global.asax.cs:710
[Exception: The site account manager and/or Authentication provider could
not be initialized.]
Microsoft.Solutions.Applications.MicrosoftInternetBusinessSite.Application_Error(Object
sender, EventArgs e) in c:\inetpub\wwwroot\msib21\Global.asax.cs:895
System.EventHandler.Invoke(Object sender, EventArgs e) +0
System.Web.HttpApplication.RaiseOnError() +157
Version Information: Microsoft .NET Framework Version:1.1.4322.2300;
ASP.NET
Version:1.1.4322.2300
Any help would be appreciated,
John