UWA, error on deploy blank solution in D:

1

I have a several problem ! Since the last week, I couldn't deploy my universal app Win10 C# (VS2015) (blank solution) in my disk d: and e: I checked the security access (Everyone have full access in theses disks) And the same solution well work in c: The message is following one : Severity Code Description Project File Line Error Error : DEP0700 : Registration of the app failed. An internal error occurred with error 0x80070005. See http://go.microsoft.com/fwlink/?LinkId=235160 for help diagnosing app deployment issues. (0x80073cf6) App1

With Event viewer I catch theses errors in AppxPackagingOM: 1) error 0x80080204: App manifest validation error: The app manifest XML must be valid: Line 1, Column 0, Reason: A document must contain exactly one root element. 2) error 0xC00CE015: App manifest validation error: The app manifest must be valid as per schema: Line 20, Column 210, Reason: The attribute 'ToastCapable' on the element '{http://schemas.microsoft.com/appx/manifest/uap/windows10}VisualElements' is not defined in the DTD/Schema.

I try everything : - Disable Bitlocker - Format Disk - 86/64 Build

c#
visual-studio-2015
windows-10
universal
asked on Stack Overflow Nov 3, 2015 by abmptit

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0