Showing posts with label silverlight. Show all posts
Showing posts with label silverlight. Show all posts

Friday, June 26, 2015

What is outOfBrowser in Silverlight?

Microsoft's explaination:
https://www.microsoft.com/silverlight/out-of-browser/
Silverlight offers a new set of features for building light-weight, sandboxed companion experiences for the Web that run on the desktop. Silverlight out of browser allows websites to build even closer, persistent relationships with customers. It enables the application to be placed in a restricted store on the user’s machine; and then provide a link directly to it from the user’s desktop or start menu. This is all enabled within Silverlight without any additional download of runtime or the need to write applications in a different way. An application can now be easily found on the user’s desktop or start menu, and launched with a single click. In addition, it can test if the network is connected, it can update itself, and can also have access to Isolated Storage. Taken together, these features represent a radical upgrade to the web experience.

Synopsis:
can create shortcut from desktop and don't need additional download when start the silverlight application. If network is connected, the application will update itself.

:)

Wednesday, April 15, 2015

Error: Unhandled Error in Silverlight Application
Code: 2103
Category: InitializeError

Message: Invalid or malformed application: Check manifest

When you install IIS, make sure you have the Static Content feature enabled (under Common Http Features),


 Unhandled Error in Silverlight Application