AccountGo / accountgo

Accounting System built in ASP.NET DotNetCore, ReactJS, MobX. Don't forget to click STAR if you like this project.
http://accountgo.net
MIT License
385 stars 313 forks source link

VS2017 version throws an assembly version error #86

Closed rickengelking closed 7 years ago

rickengelking commented 7 years ago

Everything was working great in VS2015. Then I upgraded to VS2017 and downloaded the uodated files. Now the "account/register" page is responding with the following error: Could not load file or assembly 'System.Diagnostics.DiagnosticSource, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) According to information I can find online, it has something to do with System.Net.Http, but I have been unable to identify the root cause within accountgo.

rickengelking commented 7 years ago

Issue is resolved by adding nuget package System.Net.Http 4.3.1 to the accountgoweb project.