I am having a problem using VS2010 and framework version 4 with bitmap effects. If I have the code below and run it in a WPF application using the .NET Framework 4 Client Pr
As stated here by Microsoft, BitmapEffect is obsolete as of .NET 4. Try using Effect instead.
BitmapEffect
Effect