unable to load cvextern in a c# project

前端 未结 8 1359
青春惊慌失措
青春惊慌失措 2020-12-03 17:18

i\'m trying to debug my program, using emgu and HaarCascade in c#. i\'m getting an exception like so :

Unable to load DLL \'cvextern\': The specifie

8条回答
  •  生来不讨喜
    2020-12-03 17:23

    I have solved this problem, by:

    • Right-click the project name, select Add, Select Add existing. Then select all files in the Emgu\libs\x64 folder to add to the project (allow to replace the old files if asked).
    • Then you need to select all the newly added files, right click and select Properties, In the Copy to Output section, select Copy Always.

    It's done.

提交回复
热议问题