Unable to Update Umbraco 7.8.1 from Nuget to 7.2.2 - Unable to uninstall 'Newtonsoft.Json 6.0.5'...
Update-Package : Unable to uninstall 'Newtonsoft.Json 6.0.5' because 'Microsoft.AspNet.WebApi.Client 4.0.30506.0' depends on it.
I have tried multiple versions, 7.2, 7.2.1 and nothing works. They end in the same error, does anyone have a NUGET Solution for this? I can just drop the files in sure, but I'm looking for a NUGET fix for this update problem.
Thanks
I'm Using VS 2013 Update 4 with recent .NET updates.
I was having this same error when using updating via nuget in VS2012. The only way to get around this problem was to install VS2013. It worked fine then
Unable to Update Umbraco 7.8.1 from Nuget to 7.2.2 - Unable to uninstall 'Newtonsoft.Json 6.0.5'...
Update-Package : Unable to uninstall 'Newtonsoft.Json 6.0.5' because 'Microsoft.AspNet.WebApi.Client 4.0.30506.0' depends on it.
I have tried multiple versions, 7.2, 7.2.1 and nothing works. They end in the same error, does anyone have a NUGET Solution for this? I can just drop the files in sure, but I'm looking for a NUGET fix for this update problem.
Thanks
I'm Using VS 2013 Update 4 with recent .NET updates.
Hi Dakota
Could you try what is suggested in the answer to this and see if that helps? http://stackoverflow.com/questions/28547579/how-to-fix-newtonsoft-json-assembly-loading-error/28548392#28548392
/Jan
I'm still getting the same error when trying to update.
I'm also new to Umbraco, installing from Package Manager Console I get
If I install using GUI it works. I got stuck on this with version 7.2.7 a month back too.
Here is a video example of it happening:
https://youtu.be/gpnjwopHjRY
I was having this same error when using updating via nuget in VS2012. The only way to get around this problem was to install VS2013. It worked fine then
is working on a reply...