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
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 ...
9 minute read
A few weeks ago, I was in a conversation with a friend about moving from Gen AI to agentic systems. We spent most of it on the architectural question: what a...
9 minute read
Years ago, I have cleared my calendar for a failing project and called it a recovery plan. It felt like the right call for about two weeks. Then the team sto...
3 minute read
Most AI transformations are not failing on the technical side.
They are failing because new models get deployed in weeks, while new behaviours take months. T...