I've got a WPF application that references a WPF controls library. When I try to launch (myWindow.Show()) a window that is inside the control library, I get the following exception:
InvalidDeploymentException
Application identity not set.
The bizarre thing is that I'm not doing a ClickOnce application, so why is it complaining about this?