与 cvextern.dll 文件有关的错误(C# 中的 opencv)

发布于 2024-11-29 13:33:29 字数 171 浏览 0 评论 0原文

当我添加此文件 (cvextern.dll) 来引用或使用 cmd 中的命令 csc 时。我收到此错误

fatal error CS0009: Metadata file "file_path"无法打开 -- '尝试加载程序格式不正确。 ’

为什么会这样?我该如何解决?

谢谢大家

when I add this file (cvextern.dll) to reference or I use the command csc from cmd .. I get this error

fatal error CS0009: Metadata file "file_path" could not be opened -- 'An attempt was made to load a program with an incorrect format. '

why is that happen? How can I solve it?

thank you all

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生活了然无味 2024-12-06 13:33:29

汉斯·帕桑特的评论是正确的。使用 EMGU 时,应将文件 cvextern.dll 复制到运行程序的输出文件夹中,或者作为现有项目添加到项目中。然后在解决方案资源管理器中选择该项目,并在属性面板中将其属性“复制到输出目录”更改为 CopyAlways。请参阅http://www.emgu.com/wiki/index.php/Download_And_Installation 有关正确使用文件的更多信息。

干杯
克里斯

The comment by Hans Passant is correct. The file cvextern.dll when using EMGU should either be copied into your output folder where your program is running or added to your project as an existing item. Then select the item in solution explorer and change its properties in the properties panel "Copy to Output Directory" to CopyAlways. See http://www.emgu.com/wiki/index.php/Download_And_Installation for more information on proper use of the files.

Cheers
Chris

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文