Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anyone came across an error of this kind (and has an idea on how to fix it):
Could not load file or assembly 'System.Text.Json, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
It seems like Revit is trying to look for a version of System.Text.Json that is different from the one in the DLL I'm distributing with my adding (v5.0.2).
This kind of error appeared after updating my socketio-client to v3 which has by default System.Text.Json as a dependency instead of Newtonsoft.Json.
Solved! Go to Solution.