Abid Hussain
Abid Hussain

Reputation: 11

Can not copy assembly stodole.dll to file

I am trying to add Microsoft Document Imaging Library in my project for OCR. but getting below error while adding COM reference.

Can not copy assembly stodole.dll to file

Can anyone help me on this.

Upvotes: 0

Views: 157

Answers (1)

Liath
Liath

Reputation: 10191

I'd go through the normal steps of:

  • Clean the solution
  • Restart Visual Studio
  • Reboot the machine

Failing that make sure your build directory is not write protected and make sure you've got the correct DLL name.

Upvotes: 1

Related Questions