I've got a WPF app 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 click once application, so why is it complaining about this?