Posted on 10/11/2021 12:03:49
Hello,
I'm setting up a local dev solution with the latest swift release. Somehow I got into a dependecy problem.
I have an error around te User object (but I do have a reference to Dynamicweb.Security 11.1.8) :
Severity Code Description Project File Line Suppression State
Error CS0012 The type 'User' is defined in an assembly that is not referenced. You must add a reference to assembly 'Dynamicweb.Security, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'. 2_Files_Templates_Designs_Swift_Paragraph_Swift_ProductDetailsInfo.cshtml C:\Projects\DynamicWeb\Solutions\mtbmuseum\Swift\Files\Templates\Designs\Swift\Paragraph\Swift_ProductDetailsInfo.cshtml 17 Active
When i try to update Dynamicweb.Security to 12.0.0 I get:
Severity Code Description Project File Line Suppression State
Error Unable to resolve dependencies. 'Dynamicweb.Extensibility 4.0.2' is not compatible with 'Dynamicweb.Diagnostics 4.0.2 constraint: Dynamicweb.Extensibility (>= 5.0.0)', 'Dynamicweb.Logging 6.0.0 constraint: Dynamicweb.Extensibility (>= 5.0.0)', 'Dynamicweb.Security 12.0.0 constraint: Dynamicweb.Extensibility (>= 5.0.0)'.
However I cannot select a higher version than 4.0.2 for Dynamicweb.Extensibility
What am I missing here?
Justin