I just did a clean install of v9.3.1 on my local machine and I am getting the following error when I try to browse to default.aspx. I'm running windows 7 and I am able to browse to the admin. Does anyone know what is causing the error?
Thanks,
Martin
Invalid object name 'MobileLocaleMapping'.
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: System.Data.SqlClient.SqlException: Invalid object name 'MobileLocaleMapping'.
Source Error:
Line 543: if (!AppLogic.IsAdminSite)
Line 544: {
Line 545: m_ThisCustomer = MobileRedirectController.SkinBaseHook(SkinID, ThisCustomer);
Line 546: SkinID = ThisCustomer.SkinID;
Line 547: if (SkinID == Vortx.Data.Config.MobilePlatform.SkinId && MobileHelper.isMobile())
Source File: c:\inetpub\wwwroot\HP_93\Web\App_Code\SkinBase.cs Line: 545