Activity overview
Latest activity by xmissile
This is a temporary workaround for those who are in a serious bind and thus cannot roll back to a previous version. 1. Create/open an existing sln in VS. 2. Open Manage NuGet packages and browse for "Newtonsoft.Json". 3. Use the version dropdown to select and then install "6.0.6". Note that this is version 6.0.6.17820. 4. Locate the dll under "..packages\Newtonsoft.Json.6.0.6\lib\netcore45". 5. Copy the dll to a safe folder (one that you will not delete!), e.g. "C:\Program Files (x86)\Red Gate". 6. Uninstall the 6.0.6 version from your sln, if applicable. 7. Open a developer CLI running as admin. 8. Verify that Newtonsoft.Json is not already installed by running "gacutil -l Newtonsoft.Json" (that's an L for list). 9. If no existing version, then cd to the safe folder. 10. Run "gacutil -i Newtonsoft.Json.dll". Important Note - run "gacutil -uf Newtonsoft.Json" from the safe folder prior to upgrading SCA. Please post your experience on this thread. / comments
This is a temporary workaround for those who are in a serious bind and thus cannot roll back to a previous version.1. Create/open an existing sln in VS.2. Open Manage NuGet packages and browse fo...