I am trying to compile a project (NBIS.Net 5.0.0) into a .dll
so I can add it as reference in another .NET C# project (VS 2013).
Everything works fine, my program runs and uses functions from the referenced library. This is on the dev machine (win7 x64) as well as on a target machine (win7 x64).
But when I try to run it on a Surface Pro 4 with Windows 10, my Application crashes as soon as it starts using a function of that particualr assembly. Is there any setting that I need to change when I compile the assembly with VS? Or are there runtimes missing on the Windows 10 target machine that are present on a Windows 7 machine? Thank you!