0

I am currently trying to upgrade many solutions that use a beta version of System.Net.Http (-v 2.0.20126.16343) to version 2.0.20710.0.

I also have a reference to System.Json -v 4.0.20126.16343, however, when I reload the website in a browser I get the error.

Could not load file or assembly 'System.Json, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

I have checked and the files are in the packages folder, and the bin folder is being populated.

Anyone have any ideas?

4

1 回答 1

0

这里的问题实际上在 cproj 文件中。它只需要将对 dll 的引用更新为新版本号。

于 2013-08-28T18:37:27.083 回答