MS VS2017. Microsoft Visual Studio 2017.
DEP0600: Deployment failed. XmlException - '.', hexadecimal value 0x00, is an invalid character.
Edit Begin
Edit End
Deployment failed. XmlException - '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1. [0x80131940]
An application was running fine for days. Now deployment fails.
What does the error mean? How can I correct it? There is no file name provided.
The only idea I have seen vaguely by searching is to reinstall VS2017. For lack of time I have not done this yet.
Thanks.
I would like to give more context. But many things were changed before the application was run again. So I do not want to submit superstitious ideas yet. Close and Open VS2017.
VS2017 gives me this error even if I create a new blank UWP application.
Thanks for your ideas.
I had the same problem. Deleting the App from Apps & Features solved the problem for me.
Error DEP0600: Deployment failed. XmlException - '.', hexadecimal value 0x00, is an invalid character. Line 1, position 1.
After deleting AppData/Local/Microsoft/VisualStudio folder, and restarting
Visual Studio, this error disappears, and blank projects will deploy normally.
Uninstalled the UWP apps from apps and features worked for me.
What worked for me was to right click on the solution and click Properties, selected assembly information and incremented the Assembly Version and File Version and recompiled it. Don't ask me why this worked, I have no idea but it worked for me.
In the error that was flagged up it contained the version number 1.3.3.3 so I just changed it to 1.4.1.1 and it worked.
User contributions licensed under CC BY-SA 3.0