I have recently downloaded the .net 2003 example and can successfully launch (debug) it in VS 2008. Per the code it shows the location of hei32_3.DLL in the c:\ root directory. I have placed this file and hei_pas.dll there. When I run and then click on init network I get the following error from line 724 in etherccm.vb "Rc = HEIOpen(HEIAPIVersion)"
An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)
I am using the dlls from the LIB directory of the SDK.
I tried to manually register the two dlls assuming that might be the cause, but no luck.
regsvr32 c:\hei32_3.dll
regsvr32 c:\hei_pas.dll
I get the following error:
the Module "c:\hei_pas.dll" was loaded but the entry-po0int dllregisterserver was not found.
Am I supposed to register it manually or just include it in the root?
Any help or direction would be greatly appreciated.
Steve