I was trying to force the WPF application to use the classic windows theme by using the following statement
<ResourceDictionary Source="/PresentationFramework.Classic;V3.0.0.0;31bf3856ad364e35;component/themes/classic.xaml" />
This used to work fine with .net 3.5. But once i switched to .net 4.0 this doesn't seem to work. Can anyone tell me how i can get this working in 4.0 framework. I tried replacing the version numbers and the public key tokens with the PresentationFramework.Classic.dll's values but my efforts turned futile... Can anyone suggest me something?