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
1 answer

How to get the client ip address from a Silverlight 4 out of browser app?

I would like to know what the ip address of a Silverlight 4 out of browser application. This would be the ip address that is on the internet, not the LAN ip. I am communicating with a WCF service that is NOT hosted by IIS but by my own Windows…
Craig
  • 770
  • 3
  • 14
  • 26
0
votes
1 answer

No debugger working with SilverLight 4 OOB (Out of Browser) app

When I try to use the VS 2010 (Ultimate) debugger on a SL4 OOB application I get this message: "No Source Available" No symbols are loaded for any call stack frame. The source code cannot be displayed. To investigate further, try one of these…
0
votes
1 answer

How to pop a web browser from Silverlight OOB?

I want to pop a web browser popup window, with a given url, from Silverlight. When running within the browser I use HtmlPage.Window.Invoke() to run a javascript and its window.open() in the host browser. Works fine. But when I run out-of-browser…
BaBu
  • 1,923
  • 2
  • 16
  • 27
0
votes
1 answer

Silverlight OOB Error? File Dialog Box popup? Parallels? Oye?

Recently I updated Parallels, and found myself in a bit of a predicament. Now when I build/run the app, I get a save, open file dialog box for an html file. Behind the dialog box, is whats present in the embedded image. That's a borderless OOBE…
0
votes
2 answers

How to check if internet connection is available in Silverlight OOB

I have a Silverlight 4 app that runs out of the browser, it also has a web service that it talks to for specific functionality. I am trying to figure out how to check to see if the web service is available because the app is crashing when there is…
KenEucker
  • 4,932
  • 5
  • 22
  • 28
0
votes
1 answer

How to open a non-silverlight WebPage in Silverlight OOb App?

My problem is I want to open a URL (non-Silverlight webpage) in a Silverlight Out-of-browser(SL-OOB) Application but in another window/page/etc. This webpage will return some content, that will be rendered accordingly to the functionality on this…
Varun Jain
  • 1,015
  • 2
  • 13
  • 19
0
votes
3 answers

can OOB application be copied over to another machine?

i am writing a commercial WPF application that needs to be copy-protected. since this is WPF, I am considering porting it to a Silverlight OOB application, if possible. one thing that i am not sure about is whether OOB application is easily…
akonsu
  • 28,824
  • 33
  • 119
  • 194
0
votes
1 answer

Silverlight 4 Out Of Browser: Check for Updates without installing?

I have created a Silverlight 4 application, that is running out of browser. As you will know, there is a function that is checking if a new version of the app is available and installing it. But what if I want to only check for the update and not…
Aaginor
  • 4,516
  • 11
  • 51
  • 75
0
votes
1 answer

Interchangeability / re-usability of WPF, Silverlight and Silverlight OOB applications?

For the experienced WPFers out there, how re-usable are WPF, Silverlight and Silverlight OOB applications and components? How much overlap is there? For example, could I write one application and easily deploy it in the three aforementioned ways?…
flesh
  • 23,725
  • 24
  • 80
  • 97
0
votes
1 answer

silverlight out of the browser is not showing on desktop

my silverlight application is not showing on desktop after instillation it only shows in all programs list. is there something in the configuration or it's about the windows ?
Miroo
  • 795
  • 3
  • 13
  • 35
0
votes
1 answer

(Silverlight OOB) How to get the normal width and height of main window to save and restore them

I have a small out-of-browser app, and want to save and restore its window width+height+state between sessions using IsolatedStorageSettings.ApplicationSettings. I'm trying to save settings like this (on Application_Exit): IsolatedStorageSettings…
Andrew
  • 3,696
  • 3
  • 40
  • 71
0
votes
1 answer

Check if RIA Services are accessible from OOB application

I am attempting to add smart exception handling to a Silverlight 4 RIA application that is primarily consumed out-of-browser. My goal is to display a meaningful error window if RIA services are not currently accessible (e.g. The server is down for…
jhappoldt
  • 2,406
  • 1
  • 21
  • 24
0
votes
2 answers

How to develop a VS2010 Silverlight Business Application without it caching the .xap file?

In Visual Studio 2010 I've created a Silverlight app by choosing the "Silverlight Business Application" template. I changed some code in Home.xaml.cs, closed Visual Studio, opened it again, and began making more changes. But now the changes that I…
Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047
0
votes
1 answer

Silverlight App. with OOB hangs/waits with Secure WCF Service

I have an SL 4 application (with OOB and elevated privileges) which makes a connection to a secure WCF service. But WCF service is never called, the application waits to connect and afterwards timeouts. I have checked with fiddler and wireshark and…
whoi
  • 3,281
  • 7
  • 36
  • 44
0
votes
4 answers

Silverlight 4 OOB blank screen

I have a working web application which I want to use as OOB; However, when I install it, all I get is a blank screen and nothing more... I also tried without any javascript or HtmlPage.Methods invokes, but still the same Please help
dvox
  • 91
  • 7