Crash when opening settings
Brought to you by:
abothe
I've tried on three different windows xp machines and D-IDE crashes on them all when clicking the "settings" item in the menu. An XAmlParseException is thrown on {pack://application:,,,/D-IDE;component/dialogs/globalsettingsdlg.xaml}
with an inner exception containing
{"Could not load file or assembly 'PresentationFramework.Aero, Culture=neutral' or one of its dependencies. The system cannot find the file specified.":"PresentationFramework.Aero, Culture=neutral"}
apparently from this line in the code "<ResourceDictionary Source="/PresentationFramework.Aero;component/themes/Aero.NormalColor.xaml"/>"
I reported the above bug and I tried the same thing on a Windows 7 machine and it works fine there.