I looked through this problem, and I found a lot of posts online about it. But I didn’t understand anything. maybe you can help? I have a dll file (created using c script) and I created a GUI using Visual C # 2010 for my program. I tested my application on 5 different computers. On my computer and the computer where I created the application, the user interface and the program work without any problems. However, when I pass it to other computers, I get the following line of errors AFTER the program runs (which means that the user interface opens, but when I insert all my values and run the code stored in the dll file, I get errir) "Could not load file or assembly "ParsingDll.dll" or one of its dependencies. The specified module was not found. "
All computers run Microsoft 7 and 64 bit windows. The dll file "ParsingDll.dll" is the one that contains my GUI code and is located in the same folder as the executable.
Understand this if someone can help me with this and do it step by step with me as they are new to these kinds of things.
Many thanks to all of you.
source share