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.
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.