❔ 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
Buddy
Buddy2y ago
$details
MODiX
MODiX2y ago
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)
Buddy
Buddy2y ago
Where does it error?
TheUnrealGuy
TheUnrealGuyOP2y ago
I could send the exception details
Buddy
Buddy2y ago
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
MODiX
MODiX2y ago
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.
Accord
Accord2y ago
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.

Did you find this page helpful?