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
15 minute read
Vibe coding in the terminal is a different beast from an IDE. There is no sidebar, no inline ghost text, no visual scaffolding. Just you, a prompt, and whate...
9 minute read
If serving AI inference were like running a restaurant, most teams start by having the waiter cook the food.
It works when there are three tables. It collaps...
13 minute read
In Part 1, we built foundations. In Part 2, we designed for resilience. In Part 3, we established governance. Now we complete the picture with advanced patte...
15 minute read
In Part 1, we built architectural foundations. In Part 2, we designed for resilience. Now we address system-wide behavior: how tools are discovered, how erro...