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...
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...
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...
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...