WPF: Trying to add a class to Window.Resources Again
- by user3952846
I did exactly the same thing, but still the same error is occurring: "The tag 'CenterToolTipConverter' does not exist in XML namespace 'clr-namespace:WpfApplication1;assembly=WpfApplication1'. Line 12 Position 10."
CenterToolTipConverter.cs
namespace WpfApplication1
{
public class CenterToolTipConverter : IMultiValueConverter
{
…