question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

dotnet 5.0 preview8 wpf throw System.UriFormatException when not use english project name

See original GitHub issue

If 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:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
zxgamekingdomcommented, Aug 27, 2020

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?

0reactions
zxgamekingdomcommented, Aug 27, 2020

Thinks.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found