Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Choose the Way to Create a Silverlight Out-of-Browser Application

0.00/5 (No votes)
22 Oct 2010 1  
Choose the way to Create a Silverlight Out-of-Browser application

In all of my earlier articles on Silverlight Out-of-Browser (OOB) applications, I demonstrated how to create the OOB application using Visual Studio. There are plenty of steps you have to follow there. Today, I found another way to change the settings for it.

image

In this post, I am going to discuss about both the processes, and at the end tell me which one is best & simple.

Visual Studio Way to Create OOB Application

Open your Silverlight Solution in Visual Studio. Now in the Solution Explorer, right click on the Silverlight project and from the context menu, click on properties as shown in the below screenshot:

image

This will open the below project properties Window inside the Visual Studio IDE. In the “Silverlight” tab, you will see a check box with the text “Enable running application out of browser”. Once checked, your application will now support running Out-of-Browser.

image

Once you select the check box, it will enable the “Out-of-Browser Settings…” button. If you want to set the Elevated Trust mode for your Silverlight OOB application, click on that button.

image

This will open the “Out-of-Browser Settings” dialog on the screen. At the bottom of the settings page, you will see “Require elevated trust when running outside the browser” check box.

image

Select the checkbox as shown below to mark your application trusted. Now click “ok” and save your project. Run your application now outside the browser window in fully trusted mode.

image

Those were the steps to create a Silverlight OOB application in Visual Studio. Now, we will discuss the same using Expression Blend.

Expression Blend Way to Create OOB Application

Open your Silverlight Solution in Expression Blend. Now go to “Project” menu –> “Silverlight Project Settings” –> “Enable Application Outside Browser”.

image

That’s it to create a Silverlight OOB application. Blend will change the project settings for you. If you now go to the same menu, you will see that has been checked, means, your application supports running outside browser. If you don’t want, uncheck the menu settings there.

image

The other menu item “Preview Application Outside Browser” by default gets selected once you enable OOB. This makes sure that, when you run the application from Blend, it directly starts in outside browser window.

image

If you want to set elevated trust for your application, just check the “Application Requires Elevated Permission” from the same menu path as shown below: 

image

Wuhu! Your Silverlight application now supports running outside browser in fully trusted mode.

Summary

In this post, I described both the steps using Visual Studio & Expression Blend. Now it is your choice to decide which is best for you. Hope, you liked this comparison and will help you. Please don’t forget to share your thoughts, suggestions etc. I appreciate your feedbacks always.

Cheers… Smile

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here