Click here to Skip to main content
15,868,016 members
Articles / Silverlight

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

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
22 Oct 2010CPOL2 min read 15.5K   3   3
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

This article was originally posted at http://www.kunal-chowdhury.com/feeds/posts/default

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Lead
India India

Kunal Chowdhury is a former Microsoft "Windows Platform Development" MVP (Most Valuable Professional, 2010 - 2018), a Codeproject Mentor, Speaker in various Microsoft events, Author, passionate Blogger and a Senior Technical Lead by profession.

He is currently working in an MNC located in India. He has a very good skill over XAML, C#, Silverlight, Windows Phone, WPF and Windows app development. He posts his findings, articles, tutorials in his technical blog (www.kunal-chowdhury.com) and CodeProject.


Books authored:


Connect with Kunal on:





Comments and Discussions

 
Questionparameters? Pin
Member 219135126-Oct-10 7:33
Member 219135126-Oct-10 7:33 
GeneralMy vote of 5 Pin
Abhinav S23-Oct-10 18:03
Abhinav S23-Oct-10 18:03 
GeneralRe: My vote of 5 Pin
Kunal Chowdhury «IN»24-Oct-10 4:24
professionalKunal Chowdhury «IN»24-Oct-10 4:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.