strange wpf errors on xp machine
Posted
by
Yoav
on Stack Overflow
See other posts from Stack Overflow
or by Yoav
Published on 2012-06-10T10:37:08Z
Indexed on
2012/06/10
10:39 UTC
Read the original article
Hit count: 228
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?
© Stack Overflow or respective owner