I have a windows XP dev environment for C# application project combination with native DLL. Now I am trying to migrate to Windows7 using last visual studio 2015.
My problem is native DLL is trowing System.DllNotFoundException in windows7 dev environment, so it means I cannot create setup file with enhancements and new features.
Note: I got old windows xp setup file that will install in windows 7. same native DLL work perfectly fine, if that old setup file is installed.
I have no clue how setup file was created but it was created with wise installation studio
The same native DLL files working after old application install and native DLL are not working in dev environment and giving System.DllNotFoundException.
I tried with elevated permissions but no luck. I am thinking of possible solutions one DLL registration I have no idea how to do that.
Any suggestion is well come
Thanks