broke
broke

Reputation: 8302

Drag and Drop Deployment Cannnot find DLL

After I loaded a new reference to my project, I can no longer run my program on another pc without installing it. I attached an image of the exception message. If anybody can help I would really appreciate it!

alt text

Upvotes: 1

Views: 79

Answers (2)

Dew Stuff
Dew Stuff

Reputation: 11

  1. Check the manifest file to make sure the filename is correct.
  2. Copy the code into your own executable and don't use a DLL.
  3. Turn Copy Local property to false.

Upvotes: 1

Shiraz Bhaiji
Shiraz Bhaiji

Reputation: 65461

Looks like there is a difference in the MS SQL Installation between the two PC's.

The Dll that is missing is part of MS SQL, therefore either SQL Server is missing completely from the second PC, or there are some options that were not installed on the second PC.

Upvotes: 0

Related Questions