C
C#12mo ago
TheUnrealGuy

❔ 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
Buddy12mo ago
$details
MODiX
MODiX12mo 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
Buddy12mo ago
Where does it error?
TheUnrealGuy
TheUnrealGuy12mo ago
I could send the exception details
Buddy
Buddy12mo 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
MODiX12mo 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
Accord12mo 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.
Want results from more Discord servers?
Add your server
More Posts
❔ Change default behaviour of .NET Web API Validation ErrorsHi does anyone know how I can override the default problem details/validation error response .net gi❔ How would you refactor something like this? Is there a pattern that could help me?Is there a way to clean something like this up? I've got a lot of evaluations to perform based on a ❔ C# library usable from pythonI was wondering how to do this, and stumbled upon https://stackoverflow.com/a/29854281 which answere❔ Is there a pattern for having a single collection of different object types?This is my sample code https://dotnetfiddle.net/ffV3vY I have a WorkflowCommand a ScheduledWorkflowC❔ How to create WPF installer?Hello, I want to create installer.exe file using WPF, so i have custom GUI. I want to copy files froASK beginnerI'm confused about it. Could someone please explain it? Should I check mark it? or when I'll mark ❔ ✅ Error MSB4018 : The "ResolvePackageAssets" task failed unexpectedly. When building.Full Stacktrace: Use build tool: C:\Program Files\dotnet\sdk\8.0.100-preview.5.23303.2\MSBuild.dll ❔ Raw Websockets, ref alternative in async programming```cs public async Task HandleUpgrade() { if (!HttpContext.WebSockets.IsWebSocketReques❔ The correct way to make a http post call in asp.net core mvc 6 web app.The autoAntiforgery is on in controller, the anitforgery token is injected in view, But I can not ❔ C# dev kit completion "args"Hey I'm trying vscode and I stumbled upon this behavior that seems strange. When it autocompletes af