V
vb6dev
I am trying to add the following line of code to my C# InfoPath project:
MSXML2.DOMDocument50 docTest = new MSXML2.DOMDocument50Class();
I added a reference to COM: Microsoft XML, v5.0
But I keep getting the following error:
System.IO.FileNotFoundException
File or assembly name Interop.MSXML2, or one of its dependencies, was not
found.
What's wrong?
Thanks
vbdev
MSXML2.DOMDocument50 docTest = new MSXML2.DOMDocument50Class();
I added a reference to COM: Microsoft XML, v5.0
But I keep getting the following error:
System.IO.FileNotFoundException
File or assembly name Interop.MSXML2, or one of its dependencies, was not
found.
What's wrong?
Thanks
vbdev