Base solution for your next web application
Open Closed

DBMigrations - asp.net zero core System.IO.FileLoadException #3323


User avatar
0
mdonogma created

Created new project using the latest aspcore mvc template - tried to run DB migrations for the sample walkthrough received following error message: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) File name: 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'

Running Visual Studio 2017 Community


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    It might be same with <a class="postlink" href="https://github.com/mrahhal/Migrator.EF6/issues/43">https://github.com/mrahhal/Migrator.EF6/issues/43</a>.

    Thanks.