c# - Why dll files must be copied into windows folder in Windows 10? -
i have interesting problem. well, develop addon application. addon .net com dll , register using regasm.exe (i created script register dll)
the dll requires several dlls 2 dlls xxx.dll , log4net.dll common, means other dlls use these dlls.
i created setup using installshield limited version. copy dlls program files , works in windows 8.
and after tried work on windows 10, got error "could not load file or assembly or 1 of dependencies..."
after that, made deep logging , found out, these 2 dlls needed windows folder. when copy these 2 dlls windows folder, works.
so,the same setup file works on windows 8 not in windows 10.
i run setup file admin rights, cant understand why that. why application looks dll files under windows folder in windows 10?
is there config or? created 2 setup files now. setup windows 10, copies externally 2 dlls windows
Comments
Post a Comment