Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
7answers
187 views

What does this code mean (s, e)?

How does this code work? app.InstallStateChanged += (s, e) => UpdateUI(); NetworkChange.NetworkAddressChanged += (s, e) => UpdateNetworkIndicator(); Can someone please ...
7
votes
1answer
434 views

Silverlight 4.0 - Deploying the XAP via a custom installer and configure it for OOB + Elevated permissions

Is it possible to deploy a XAP using a custom installer (much like deploying a desktop app), and configure it to run as OOB with Elevated permissions? Bottomline is, when the app is started, it ...
5
votes
1answer
194 views

how do you shut down a silverlight out of browser app?

I'm running a Silverlight 4 app with elevated trust out of browser and cannot rely on the DOM or host web page to shut down Silverlight. There is no App.Current.Shutdown() method. How do I shut down a ...
5
votes
2answers
418 views

Can you force Silverlight to only run Out-of-browser?

Can you force Silverlight to only run Out-of-browser? EDIT: The reason I'm asking is because a lot of Silverlight's functionality only works OOB. If my application depends on this I need to either ...
5
votes
2answers
837 views

Will Prism OnDemand module loading work in an OOB scenerio?

Should the loading of OnDemand Prism modules work in an OOB scenerio? If so, I cannot seem to make it work. Everything is currently working in browser without any problems. Specifically I: register my ...
5
votes
4answers
2k views

Silverlight OOB vs WPF ClickOnce

Silverlight Out of Browser technology and WPF ClickOnce on the surface have similarities. Easy and simple deployment, the ability to specify the level of trust access to the underlying host, etc. ...
4
votes
1answer
62 views

Prevent Isolated storage deletion Silverlight 4 OOB

I have developed one OOB SL4 applicaton for a food chain, and it stores outlet bills locally in isolated storage, and these bills gets uploaded when Internet connection would be available. All is ...
4
votes
1answer
135 views

Plugin crashes on refreshing page from app on Win 7

I have a page with Silverlight 4 oob app. After app is installed the bage on the page should automatically refresh. I tried calling the scripts or simple Document.Submit from code on ...
4
votes
2answers
355 views

How to Minimize Silverlight Application to System Tray

How can I minimize a Silverlight Out Of Browser application to windows system tray? Is it possible?
4
votes
2answers
499 views

XAP Caching in Out of Browser (OOB) Silverlight Applications

