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

learn more… | top users | synonyms

0
votes
0answers
11 views

Http-post parameters and display response in a browser using Silverlight and JavaScript

While doing Silverlight's interoperability with JavaScript I've faced a strange behaviour in my Silverlight Out-of-Browser (OOB) application. My goal is to http-post some data to the specific site. We ...
0
votes
0answers
50 views

Silverlight 5 OOB open folder in explorer (cross platform)

I'm looking for a way to open an explorer window via a Silverlight 5 OOB application in a cross-platform way. One call for Windows and one for Mac would be ok, but hopefully there is a single way to ...
-2
votes
1answer
147 views

Call C# method from javascript from WebBrowser hosted in Silverlight

In my Silverlight app, I have aWebBrowser component displaying random HTML content. I would like to call C# methods from there (for example when I click on a [a href...] link). Edit [add details] : ...
8
votes
1answer
195 views

Temp directory using virtualized path on some computers

In my Silverlight application I'm using regular SaveFileDialog for prompt user to save some file. The problem is that on some Windows 7 computers, if user use IE in protected mode, and try to save ...
1
vote
1answer
34 views

Can I use a company's timestamping server with self-signed certificates?

I'm interested in signing my Silverlight XAP with a self-signed certificate, so it can auto-update. I haven't tried yet, but figure I can create a certificate easily with this question/answer I found ...
1
vote
0answers
49 views

Auto fill form in Silverlight OOB

I have a Silverlight Out-of-Browser (OOB) application which has a WebBrowser control inside it. Displayed website in inner web browser comes from the different domain than the application xap file. ...
0
votes
0answers
56 views

Return Custom Silverlight OOB Application ExitCode

I would like to customize the exit code of my elevated trust, Out of Browser (OOB) Silverlight 4 application. I'm currently attempting to use the System.Environment.ExitCode property to customize the ...
0
votes
0answers
113 views

How I can use Shell32.dll in Silverlight OOB

I'd like to get the target information from a shortcut file using my silverlight OOB app, so I'm going to make the following code to work in my silverlight OOB. It seems I have to used P/Invoke to use ...
0
votes
1answer
72 views

How to set Silverlight 5.1 as requirement for a Website?

When you develop a Silverlight app and want to embed in a HTML you do something like this: <object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="1345px" ...
0
votes
0answers
38 views

Silverlight Out of Browser App: Cannot type into DatePicker Control

Building and running a Silverlight OOB App (using Prism and Unity), locally via Visual Studio 2010. I have a date picker control that I can type into when building the app in Debug or Release using ...
0
votes
1answer
68 views

How to change the update-URL of a Silverlight OOB application

Once a Silverlight application has been installed as an out-of-browser application, I know I can update it by calling the Application.Current.CheckAndDownloadUpdateAsync() method. This will check the ...
0
votes
1answer
66 views

Silverlight OOB application uncaught exception on offline startup

I've got a Silverlight 5 application that can work in browser and out of browser. When run out of browser, it should be able to use previously downloaded data (XMLs and JPGs) to work without an ...
2
votes
1answer
110 views

How to launch an application and obtain a result from it, in a Silverlight 5 Out of Browser app

Let me give a full explanation of my scenario: We are required to use a signature pad in our application, which is being developed in Silverlight 5, in Out-Of-Browser mode, with elevated trust, the ...
0
votes
1answer
81 views

Can a Silverlight OOB App still be run from a Web Site

Hi everybody at stackoverflow, I've created a small application which is designed and written in Silverlight 5 (vb). I chose to use the out of browser settings (oob)for the application because I did ...
0
votes
1answer
141 views

How do you install silverlight Floating windows into visual studio 2010

