I have a newbie WPF question. Imagine my user control has a namespace declaration like this: xmlns:system=\"clr-namespace:System;assembly=mscorlib\"
Our designer is using Blend to style our WPF application. When he chooses local resources for properties, Blend will apply them as a {DynamicResource} instead of a {StaticResource}. My guess is that B
I have a Silverlight class library, called MyClassLibrary. In it, I have a user control, called MyControl.
I need to instantiate WPF types (say, a UserControl or a Page) via reflection for a designer.The problem I\'m having is that when I attempt to instantiate these using Activator.CreateInstance I get a