문제

we have a silverlight Application In our company, which is hosted in a Web Application. when I want to test the app, I should to start the web application, then right click on the page and then click on install button to install out of browser version of application. I should do this each time I make a change on my C# code.

is there any way to start my application in Out-Of-Browser mode as default?

도움이 되었습니까?

해결책

Righclick your project goto Properties - > Silverlight.

There enable the option like this

enter image description here

다른 팁

You have to setup your silverlight application as the StartUp Project and, in the project properties, set the "Installed out-of-browser application" to debug your project.

You can see this step by step here: http://blogs.msdn.com/b/jamlew/archive/2009/07/28/debugging-silverlight-applications-in-out-of-browser-mode.aspx

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top