Thanks. The reason I ask is this:
I've attempted to update my current working app from
vb.net/vs 2012/dotnet framework 4.5/KMotion 433q
to
vb.net/vs2012/dotnet framework 4.7/KMotion 434i.
As I usually do with an update of the KFlop, I've updated
the firmware of the KFlop and included the newest versions
of these files with my application:
DSP_KFLOP (everything in the folder)
KMotion.exe
KMotion_dotNet.dll
KMotion_dotNet_interop.dll
KMotionDLL.dll
KMotionServer.exe
GCodeInterpreter.dll
TCC67.exe
emc.var
....placing these into the debug folder of my updated
project.
My app starts, then stops when I attempt
Public WithEvents ThisController As New KM_Controller,
failing with the error:
An exception of type 'KMotion_dotNet.DMException'
occurred in KMotion_dotNet.dll but was not handled in user
code
Looking into the details of the exception reveals:
{"Unable to load DLL 'KMotion_dotNet_Interop.dll': The
specified module could not be found. (Exception from
HRESULT: 0x8007007E)"}
Could it be a new dependency of the KMotion_dotNet.dll
introduced since KMotion v433q?
On 5/22/2017 1:24 PM, Tom
Kerekes
tk@...
[DynoMotion] wrote:
Versions 4.34a - 4.34i are built with VS2015
Community. Prior Versions are VS2008 which in most
cases could be upgraded to VS2012 without too much
difficulty. Id suggest switching to VS2015.
V4.34i targets .NET 4.5. .NET should be backward
compatible so .NET 4.7 should be compatible.
KMotionCNC, KMotion, and the C++ examples don't use
.NET
HTH
Regards
TK
Is the newest KFlop 4.34i software still
compatible with Visual Studio
2012 using the dotnet framework 4.7?