Anwendung wird nicht unterstützt in Windows Presentation Foundation (WPF) - Projekt

Ich habe gerade ein neues WPF-Projekt in der Mischung, schob es auf git, Hinzugefügt mqsql-Treiber, rest-Dienst und nfc sdk und plötzlich-Mischung sagt mir, dass die Anwendung
wird nicht unterstützt. Der Fehler führt mich zu der App.xaml ist komplett ungeschnitten und sieht wie folgt aus:

<Application x:Class="desktop_client.App"
         xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
         xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
         xmlns:local="clr-namespace:desktop_client"
         StartupUri="MainWindow.xaml">
<Application.Resources>

</Application.Resources>

Den gleichen Fehler geht-praktisch für jeden tag-wie Stil, Setter, ControlTemplate, Leinwand, Weg. nichts unterstützt wird.
Vergleich sowohl der xaml-und c# - Datei, um das andere Projekt, das ich gerade fertig, das funktioniert Prima, es gibt keinen Unterschied (außer namespace und den Pfad natürlich)

Ich bin absolut sprachlos

InformationsquelleAutor user3106891 | 2017-03-19
Schreibe einen Kommentar