- Admin
- #1
I compiled a desktop app in Windows 8 with a reference to "Windows.winmd", but it is constantly failing with "ResolveManifestFiles task faiiled unexpectedly". When I turned full trust in Clickonce off, it worked, but I need full trust,
in order to write registry keys. What can I do???
NOTE: I have inserted the snippet for targeting Windows 8:
View the full article
in order to write registry keys. What can I do???
NOTE: I have inserted the snippet for targeting Windows 8:
Code:
<propertygroup>
<targetplatformversion>8.0</targetplatformversion>
</propertygroup>
View the full article