10-31-2014 09:44 AM
I have user setting up a Labwindows DLL call in a Windows IIS 8 enviroment. The process generates an exception when the DLL is called. Anyone have experience with this environment? Anything special that needs to be done? DLL is 32 bit.
Error reads: An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
10-31-2014 09:52 AM
You're not telling us which CVI version you are using... the supported OS are listed here
10-31-2014 09:56 AM
V 13.0.1 (201)
11-03-2014 05:51 PM
Hi ruskin1,
This error is commonly related to 32-bit / 64-bit compatibility, so I would suggest making sure that the application calling the DLL is also a 32-bit program.
Myriam