XMLWriter class

Hello,

I am developing a program on Fez Panda II and I have implemented a part of program by using XMLReader class.

Next, I need to use XMLWriter, which is defined on System.Ext.Xml namespace but I could not locate required assemblies. I have researched about this issue and I have seen that some people able to use System.Ext.Xml namespace (hence required assemblies)

What is the problem for me?

Thanks in advance.

Welcome to forum!.

From Microsoft documentation for class @ XmlWriter Class | Microsoft Learn

Namespace: System.Ext.Xml
Assembly: MFDpwsExtensions (in mfdpwsextensions.dll)

Mike,

Thank you so much for your very fast and informative response.

I have missed out that information.

Best wishes.