ISSUE with different version

naranara Member Posts: 37
Hi!
I have this strenge problem.
I have a .NET application that with use of NAS and some CODEUNIT fetching items amoung other jobs and everything work fine in vrsjon 4.0, but when I try to use my application with a Navisin 3.7 every things gone WRONG:-(, NAS service stop .....
I did traced up the problem to one of my CODEUNIT, which has a coule of fubctions and incident happe when I try this particular function
This function har to in-parameter
1. XMLDOM with DataType as Automation and SubType as 'Microsoft XML, V3.0' DOMDocument
2. Value as Text 250

I am pretty sure that problem is beening caused by the first parameter.

My question is the following, Is version 3.7 have some issue with this kind DataType/Subtype(Automation/'Microsoft XML, V3.0' DOMDocument) ?

best

Comments

  • kinekine Member Posts: 12,562
    It can have problem, I do not know in which version the Variant type was introduced, but may be there were some bugs in the version. And it can be connected. But it is just a tip...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.