Hi,
I just started moving my automations to DotNet components.
If find no Constructors for the DotNet variable "MSXML.DOMDocument.'Microsoft.MSXML, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'".
How can I create instanve of my variable?
wher can I find the documentation about the constructors for all the DotNet componets?
0
Comments
xmlDom.Load('C:\Temp\NAVSetupPORT.xml');
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
Thanks.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I have very little DotNet knoledge and only NAV.
Thanks.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
http://mibuso.com/blogs/ara3n/2012/12/0 ... -nav-2013/
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
To create an XMLDomDocument, do this: Where "xmlDOMConstructor" is of type MSXML.DOMDocumentClass.
Information about the class is very useful in another scenario. Thanks Mark.
8)
Check out the below links if it helps you anyways.
https://rockwithnav.wordpress.com/2016/02/23/consume-net-webservice-automation/
https://rockwithnav.wordpress.com/2016/02/23/consume-net-webservice-dotnet-data-type/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Even though there's an answer to the original constructor question above, I would like to draw your attention to Microsoft's view on using MSXML on .NET
Thanks for the tip, so which dll can you still use?