When a Silverlight 4 application is installed and run out-of-browser (OOB), is it possible to have the application automatically recognize updates to the .xap file (and either automatically install or ...
3
votes
1answer
106 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 ...
3
votes
1answer
1k views

What does “The invocation of the constructor on type that matches the specified binding constraints threw an exception.” mean?

What does "The invocation of the constructor on type that matches the specified binding constraints threw an exception." mean in silverlight?
3
votes
1answer
588 views

Silverlight 4 Out of Browser: “Unable to determine the URL to the Xap file from web”

For some reason, whenever I now try and run my SL4 application out-of-browser, when I run it I get the following message: "Unable to determine the URL to the Xap file from web " refers to an old ...
3
votes
2answers
746 views

Silverlight 4 OOB with local data options

Right now I have a Winform app with a SQL Server back end. The DAL is comprised of Linq to SQL. One of the complexities of this app is it's need to function offline. I have accomplished this by ...
3
votes
1answer
331 views

How to ensure that a Silverlight OOB app only has a single instance?

Is there a way to ensure that only a single instance of the desktop version of a trusted Silverlight 4 Out Of Browser app will run? Or do I need to manually enforce this through the creation of a ...
3
votes
1answer
326 views

Silverlight client-side database with LINQ

I'm creating an out of browser silverlight app and would like to have a database in the client side. I've looked at sqlite but it seems that it does not work with silverlight. It would be great if I ...
3
votes
2answers
372 views

In a Silverlight 4 (OOB) app can you move the main window in code

In a Silverlight 4 out of browser app (oob) is there any way to programatically move the main window after the application start-up event. The reason / Use case: A user selects an option on a ...
3
votes
3answers
1k views

Is it possible to launch a Silverlight 4 OOB application from a web page?

I'm planning to build a download manager application and would like to be able to launch the application when a user clicks a button the site. The application would obviously already need to be ...
2
votes
1answer
122 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
58 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 ...
2
votes
1answer
109 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. ...
2
votes
1answer
70 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 ...
2
votes
3answers
318 views

How to pass data from Silverlight OOB application to asp.net website?

I created silver-light 4.0 application in that user can enter their username and password. After submit this secret data(username, password ) from SL application, it submitted to website with query ...
2
votes
0answers
104 views

Silverlight OOB updates when using MEF / PRISM

I am working on a prototype for Silverlight OOB application. To modularize the application either PRISM or MEF or both will be used. When a new version of the application is available, ...
2
votes
2answers
148 views

Is it possible to write screen recording software using Silverlight?

I intend to develop a screen recording software. Which is something similar to Microsoft's Live Meeting Is it possible to write such App using Silverlight ? P.S, the reason why I prefer is ...
2
votes
0answers
486 views

Silverlight 4/5 OOB Window Menu

I was looking at Silverlight for building a "cross platform" desktop application (Windows and Mac anyway), but there is one show stopper that I cannot find a workaround for. On the Mac OS, in Adobe ...
2
votes
3answers
148 views

What is involved in converting a Silverlight application to run “Out of Browser”?

What is involved in converting a Silverlight application to run "Out of Browser"? We have an established application and would like to know what kinds of things we need to be aware of if we decide to ...
2
votes
1answer
409 views

Silverlight localization from database, not resx

I have a Silverlight 4 OOB application which needs localizing. In the past I have used the conventional resx route but I have been asked to follow the architecture of an existing winforms app. All ...
2
votes
2answers
671 views

Disabling JavaScript errors in WebBrowser control in Silverlight

I'm developing Silverlight OOB application and I need to show web pages in it - I would like to do it through out WebBrowser control, but during page load I get lots of MessageBoxes with JavaScript ...
2
votes
2answers
195 views

Does the Silverlight Navigation template work with running out of browser?

Does the Silverlight Navigation template work when running out of browser?
2
votes
2answers
463 views

Mac App Store + Silverlight out of browser, would it ever work?

Yeah I know it's a dumb question, and that of course it wouldn't work. Any kind of work around I can think it stands very little chance of being accepted... For example what about an accessory ...
2
votes
1answer
122 views

Silverlight Update Feature, this feels oh so wrong. Where is ReportProgress or a separation between CheckForUpdate() and Update()

I've created a line of business Out of Browser Application. I need more control over the update process. I would like to initiate an updating screen, on start-up when the download of the update ...
2
votes
0answers
203 views

Silverlight OOB App Won't Install on OS X

I've built an Out-Of-Browser application using Silverlight, which if right-clicked while running in-browser gives you the "Install BlaBla Application onto this computer" option. This works just fine ...
2
votes
1answer
875 views

New Silverlight version - trouble : automatically update in OOB mode

I have a signed XAP (Silverlight version 4.0.50401.0) installed with elevated trust in OOB. Each new version of XAP was successful installed in OOB mode (automatically download and ...) - all work ...
2
votes
1answer
371 views

Open Silverlight OOB on url, if installed

Is there anyway to make the OOB version of my Silverlight app open(if installed) when i go to http://mydomain.com/silverlightapp <--- where the Xap is loaded. Just like a irc client opens when i ...
2
votes
2answers
77 views

Silverlight - Prevent OOB

I would like to deactivate the right click in my app that offers the option to install the app on the desktop. How do I do such thing?
2
votes
1answer
846 views

Cancel Silverlight OOB Application Exit?

When the user closes my application I'd like to be able to prompt them with a confirmation if they have unsaved changes, and cancel the application's closing if they indicate to do so. The ...
2
votes
3answers
1k views

Why would WebClient.OpenReadAsync return a e.Result of zero length if download is successful?

Using the following code (from a Silverlight 4 OOB app) I'm getting a result stream with a size of zero even though it takes the time to download the whole file (900+MB) and no error is reported. ...
2
votes
2answers
752 views

Calling Office Communicator via Silverlight Out of Browser

I need to invoke office communicator to create a chat window and phone call directly from Silverlight when running out of browser. When running in browser I do this and it works pretty well: ...
2
votes
1answer
526 views

Silverlight 4 OOB Update process when hosted in enterprise portal

Ok, here is the situation. I would like to deploy a silverlight application to an enterprise portal. Users will access the application by logging in to the portal and navigating to the page where it ...
1
vote
0answers
47 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 ...
1
vote
1answer
52 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 ...
1
vote
2answers
57 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. ...
1
vote
0answers
24 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
137 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 ...
1
vote
1answer
67 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
297 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
vote
1answer
64 views

Silverlight out of browser in SharePoint webpart

I have an issue with my Silverlight webpart in a SharePoint 2010 site. The Silverlight app works great in the site and even out of browser. The issue I'm having is how to autoupdate the out of browser ...
1
vote
0answers
85 views

XAP Caching in Silverlight OOB, when using Prism

I have a Silverlight Out Of Browser Application built using Prism Framework. I am using WebClient to download the application module XAPs depending on the user logged in to the application. Now my ...
1
vote
3answers
187 views

Detect if Silverlight is installed from c#

I am creating an MSI for installing my Silverlight OOB application. It should install Silverlight Plugin if it is not present, or the required version is not present. So, how can I detect if ...

1 2 3