'How to open a specific URL
I want to open an url with
Process.Start("https://www.youtube.com/watch?v=8_oOES_uKPI");
When I run my code I get the following error:
System.ComponentModel.Win32Exception: 'An error occurred trying to start process 'https://www.youtube.com/watch?v=8_oOES_uKPI' with working directory 'C:\Users('_')\source\repos\messingAROUND\messingAROUND\bin\Debug\net6.0'. The system cannot find the file specified.'
What am I doing wrong?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
