windows - Mysterious R6034 error on executable with external manifest -
i'm experiencing strange issue program. it's puzzling me. here's did:
- my program
test.exe
uses external manifesttest.exe.manifest
. runningtest.exe
works fine. - for testing purposes, renamed file
test.exe.manifest1
see happens. after renaming manifest, program
test.exe
refused start , showed r6034 runtime error saying: "an application has made attempt load c runtime library incorrectly."so renamed
test.exe.manifest1
test.exe.manifest
again.surprisingly,
test.exe
still shows r6034 error , doesn't run @ all.when copy
test.exe
,test.exe.manifest
new location, however, works fine! did in old location before renaming manifest , forth.even more surprisingly, when repeat steps 2 4 in new location, there no such problem! executable refuses start when using
test.exe.manifest1
works fine again when renaming manifest filetest.exe.manifest
. however, in old location executable permanently broken , can't made run again.
this complete mystery me. have idea can this?
it's impossible start test.exe
old location on hard drive after did steps shown above! won't start. when copying other locations, works fine although there same files in location.
i'm confused , don't know this.
i'm on windows 7.
Comments
Post a Comment