application.loadcomponent

Silverlight without XAML makes source URIs fail!?

I'm in the process of removing the XAML from my Silverlight project and making it use only code (as per this article). Here is my very simple startup event for a Silverlight application (with the standard App.xaml from the template project): private void Application_Startup(object sender, StartupEventArgs e) { Grid grid = new MainP...