How to enable Silverlight 3 to run out of the browser
Posted by: Al Pascual,
on 28 Aug 2009 |
View original | Bookmarked: 0 time(s)
Prior the release of Silverlight 3, the way to enable Silverlight to run out of the browser meant to edit the AppManifest.xml file and add this XML. <Deployment.ApplicationIdentity>
<ApplicationIdentity
ShortName="Out of Browser Application"
Title="This app is out of the browser!">
<ApplicationIdentity.Blurb>
Sample Out of the Browser App
</ApplicationIdentity.Blurb>
</ApplicationIdentity>
...