Why is a Silverlight application created from an exported template show a blank screen in the browse
- by Edward Tanguay
I created a silverlight app (without website) named TestApp, with one TextBox:
<UserControl x:Class="TestApp.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"…