I’m making a link to the folder with dlls in VS, but on the other PC the program doesn’t seem to work appropriately.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m assuming that you’re copying your output executable folder to another machine and it is failing.
My guess is that you are not copying the DLLson build.
Two methods of attempting a fix:
option: “Copy to Local.” Set that to true
project and go to the References tab. There you will see all the DLLs
referenced in the project. Set the DLLs in the folder you specified to have True for the “Copy to Local” option.