We used Dependency Walker on the exe and found that the comctl32.dll was shown for x86 CPU (32bit) which was causing it not to load.
to fix check the output <exe>.manifest file, the 64-bit version of it must have processorArchitecture='amd64' for it to pickup the 64bit version!
No comments:
Post a Comment