D
D
Doggy Share2018-05-26 16:48:07
C++ / C#
Doggy Share, 2018-05-26 16:48:07

System.IO.FileNotFoundException: "Could not load file or assembly 'sorttbls.nlp' or one of its dependencies. What should I do?

The question is in the header.
I made a builder, the project collects, but
this error pops up when the build is launched.
What to do?
I worked as a decompiler, the only thing that has changed in the build
is the names of the lines (this does not affect in any way)
Example: string money --> string text12 (this is just an example)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
basrach, 2018-05-27
@basrach

...file or assembly "sorttbls.nlp" or one of their dependencies...
- something is missing, either "sorttbls.nlp" itself, or something else. What to do? - look for what is missing. If you are already using a decompiler, then it should have a dependency view function, compare the list of dependencies with what you have in your build directory.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question