Visual Studio Publish - including packages in "final" release
I've built a site which works great, it was built in V7.1.4 but I've upgraded it to V7.1.6. I've got the RJP.MultiURL picker installed as a menu "picker".
When I first published the site (including the various folders which seem to be excluded) I received an error
Error loading partial view macro (View: ~/Views/MacroPartials/FooterLinks.cshtml). Exception: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'Newtonsoft.Json.Linq.JArray' does not contain a definition for 'Any'
I had to right click on the two dlls in the bin folder and include them in the publish. Is this the right way of doing this?
Visual Studio Publish - including packages in "final" release
I've built a site which works great, it was built in V7.1.4 but I've upgraded it to V7.1.6. I've got the RJP.MultiURL picker installed as a menu "picker".
When I first published the site (including the various folders which seem to be excluded) I received an error
Error loading partial view macro (View: ~/Views/MacroPartials/FooterLinks.cshtml). Exception: Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: 'Newtonsoft.Json.Linq.JArray' does not contain a definition for 'Any'
I had to right click on the two dlls in the bin folder and include them in the publish. Is this the right way of doing this?
is working on a reply...