C
C#7mo ago
kirito

Run wpf projet start

Hello, I'm new to C# with wpf. I have downloaded dotnet and run the dotnet new wpf command. This worked very well but when I do a dotnet run there is no interface so I see all the files well initialized and in the tutorials I see that it works directly... Is this normal?
No description
2 Replies
Angius
Angius7mo ago
Could be because of special characters in the path? You usually even try to avoid spaces, let alone special characters like # Also, are you on Windows?
kirito
kirito7mo ago
I'll try without then. And yes, I'm on Windows 11. Oh yes, it's because of the special characters.