Tuesday, November 18, 2008

[Silverlight 2] Unable to start debugging...

A co-worker of mine all of the sudden started getting the following error when she was trying to run/debug her Silverlight 2 application [web application with the plug-in being loaded via the auto generated html page]:
Unable to start debugging on the web server. The COM+ registry database detected a system error.
For whatever reason it was the enabled ASP.NET debugger that seemed to be causing this error. Once she unchecked the ASP.NET debugger checkbox found under the properties of the "Web" project [i.e only the "Silverlight" checkbox was checked] then everything started up and debugged smoothly.



.