Visual Studio 15 issues
Posted: Thu 3. Mar 2016, 03:23
Am using Win 8.1 Pro and Visual studio 15 on a 64 bit machine. I followed the instructions and put all my 32 bit DLLs (PXCP.dll and PCANBasic.dll) in Windows/SysWOW64 and all my corresponding 64 bit DLLs in Windows/System32 and can't build a single sample project, either C#, C++ or VBasic. I either get
An unhandled exception of type 'System.DllNotFoundException' occurred in PxcpSample.exe
here:
Return InitializeCanChannel(XcpChannel, Channel, Btr0Btr1, 0, 0, 0)
in VB,
Or:
The ordinal 11 could not be located in the dynamic link library C:\Windows\System32\PXCP.dll
in C++,
Or:
An unhandled exception of type 'System.DllNotFoundException' occurred in XCP Master test.exe
Additional information: Unable to load DLL 'PXCP.dll': The operating system cannot run . (Exception from HRESULT: 0x800700B6)
in C#
here:
Return InitializeCanChannel(XcpChannel, Channel, Btr0Btr1, 0, 0, 0)
What am I missing?
An unhandled exception of type 'System.DllNotFoundException' occurred in PxcpSample.exe
here:
Return InitializeCanChannel(XcpChannel, Channel, Btr0Btr1, 0, 0, 0)
in VB,
Or:
The ordinal 11 could not be located in the dynamic link library C:\Windows\System32\PXCP.dll
in C++,
Or:
An unhandled exception of type 'System.DllNotFoundException' occurred in XCP Master test.exe
Additional information: Unable to load DLL 'PXCP.dll': The operating system cannot run . (Exception from HRESULT: 0x800700B6)
in C#
here:
Return InitializeCanChannel(XcpChannel, Channel, Btr0Btr1, 0, 0, 0)
What am I missing?