I have a .Net application using Emgu.CV v 3.1 which runs OK after being installed on Win 10 but fails on Win 8.1 64 bit with a Type Initializer exception, with an InnerException DLLNotFound for dll 'cvextern', which is installed in an x64 subfolder of the main installation folder containing the .exe. Copying the cvextern dll to the main installation folder (which has fixed the problem in the past) results in a BadImageFormat exception.
Emgu DLL not found and Bad Image Format exceptions in Windows 8.1
176 Views Asked by SimonKravis At
1
There are 1 best solutions below
Related Questions in .NET
- Does compiler optimize operation on const variable and literal const number?
- What is the point of definnig Asp.net Intrinsic Objects In different places and what is the different betwen them?
- Deleting Orphans with Fluent NHibernate
- IOrderedEnumerable to vb.net IOrderedEnumerable Conversion
- What is this namespace ITypeOfObjectsBoundToListBox ? Couldn't find it
- .net rest service with JSON string and consumed with java client
- What is best way to check if any of the property of object is null or empty?
- Telerik's WPF RadColorPicker NoColorText property not working
- Possible consequences of duplicate ProgId for different classes
- How are multiple requests to Task.Run handled from a resource management standpoint?
- Optimizing C++ call from C#
- Make a per-web-application object available to Web API and SignalR controllers
- System.ComponentModel.DataAnnotations.Schema namespace conflict
- LINQ Except/Distinct based on few columns only, to not add duplicates
- Not displaying content by its URL string - absolute urls
Related Questions in WINDOWS-8.1
- Unable to resolve property '%1' while processing properties for Uid '%0'
- UnicodeDecodeError in pip install flake8 on Windows 8.1
- How to stop credential caching on Windows.Web.Http.HttpClient?
- Finding the default application for a particular file name extension (Even when served by a metro app)
- Trying to add images (tiles) to a map
- WinJS Issues | Windows 8.1 and Windows Phone
- Mouse moves to original location after crossing montiors
- How to get a button's ID when clicked in Windows 8 apps?
- numpy.distutils.system_info.NotFoundError: no lapack/blas resources found
- How to change keyboard language programmatically in windows 8
- Save Task<string> type to String giving Catastrophic failure
- visual studio 2013 ultimate "invalid pointer" ( Windows phone )
- How to achieve AlarmApplicationManager AlarmAccessStatus as AllowedWithWakeupCapability?
- Windows 8.1 Pro MinGW Gfortran Command Prompt 'not recognized command' error
- Javascript - how to reduce the crawl delay and make it faster?
Related Questions in EMGUCV
- Emgu cv invoke exception c#
- EmguCV: Draw contour on object in Motion using Optical Flow?
- How to call OpenCV's MatchTemplate method from C#
- Passing a class as IntPtr
- How to capture image from four cameras when you have only three usb ports in the laptop using C# and Emgucv?
- How to detect black Bullets in Image?
- Using Seq in emgu c#
- How to capture video stream using emgu cv
- How do EmguCV detectors relate to EmguCV DescriptorExtractors?
- Emgu vb.net cvCalcCovarMatrix - covariance matrix empty
- Creating a chessboard mask to check the status of the squares on a chessboard
- Find corners from contour and warp perspective
- get the score from a multi-class SVM classifier using emgu cv and c#
- Emgu CV, unable to add Image to Matrix for KNN training
- emgucv performance issue with video playback
Related Questions in BADIMAGEFORMATEXCEPTION
- VS2015 Universal APP - Could not load assembley (badimageformatexception)
- Compile to x64 and received System.BadImageFormatException
- CorFlags.exe, System.Data.SQLite.dll and BadImageFormatException
- .Net executable with C++/CLI layer gets System.BadImageFormatException
- Reference project causes "Could not load file or assembly" within my own solution
- BadImageFormatException when trying to create a SQLite-Database
- CodeDom + Assembly.Load throws a BadImageFormatException
- System.BadImageFormatException The signature is incorrect
- Why might I be getting System.BadImageFormatException from a C# console app that calls sub20dnc_v4.dll?
- BadImageFormatException for UnitTest with C#
- Need 64-bit SQLite DLL for managed C# application
- NUNIT on X86 build throws System.BadImageFormatException on dll load
- Could not load file or assembly 'System.ComponentModel.TypeConverter netcore 1.1
- How to catch LoadLibrary exception of "Bad Image"
- VS Community - Cannot run a simple console application: Could not load file or assembly ‘System.Reflection.Metadata'
Related Questions in DLLNOTFOUNDEXCEPTION
- DllNotFound in Unity
- Native plugin with Unity3d Mac OSX Dll notfoundexception
- DllNotFoundException with HRESULT 0x8007007E when loading 64-bit dll
- DLLNotFoundException The Specified module could not be found
- How load the Dll according to platform
- Catch DllNotFoundException from P/Invoke
- Emgu DLL not found and Bad Image Format exceptions in Windows 8.1
- System.DllNotFoundException on Mono SQLite
- OpenCvSharp throws DllNotFoundException
- Why might I get a DLL not found exception on Vista but not XP?
- DllNotFound Exception when I use glut functions in my Dll
- System.DLLNotFoundException when the DLL exists
- Running a C# executable outside of folder containing external library
- How can I connect to SAP using sapnwrfc library?
- Using DllImport to load unmanaged dll into managed application
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The fix was to add the dlls msvcr120.dll and msvcp120.dll to the folder containing cvextern.dll, which is C:\Programs<ApplicationName>\x64. The initial InnerException should have said DLLorComponent not found. Perhaps Win 8.1 needs DLL components to be in the same folder as their parents.