You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when running a WinForm software using the WebEye library (both the provided WinForm demo and any other C# project) on Windows 32bit (e.g. Windows 7 x86) the following exception occurs:
'System.BadImageFormatException' in mscorlib.dll: Could not load file or assembly 'WebEye.Stream.Win32.dll' or one of its dependencies. is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
Specifically, it happens when invoking the Assembly.Load():
I have the same issue in VS2010 but I don't want to buy a new VS. What's the difference between VS2015 and VS2017 for this issue? Are there any Compiler options that could solve this issue?
I want to include the code in an existing VB.Net project and therefore I have translated it from C# into VB.Net. It runs until the above mentioned line of code with the same error code. I have used the DLL from the Nuget package (folder webeye.stream.1.0.2\resources) with a size of 14.172KB.
Hi,
when running a WinForm software using the WebEye library (both the provided WinForm demo and any other C# project) on Windows 32bit (e.g. Windows 7 x86) the following exception occurs:
Specifically, it happens when invoking the Assembly.Load():
WebEye/WebEye.Stream/Stream.cs
Line 87 in 1ce7f89
I've already installed VC++ Redist packages on that machine, no luck.
I've also tried to compile the WebEye.Stream.dll and WebEye.Stream.Win32.dll from scratch, but it did not help.
The text was updated successfully, but these errors were encountered: