- 13
Hi
I just recently upgraded nopCommerce from 3.1 to 3.2. When I run the application after the upgrade I'm receiving the following error when I run the app from Visual Studio in debug mode (F5)
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'SevenSpikes' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 2: @using Nop.Web.Models.Common;
Line 3: @using Nop.Core.Infrastructure;
Line 4: @using SevenSpikes.Theme.Lighthouse.Domain;
Line 5: @using Nop.Core;
Line 6:
Any suggestions? This is a show stopper for us. I have also reached out on the nopCommerce forum I haven't received a response that works
I just recently upgraded nopCommerce from 3.1 to 3.2. When I run the application after the upgrade I'm receiving the following error when I run the app from Visual Studio in debug mode (F5)
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'SevenSpikes' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 2: @using Nop.Web.Models.Common;
Line 3: @using Nop.Core.Infrastructure;
Line 4: @using SevenSpikes.Theme.Lighthouse.Domain;
Line 5: @using Nop.Core;
Line 6:
Any suggestions? This is a show stopper for us. I have also reached out on the nopCommerce forum I haven't received a response that works