Problem with NuGet.Core.dll version (Umbraco v5.2 Stable)
I Installed empty site (umbraco 5.2 stable) on Azure. After successful instalation, i open site, and see error:
Could not load file or assembly 'NuGet.Core, Version=1.0.11220.104,
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies.
The located assembly's manifest definition does not match the assembly
reference. (Exception from HRESULT: 0x80131040)
If i changed version NuGet.Core.dll from "1.5.20902.9026" to "1.0.11220.104" in project reference, show other error: Could not load file or assembly
'NuGet.Core, Version=1.5.20902.9026, Culture=neutral,
PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located
assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT: 0x80131040)
On local machine with visual studio azure emulator site works normal. How resolve this problem, now?
Problem with NuGet.Core.dll version (Umbraco v5.2 Stable)
I Installed empty site (umbraco 5.2 stable) on Azure.
After successful instalation, i open site, and see error:
Could not load file or assembly 'NuGet.Core, Version=1.0.11220.104, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
If i changed version NuGet.Core.dll from "1.5.20902.9026" to "1.0.11220.104" in project reference, show other error:
Could not load file or assembly 'NuGet.Core, Version=1.5.20902.9026, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
On local machine with visual studio azure emulator site works normal.
How resolve this problem, now?
Topic copy from this.
is working on a reply...