Failed build

When i click the button to start the build it just fails instantly, any ideas?
No description
3 Replies
Merineth πŸ‡ΈπŸ‡ͺ
<Application x:Class="chess_game.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:chess_game"
StartupUri="MainWindow.xaml">
<Application.Resources>

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

</Application.Resources>
</Application>
`
Merineth πŸ‡ΈπŸ‡ͺ
I'm trying to make it open this one first Ok nvm i'm a clown i figured it out, it was in a folder so i had to add view/ before it

Did you find this page helpful?