tag does not exist in XML namespace
According to this article, you just do as follow: FROM: xmlns:ZZZ=”clr-namespace:YYY;assembly=YYY” TO: xmlns:ZZZ=”clr-namespace:YYY;assembly=” leave empty value for assembly= This is the solution that works for me.