[Question] Assembly exception
See original GitHub issueHello,
after building the latest version (from Github) and adding it to my current project (a Discord.NET bot), I am receiving the following exception:
System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime, Version=4.0.20.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
and inner exception:
FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
This has occurred twice now, even when referencing System.Runtime, this still bugs out. I do not necessarily believe that it is the library at fault, but hopefully someone here understands the dependencies from the library better than I do. It is being thrown upon building the application.
Thank you ahead of time
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (9 by maintainers)
Top GitHub Comments
The Game API hasn’t been ported to V3 unfortunately, I created #460
Just published 3.0.0, feel free to open new issues if you run into problems 👍