AI OnAI Off
Try upgrading EPiServer.CMS.TinyMce on all projects it's used before Commerce 14.29. I have seen this happening when I try to upgrade only one project in the solution vs upgrading the whole solution.
This was fixed with EPiServer.Commerce 14.30, see https://world.optimizely.com/support/Bug-list/bug/COM-18787
Hi,
currently we are on CMS version 12.31.2 and commerce version 14.15.6. I need to update to latest versions of Commerce -> 14.29.0.
But I am getting error:
Error NU1107 : Version conflict detected for EPiServer.CMS.TinyMce. Install/reference EPiServer.CMS.TinyMce 4.8.0 directly to project BBSCatalyst.Web to resolve this issue.
BBSCatalyst.Web -> EPiServer.CMS 12.31.2 -> EPiServer.CMS.TinyMce (>= 4.8.0 && < 5.0.0)
BBSCatalyst.Web -> EPiServer.Commerce 14.29.0 -> EPiServer.CMS.TinyMce (= 4.7.2).
20>------- Finished building project: BBSCatalyst.Web. Succeeded: False. Errors: 1. Warnings: 1
I can see in dependecies that Episerver.Commerce requires EPiServer.Cms.TinyMce 4.7.2 but EPiServer.CMS 12.31.2 requires >= 4.8.0 && < 5.0.0, which causes the issue.