Questions tagged [silverlight-oob]

Silverlight-based application that provides support for running outside the browser (Out-of-Browser).

Out-of-browser applications are subject to the same security sandbox restrictions as ordinary in-browser applications. Some of these restrictions can be relaxed by configuring the application to require elevated trust.

168 questions
0
votes
3 answers

How to open word/pdf in silverlight4?

I am using silverlight4 app ,i have a requirement like to store the word/pdf file in the database(sqlserver) and successfully i did that and now i want to open the stored file using the corresponding application with my extension.Iam not using OOB…
Prabhakaran
  • 1,264
  • 2
  • 20
  • 47
0
votes
1 answer

Silverlight OOB Calling Class Library

I have a class library that reads and writes to a local SQL CE database using Entity Framework 4.2 code first. I want to access the class library from a Silverlight 4 OOB app. What is the best way to do this? Do I have to turn the class library…
Steve Chadbourne
  • 6,873
  • 3
  • 54
  • 82
0
votes
0 answers

out of browser printing in Silverlight with COM

I want to create a printing solution in Silverlight and be able to print without the print-dialog. I have seen some similar questions like this, but no one with a sufficient answer. question 1 and question 2 With this answers in mind, I know that it…
jwdehaan
  • 1,445
  • 3
  • 13
  • 25
0
votes
1 answer

Convert an existing Silverlight application to a desktop based application

I have developed a business application using Silverlight, for data access I have used web service..(basicHttpBinding) (highly uses MS SQL Server - SP, Functions) I want to convert same application to Desktop based application. I have tried in…
Balu99
  • 31
  • 1
  • 5
0
votes
1 answer

silverlight - file extensions

I am working on a file explorer using Silverlight OOB. I need a way to get and display the icon associated with each file in my application. Note, I only need to show the icons, I don´t need to open the files.
0
votes
2 answers

How to un-install OOB Silverlight

When developing how do I uninstall OOB silverlight app? In the past I've gone into add/remove programs and found it there. I can see there is a sllauncher.exe in C:\Program Files\Microsoft Silverlight and some params that talk about uninstall but I…
Hunt
  • 279
  • 1
  • 3
  • 13
0
votes
1 answer

Changing Silverlight Application name dynamically

I'm creating a deployable module where some parts are written in Silverlight, and I'm making the SL application deployable for OOB usage. However, I want to make Silverlight take the name of the website that it's deployed from, such as, when a user…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
0
votes
1 answer

Inter Process Communication between Silverlight OOB & Non-Silverlight Desktop Application

I have a Silverlight OOB Application installed, and I want to send messages to this application from any non-silverlight desktop application (Let this application be any WinForms, or Console Application). How can I achieve this?
sri
  • 1,005
  • 1
  • 12
  • 26
0
votes
1 answer

Executing Silverlight app from another mac desktop application

Is it possible to execute silverlight application from mac desktop application developed using Objective - C. i.e. Mac desktop app using Objective-C -> User clicks on some button -> Silverlight application should get launched. Actually what I think…
Sam
  • 902
  • 8
  • 16
0
votes
1 answer

Is64BitWindows From Silverlight OOB?

How to check if the Windows machine is 32bit or 64bit from Silverlight OOB.
sri
  • 1,005
  • 1
  • 12
  • 26
0
votes
2 answers

Accessing HTTPS content from out-of browser Silverlight 4 applications

I am using some of the local machine's resources using COM interop functionality provided in Silverlight 4.0. Hence, naturally I need OOB with elevated permissions. However, in my case I am consuming the WCF services hosted on HTTPS channel. Here is…
0
votes
2 answers

p2p application in Silverlight 5

With the upcoming 5th version of Silverlight, can we implement a p2p Silverlight OOB application? If so, would it work on both Windows and Mac? Life would be a lot easier with WPF, but I like the fact that SL is not limited to Windows. P.S. If no…
user246392
  • 2,661
  • 11
  • 54
  • 96
0
votes
1 answer

how do you minimize a Silverlight full-screen out of browser app?

How do you minimize a Silverlight out of browser app that is running full screen with no border? I can't find any documentation on this. I know it's possible, because the Flickr Windows 7 app (which is a OOB SL app) can do it…
kindohm
  • 1,580
  • 18
  • 38
0
votes
1 answer

Detach Silverlight 4 Out-of-Browser Window

I'm writing a Silverlight OOB application. Once the user has installed it, I would like the in-browser experience, on next visit, to just have a button to launch the OOB version. I know the API call to detect that it's installed, but I'm not sure…
Arian Kulp
  • 831
  • 8
  • 31
0
votes
1 answer

Silverlight OOB have any limitations?

If i check Trusted Aplication on Manifest file, my Silverlight OOB have any limitations?? Ex: - directory access limitations - socket connections limitations.
JoeLoco
  • 2,116
  • 4
  • 31
  • 59