Question

If I enable the Out of Browser application setting, the application doesn't run, doesn't even debug. Visual Studio compiles the app, switches to Debug layout but ends immediately.

Any ideas?

Was it helpful?

Solution

Created a new Silverlight project and moved all the files to the new one. Now it works without problems. I have no explanation for this but it worked!

OTHER TIPS

For anyone else coming across this problem, I also just had this occur. I followed Elodie's suggestion and created a new project and doing folder comparisons. Eventually it came down to an InBrowserSettings xml file. It was fixed by manually editing the .csproj file to remove the reference to that file and then deleting it from the Properties folder.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top