4.2 Plugin folder inside Plugin output folder

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hi,

I've been working with the the 4.2 sourcecode for a couple of weeks, but today I started to get a strange error.

When starting the web shop from Visual Studio 2019 I got an error saying that SevenSpikes.Core is already installed.

After some debugging I found that in the /Presentation/Nop.Web/Plugins/Payments.Qualpay folder there is another Plugin folder containing the Plugins that were built before the QualPay plugin.

I have no Idea why this happens, and I have never changed a single line of code in this plugin.

Any ideas?

Best regards,
Peter
3 года назад
Reading another topic in this forum gave me some directions.

Modify your Nop.Web.csproj according to the following link:
https://github.com/nopSolutions/nopCommerce/commit/7b9f8f0fb6178c40b92167ebdaa049a21a47b1ee

Then I cleared my /Presentation/Nop.Web/Plugins together with bin/obj folders and cleaned every project in VS 2019 and the rebuilt all.

/P
3 года назад
Great !!
Thanks for sharing
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.