I have looked this problem and i found many entries on the net about it.. but none that i could understand. maybe you can help? I have a dll file (created from a c script) and i created a GUI using visual C# 2010 for my program. I have tested my application on 5 different computers. On my computer and the computer where i created the application, the user interface and the program runs without any trouble. However when i pass it to other computers i receive the following error line AFTER execution of the program (which means that the user interface opens, but when i insert all my values and run the code stored in the dll file i receive the errir) "Could not load file or assembly "ParsingDll.dll" or one of its dependencies. the specified module could not be found."
All the computers run microsoft windows 7 and are 64bit. The dll file "ParsingDll.dll" is the one containing my code executed by the GUI, and it is in the same folder as the executable.
Ill appreciate it if someone could help me out with this and take it step by step with me as im new to these kind of stuff.
Many thanks to you all.