On running the project in IIS, I am getting the following error :
A delegate registered to create instances of 'SmartStore.Core.Data.IDbContext' returned null.
I created a Settings.txt file (... SmartStoreNET-3.x\SmartStoreNET-3.x\src\Presentation\SmartStore.Web\App_Data\Tenants) in the tenants folder of app_data with the following content :
AppVersion: 3.1.5.0
DataProvider: sqlserver
DataConnectionString: Data Source=localhost;Initial Catalog=SmartStore;Integrated Security=False;Persist Security Info=False;User ID=;Password=;Enlist=False
I am getting a similar error.
Kindly help to resolve this error.
Thanks.