strange wpf errors on xp machine
- by Yoav
I created an application that has two windows. the second one is opened by .showDialog()
command from the first window. on Windows 7 everything works fine but when running on XP the first window works fine but when trying to open the second window the application crash.
exception message: Provide value on
'System.Windows.Baml2006.TypeConverterMarkupExtension' threw an
exception.
and now for the weird part: when changing the application and making the second window run first it opens without a problem. when removing the icon from the second window (it's the same file for both windows) it also runs fine.
any ideas on how to solve this?