As soon as I do this and try to visit the store, I get the following server error:
Code: Select all
Server Error in '/' Application.
--------------------------------------------------------------------------------
Method not found: 'CommerceBuilder.Data.Database CommerceBuilder.Configuration.TokenBase.get_Database()'.
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.MissingMethodException: Method not found: 'CommerceBuilder.Data.Database CommerceBuilder.Configuration.TokenBase.get_Database()'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[MissingMethodException: Method not found: 'CommerceBuilder.Data.Database CommerceBuilder.Configuration.TokenBase.get_Database()'.]
CommerceBuilder.Stores.AuditEventDataSource.CountForStore() +0
CommerceBuilder.Services.AbleCommerceHttpModule.Init(HttpApplication context) +220
System.Web.HttpApplication.InitModulesCommon() +66
System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1006
System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +259
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +114
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +350
Does anyone have insight as to why this is happening?
Thanks,
: Greg