question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Question] Assembly exception

See original GitHub issue

Hello, 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:closed
  • Created 6 years ago
  • Comments:11 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
BenFradetcommented, Aug 21, 2017

The Game API hasn’t been ported to V3 unfortunately, I created #460

0reactions
BenFradetcommented, Nov 5, 2017

Just published 3.0.0, feel free to open new issues if you run into problems 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Simple explanation of exceptions? - assembly
An execpetion occurs whenever something happens that the normal flow of instructions can not continue and it has to be dealt with. So...
Read more >
Question - Precompiled Assembly Exception
I am having some error in unity, and I can't update any code because whenever I save any update to any specific code,...
Read more >
What is assembly resolution exception?
Generally an assembly resolution exception tells you that the AppDomain is trying to localize an assembly that is in the referenced assembly ......
Read more >
Assembly language 218 Q12: What is an exception? Group ...
Question: Assembly language 218 Q12: What is an exception? Group of answer choices Interanl computer signal for device communication.
Read more >
Solved 1. In the following assembly code, assume that therer
Question: 1. In the following assembly code, assume that therer are exceptions in 28hex and 2Chex. 1-1. What are the values of PC...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found