Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helpful links don't work in .NET Core #88

Closed
fernandreu opened this issue Feb 4, 2020 · 0 comments
Closed

Helpful links don't work in .NET Core #88

fernandreu opened this issue Feb 4, 2020 · 0 comments
Labels
bug Something isn't working dotnet core This issue affects the .NET Core build only good first issue Good for newcomers

Comments

@fernandreu
Copy link
Owner

These are absolutely fine when using .NET Framework.

This is due to using Process.Start(url) to launch those websites in a browser. In .NET Core, an exception occurs:

System.ComponentModel.Win32Exception: 'The system cannot find the file specified.'

Either it is trying to open the url as a file, or it does not find a browser to launch them. Should be a fairly common scenario and with a searchable solution.

@fernandreu fernandreu added bug Something isn't working good first issue Good for newcomers dotnet core This issue affects the .NET Core build only labels Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dotnet core This issue affects the .NET Core build only good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant