내 코드는 나에게 다음과 같은 오류를주고있다 찾을 수 없습니다 :왜 내 솔루션은 json.net
Could not load file or assembly 'Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=token' or one of its dependencies. The system cannot find the file specified.
이 프로젝트는 V 7.0.1을 설치했다.
oldVersion="0.0.0.0-7.0.0.0" newVersion="7.0.0.0"
내가 7.0.1를 가리 키도록 그 갱신을 시도하고 작동하지 않았다 다음의 app.config는 bindingRedirect 있습니다.
나는 프로젝트에서 dll에 대한 참조를 제거하고 바꾸려고 시도했지만 아무런 결과도 얻지 못했습니다. 패키지 복원을 완료했습니다. 누구나 내가 누락 된 부분을 말할 수 있습니까?
http://stackoverflow.com/questions/22507189/could-not-load-file-or-assembly-newsoftsoft-json-version-4-5-0-0-culture-neutr – MPR
링크를 제공해 주셔서 감사합니다! 나는 지금 그것을 검토하고 있으며, 나는이 두 가지 해결책을 시도했다. Newtonsoft.Json에 대한 참조를 제거하고 대체했습니다. 그리고 bindingRedirect를 업데이트하려고했습니다. – will