G
Guest
Hi,
After installing SP1 for VS2008 and SP1 for .NET 3.5 we get the following
warning in a VS2005 build:
error CS0618: Warning as Error: 'System.Windows.UIElement.BitmapEffect' is
obsolete: 'Avoid using BitmapEffects as they have very poor performance
characteristics. They will be deprecated in a future version. Consider
using the UIElement.Effect property and ShaderEffects where appropriate
instead.'
We do not get this error with VS2008 and .NET installed without SP1.
Why does a service pack that targets VS2008 and .NET 3.5 is cause a
compilation warning in a VS2005 build that targets .NET 3.0?
After installing SP1 for VS2008 and SP1 for .NET 3.5 we get the following
warning in a VS2005 build:
error CS0618: Warning as Error: 'System.Windows.UIElement.BitmapEffect' is
obsolete: 'Avoid using BitmapEffects as they have very poor performance
characteristics. They will be deprecated in a future version. Consider
using the UIElement.Effect property and ShaderEffects where appropriate
instead.'
We do not get this error with VS2008 and .NET installed without SP1.
Why does a service pack that targets VS2008 and .NET 3.5 is cause a
compilation warning in a VS2005 build that targets .NET 3.0?