❔ C# Web browser change tabs = index 0 is out of range exception.
I am making a web browser and every time I change the selected tab, it gives me an index 0 is out of range exception error. Can anyone help me?
8 Replies
$details
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
Where does it error?
I could send the exception details
Read the error
You can see where the error occurs, so you can show us where the faulting code is.
It will also break at the faulting line
$debug
Tutorial: Debug C# code - Visual Studio (Windows)
Learn features of the Visual Studio debugger and how to start the debugger, step through code, and inspect data in a C# application.
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.