I have created a Dll file from c++, I then called it in a c# file. It is working fine.
But then when I tried to export the files in another computer. I was getting this exception : DLL not found.
I downloaded dependency walker to fix the bug, because I thought my DLL depended on other DLLs that were missing in the second computer; I then downloaded the missing DLLs.
Yet I am still getting the same error.
Dependency Walker also gives me this message : The application has failed to start because its side-by-side configuration is incorrect. Do you think it might be a clue?
Kindly assist. Thank you