Introduction
Installation
Guides
- Engine
- Profile
- Browser
- BrowserView
- Navigation
- Content
- Context menu
- DOM
- JavaScript
- Pop-ups
- Dialogs
- Downloads
- Network
- Cache
- Cookies
- Proxy
- Authentication
- Permissions
- Plugins
- Printing
- Passwords
- User data profiles
- Credit cards
- Media
- Zoom
- Spell checker
- Deployment
- Chromium
Troubleshooting
- Logging
- Common exceptions
- Application does not terminate
- Video does not play
- Cannot sign in to Google account
- User data is not stored
- Color scheme
- Startup failure
- Slow startup on Windows
- Unresponsive .NET Application
- Unexpected Chromium process termination
- Unexpected behavior
- Windows 7/8/8.1 end of support
Migration
Unresponsive .NET Application
If your .NET application hangs, and you believe it happens because of DotNetBrowser, enable logging, reproduce the issue, take a process dump when the application hangs, and submit a ticket with the process dump analysis and the log messages.
Creating and analyzing .NET process dump
1. Create .NET process dump
You can create the dump of the .NET process using different tools, including Visual Studio Debugger, ProcDump, DebugDiag, and others.
2. Analyze .NET process dump
You can open and analyze .NET process dumps in Visual Studio. The following articles describe how to do this:
- Dump files in the Visual Studio debugger
- Find solutions faster by analyzing crash dumps in Visual Studio
The Threads, Call Stack, and Parallel Stacks views in Visual Studio Debugger can be used to check the state of each thread in the application.
You can also analyze the dump using DebugDiag Analysis. To analyze the dump file:
- Click Start > Run, type the path of the DebugDiag Analysis tool, and then click OK.
By default, the path to the DebugDiag Analysis tool looks like
C:\Program Files\DebugDiag\DebugDiag.Analysis.exe
. - Click Add Data Files button.
- Locate and select the dump file that you want to analyze, and then click Open.
- Configure the symbol search path which is the path to .pdb files generated during building your application by clicking the gear button and adding that path to the Symbol search paths to use for Analysis section.
- Check CrashHang Analysis, and then click Start Analysis.
- Review the report that is displayed in Microsoft Internet Explorer. A copy of this report is also stored in the
%UserProfile%/Documents/DebugDiag/Reports
folder.