dotnet 5.0 preview8 wpf throw System.UriFormatException when not use english project name
See original GitHub issueIf I do not use English as the project name of the WPF program,e.g. Japanese, Chinese.
Exception thrown when WPF application runs into control’s InitializeComponent method.
Exception:System.UriFormatException:“Invalid URI: The Authority/Host could not be parsed.”
Environment: Visual Studio Enterprise 16.8.0 Preview 2.0 .NET SDK v5.0.0-preview.8
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
UriFormatException Class (System)
The UriFormatException is thrown by the Uri class constructor if the supplied URI could not be correctly parsed. The format for a valid...
Read more >NET 5 cant be selected as Target Framework in VS2019 ...
select "Blazor App" give the project a name/Location/solution name and click "Create"
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes, it is same issue. By the way, in dotnet 5 preview 8, cannot open console window by set csproj output type ,when csproj has UseWPF or UseWindowsForms, this is bug or feature?
Thinks.