|
-
Sep 12th, 2020, 02:11 PM
#22
Re: [vb6] Per-Monitor DPI Awareness Framework
 Originally Posted by fabel358
Great job, LaVolpe... only with windows xp it gives an error message without working: "The specified application could not be started. The application configuration is incorrect. A new installation of the application may solve the problem.". Is it possible to understand why?
I had to play in my VM to find the problem (which I experienced too). It wasn't easy to track down. The problem it seems is that there was another compiled project that was using a manifest with the same "Identity" element. I removed the manifest from the res file and for simplicity sake, added a new external manifest, named it Project1.exe.manifest. I then went in and changed the identity element to ensure it was unique. Ran without a problem. You can get a generic manifest from my _ReadMe_Overview_DpiPM.rtf in the documentation folder of the project download (post #1). Jump to bottom of that document.
Last edited by LaVolpe; Sep 12th, 2020 at 11:09 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|