Close

Profile: crazycanuck

Avatar

User posts

10 years ago

This is happening in Footer.cshtml. I copied over the InstalledPlugins.txt and here are the entries
DiscountRequirement.HadSpentAmount
DiscountRequirement.HasAllProducts
DiscountRequirement.HasOneProduct
DiscountRequirement.MustBeAssignedToCustomerRole
CurrencyExchange.MoneyConverter
ExternalAuth.OpenId
ExternalAuth.Facebook
Misc.WebServices
Payments.CashOnDelivery
Payments.CheckMoneyOrder
Payments.Manual
Payments.AuthorizeNet
Payments.PayPalDirect
Payments.GoogleCheckout
Payments.PayPalStandard
Payments.PurchaseOrder
PromotionFeed.Froogle
Shipping.AustraliaPost
Shipping.CanadaPost
Shipping.FedEx
Shipping.FixedRate
Shipping.ByWeight
Shipping.UPS
Shipping.USPS
Mobile.SMS.Verizon
Tax.FixedRate
Tax.CountryStateZip
Widgets.GoogleAnalytics
Widgets.NivoSlider
SevenSpikes.Core
SevenSpikes.Nop.Plugins.AjaxCart
SevenSpikes.Nop.AjaxFilters
SevenSpikes.Nop.Plugins.CloudZoom
SevenSpikes.Nop.Plugins.CustomerReminders
SevenSpikes.Nop.Plugins.InstantSearch
SevenSpikes.Nop.Plugins.JCarousel
SevenSpikes.Nop.Plugins.MegaMenu
SevenSpikes.Nop.Plugins.ProductRibbons
SevenSpikes.Nop.Plugins.NopQuickTabs
SevenSpikes.Nop.Plugins.QuickView
SevenSpikes.Nop.Plugins.SmartSEO
SevenSpikes.Theme.Lighthouse
SevenSpikes.Nop.Plugins.AnywhereSliders

10 years ago

Thank you for your response. I did do all of the steps except I installed nopCommerce in a different folder than 3.1 in order to make sure that the upgrade goes through without impacting our marketing lead and webmaster who are concurrently making changes to the site. I guess what I'm not understanding is why there is a reference error being thrown. I don't see any references made in the Nop.Web project to any of the SevenSpikes dlls. Can you please shed some light on how this works?

10 years ago

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