Enabling Silverlight Installation on Desktop
To enable installation of Silverlight applications on Desktop, we need to add some custom code in Property > AppManifest.xml
[sourcecode language='xml']
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
Comments that are displayed in More Information
[/sourcecode]
[sourcecode language='xml']
xmlns:x=http://schemas.microsoft.com/winfx/2006/xaml>
Comments that are displayed in More Information
[/sourcecode]
And when any one accesses it, is able to install by right click and even create shortcuts...
You May Also Enjoy
9 minute read
BCG’s recent report on AI and competitive advantage identifies compute intensity as one of five factors that determine how AI value moves through a sec...
7 minute read
The cloud strategy most enterprises built between 2016 and 2022 was optimized for a world that no longer exists. That strategy answered questions like: how d...
37 minute read
Software engineering has never really been about writing code. It has been about preserving institutional memory, what a team knows about why a system works ...
37 minute read
Software engineering has never really been about writing code. It has been about preserving institutional memory, what a team knows about why a system works ...