By default, when debugging, Silverlight will launch your application in the browser. However, if you application is configured to run in Out of Browser (OOB) mode and is installed on the box you can configure debugging to occur directly in the OOB application window rather than the browser.
To accomplish this follow these steps:
1. Verify your application is installed for OOB use on the box you are debugging from.
2. Open up your application in Visual Studio, right click on Silverlight application in the solution explorer and choose “Properties”.
3. Click on the Debug tab and then click on the “Out-of-browser application” radio button.
4. Finally, right click on your Silverlight application again in the solution explorer and choose “Set as Startup Project”.
Hit F5 and you will be good to go:
Thank you,
–Mike







