Inumedia / SlackAPI

.NET Implementation of the Slack team communication platform API.
MIT License
452 stars 243 forks source link

Newtonsoft.Json, Version=9.0.0.0 #247

Open RomanSoloweow opened 4 years ago

RomanSoloweow commented 4 years ago

FileLoadException: Не удалось загрузить файл или сборку "Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" либо одну из их зависимостей. Найденное определение манифеста сборки не соответствует ссылке на сборку. (Исключение из HRESULT: 0x80131040)

RomanSoloweow commented 4 years ago

misstake with bild

image

You can read about it: https://stackoverflow.com/questions/38671641/could-not-load-file-or-assembly-newtonsoft-json-version-9-0-0-0-culture-neutr

RomanSoloweow commented 4 years ago

I fix it here: https://github.com/Inumedia/SlackAPI/pull/248