Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » Debugging   (RSS)
Resolved: Event Type clr20r3, .NET Runtime Error, Event ID 5000
Funky error received: Windows Service failed to start and logged an Event ID 5000 in the Application Event log with the following details: EventType clr20r3, P1 devsql.replicatorservice.exe, P2 1.0.3293.22912, P3 49639851, P4 devsql.replicatorservice, Read More...
Unable to attach to the crashing process. The components for the 64-bit debugger are not registered.
Ok so I ran into a debugger issue that I saw about a year ago. This time I decided to write up a quick entry on it so I do not forget it this time. Unable to attach to the crashing process. The components for the 64-bit debugger are not registered. Please Read More...
Solution: Debugging is not supported under current trust level settings.
The solution to the error below is quite simple. Edit your web.config file. Locate the <system.web> section. Insert the tag: <trust level="Full" /> Save web.config. Server Error in '/solwsi' Application. Debugging is not supported under current Read More...
Could not start with debug a unit test with Visual Studio 2008.
I tried to start a unit test today with debugging enabled. The test runner started the tests but failed with various errors. One of them telling me to regsvr32 a COM component. After a little googling I found Gregg M's blog which has some useful information Read More...