Hi every one at stackoverflow, I've just recently downloaded the latest file for silverlight floatable windows and I'm not sure how to install it into visual studio 2010 (I'm a "newbie"). The project ...
2
votes
1answer
192 views

Save User Settings With IsolatedStorage in Silverlight 5 (vb)

I want to save a value from a TextBox, an item of text from the SelectedIndex of a ComboBox and a CheckBox checked true or false. I then want to recall the saved settings with the OnClick from a ...
1
vote
2answers
142 views

Can we share Silverlight application with access Db over LAN

I am developing small institute management system as an academic project in my college. I am going to develop the project in silverlight 4 or 5. In this project I want to provide attendance facility; ...
1
vote
1answer
76 views

Out-of-Browser Silverlight and many “pages”

I'm building a Silverlight out-of-browser app that will eventually run on a Windows 7 touchscreen tablet, independent of any browser - it will run just like any other app. My code, at the moment, is ...
0
votes
1answer
280 views

Is it possible to render Silverlight elements on top of a Web Browser control (in OOB mode)

I would like to be able to hide and reveal Web Browser controls using other Silverlight elements and various transitions. It appears that any Web Browser controls are always rendered last on the ...
0
votes
1answer
978 views

Does silverlight 5 out of browser application run on Windows XP and similar doubts

Does a OOB app built on Silverlight 5 work on a Windows XP machine? I have read that .NET 4.5 apps don't work on Windows OS-es before Vista, so considering Silverlight 5 is a recent release, just ...
1
vote
2answers
293 views

How to enable IIS Compression in Out of Browser Lightswitch App

I have a Lightswitch OOB 2012 and would like to enable IIS 7 Compression. I followed these steps ...
0
votes
0answers
175 views

“one of the identified items was in an invalid format” when using WebBrowser in Silverlight oob app

I am using a WebBrowser control in an out-of-browser Silverlight app to navigate to a file string - e.g. a PDF file on the local machine. The "Require elevated trust when running outside the browser" ...
0
votes
0answers
83 views

Check processor architecture with silverlight OOB

Is it possible to find out if the windows machine running a silverlight OOB is 32-bit or 64-bit? I can check if the system is Windows using: Environment.OSVersion.Platform == PlatformID.Win32NT, but ...
0
votes
1answer
58 views

Is it Possible To change the Title of the application in Out-of-Browser mode in silverlight

I have a silverlight 4.0 application where I need to change the Window Title of the application after login to the application according to the User in the Out-of-Browser mode. Is it Possible ? I ...
1
vote
1answer
289 views

Silverlight OOB Installation on Mac with download of latest XAP

I have created an offline installation for an OOB Silverlight application on Mac, following this Guide: http://sharppdf-sl.sourceforge.net/offlineoob.html It uses Apples Package Manager. Here, you ...
0
votes
0answers
325 views

Opening a Silverlight 5 OOB app from a browser - Passing Data

We have a Silverlight 5 XAP file we host in an ASP.NET site. This SL code notes it is running in-browser and ultimately prompts the user to install locally with extended permissions. This part is ...
1
vote
0answers
539 views

Are there any docs on the sllauncher.exe command line options?

The sllauncher.exe has the following not very helpful usage text: Usage: SLLauncher.exe [app_id] [debug] [/install:<file path to XAP>] [/emulate:<file path to XAP>] [/overwrite] ...
5
votes
1answer
713 views

Can I change Silverlight out-of-browser settings at runtime?

I have a single codebase that can install an OOB SL5 app in various configurations. Based on the configuration at runtime (selected by init parameters) I would like to update the OOB Settings (title, ...
1
vote
0answers
115 views

How to handle the MouseRightButtonDown Event for a Window in Silverlight OOB

I want to disable Silverlight contex menu for a Window in Silverlight OOB application Window wn = new Window(); wn.Show(); For ChildWindow in silverlight I was able to disable the silverlight ...
0
votes
0answers
279 views

Silverlight-5 Toolkit Drag and Drop in System Window

Trying to get a System Window to allow me to perform a drag and drop implementation from an ObservableCollection, although it seems as if I'm not able to do so. Is the issue the same as what you wind ...
0
votes
1answer
198 views

Ria Service And OOB : check if service is reachable, MEF not importing my views

Hi currently I am trying to check if the Ria Service is available for our OOB application. public static void IsServiceReachable(Action onServiceAvailable, Action onServiceUnavailable) { ...
0
votes
2answers
235 views

How do I get the username in an OOB application?

I have a current silverlight app that runs within an asp.net browser window, as part of our intranet site. I really need to have the username from the system on who is logged in. I have a test ...
2
votes
0answers
215 views

Silverlight OOB Splash Screen

In my Silverlight 5 OOB main method I'm setting a custom Application.Current.MainWindow.Left and Application.Current.MainWindow.Top. When starting the application the OOB window appears briefly at ...
0
votes
1answer
142 views

WCF open a silverlight OOB

I have a WCF solution with utilities in my software. Now, I need open a silverlight OOB whem execute some operation in WCF. Basically, i open OOB and pass a xml file to it. PS: silverlight OOB and ...
2
votes
0answers
209 views

Silverlight 5 NotificationWindow captures mainwindow mouse

I'm finding that if you use the NotificationWindow with Silverlight 5 runtime in an out of browser app, while the notificationwindow is visible it captures any mouse input in the top left corner of ...
2
votes
2answers
2k views

Silverlight 5 - OOB install/update broken when using anti-cache trick

I was using the timestamp trick on the Silverlight <object> (see GetLastWriteTime() using answers in How do you force Firefox to not cache or re-download a Silverlight XAP file?) successfully ...
3
votes
1answer
1k views

Silverlight 4 Out-Of-Browser issues: app displays blank (white) screen, no exceptions thrown, no breakpoints hit

I'm having issues with Silverlight 4 Out-Of-Browser, as specified in the title. What I did: Update project settings to enable Out-Of-Browser. This enabled OOB, but when I ran the app in this way it ...
2
votes
1answer
211 views

Lock screen orientation in Silverlight

I'm developing an application on a tablet using Silverlight out-of-browser with portrait orientation. However, when the tablet is turned to landscape mode, the application also turns, and all the ...
1
vote
1answer
103 views

TwitterResponse causes hang on Silverlight

Whenever I try and make any Twitter request, my application always hangs. This does not apply to the oAuthUtility though, I have successfully authorized the user to use my application, but whenever I ...
2
votes
2answers
204 views

Using Isolated Storage to provide an offline mode of a module in an application

I'm working on an application that allows users to submit some sort of requests. The application is broken down into several Silverlight applications one of which is that for submitting the requests. ...
0
votes
3answers
793 views

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 ...
0
votes
1answer
76 views

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 ...
0
votes
0answers
172 views

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 ...
1
vote
0answers
52 views

Query access db using silverlight in an oob app with full trust?

I was under the impression I could query a local access DB in an out of browser silverlight application. However I'm having trouble finding any information regarding this task. Is it possible - if so ...
1
vote
1answer
332 views

Find Which Silverlight Out of Browser App is Running Under sllauncher.exe

How can I find which Silverlight OOB app is running? If I get a list of processes, the SL OOB apps are running under the sllauncher.exe process. They are invoked with arguments with the ID of the SL ...
2
votes
1answer
293 views

Silverlight 4 drag-drop not working in OOB mode (under SL5 RC)

I added basic file drag drop to a Silverlight 4 OOB app and found it always gave the no-drop cursor. If I turn off OOB mode on the same app and found drag drop of files works fine in the browser. ...
3
votes
1answer
138 views

Silverlight OOB strange behaviour with Fiddler

I have a Silverlight app I've composed with Prism using MEF to dynamically load modules. When I take this app out of browser I experience some strange behaviour! If fiddler happens to be running ...
3
votes
1answer
721 views

Opening up PDFs and other documents from Silverlight out of browser

I'm having a little problem figuring out the best way to open up a file that I have stored in a database. The file is being stored as a byte array in a nvarbinary field in the database. Currently when ...
1
vote
1answer
174 views

Possible to have Silverlight OOB App “Listen” for Keyboard Shortcut?

I'm building a Silverlight Out Of Browswer Application with Elevated Permissions and need the ability to basically have the application listen for a keyboard shortcut such as doing something like Ctrl ...
1
vote
2answers
925 views

Silverlight 4 OOB White Screen of Death. Failed to load pre-requisites for the application

I'm developing a SL4 OOB application that has suddenly started giving me the white screen of death. If I try to run it 'in-browser' and check the console I can see the error 2105 : 'Failed to load ...

1 2 3 4