During development of the ConSense Cockpit solution I experienced a problem when deploying a Windows Presentation Foundation (WPF) solution on a target client with no XNA (btw – an extremely lame acronym from Microsoft) installed which resulted in:
The specified module could not be found. (Exception from HRESULT: 0x8007007E)
For me the trick was to include the libraries:
in the solution project and have them copied in a post-build event to the deployment folder (/installDir).
Due to the surely incoming copyright and litigation infringements I hope you understand I just linked the respective google queries instead of uploading the dll’s myself ;-(







