views:

246

answers:

0

I have a crash that's happening on Windows7 but not on XP, and was hoping for some insight.

The application has an OpenGL Windows Form control used to display 16 bit grayscale images. This control works well under XP, and has been wrapped with a WindowsFormHost to run under WPF. When I start the application in Windows 7, the application crashes with a generic error stating that the WindowsFormHost crashed on creation.

Is this form of windows forms hosting broken on Windows 7?

EDIT: it's listed as an 'XAMLParseException', for what that's worth.