简体   繁体   English

Windows 7 64bit上的emgucv

[英]emgucv on windows 7 64bit

when im running emgu on visual studio development server i get this error: 当我在Visual Studio开发服务器上运行emgu时,出现此错误:

An attempt was made to load a program with an incorrect format. (Exception from HRESULT:0x8007000B)

but when i running debug on local iis web server it works fine. 但是当我在本地iis Web服务器上运行调试时,它工作正常。 it happen on the first code line of emgu that im using: 它发生在emgu使用的第一行代码上:

Image<Bgr, Byte> image = new Image<Bgr, byte>(imagePath);

this line bind the file in the emgu dll 此行将文件绑定到emgu dll中

i allready try to compile emgu on 86 and 64 target and moved those dlls to my project but it didnt make any diffrente still i couldnt run my project on the development server 我已经准备尝试在86和64目标上编译emgu并将这些dll移动到我的项目中,但是它并没有带来任何区别,我仍然无法在开发服务器上运行我的项目

尝试编译为x86并在服务器iis中启用32位:应用程序池->高级设置->启用32位应用程序

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM