Hello All
I am trying to register an automation object and i get the follwing message when try and drill down on the Automation Server:
"The length of the text string exceeds the size of the string buffer".
Ive tried deleting the zup file, deleting temporary files but to no avail. help would be greatly appreciated.
Cheers
Mike
0
Comments
Any help would be greatly appreciated!
When do you get the error message?
So now i cant lookup or create an automation object from the variable list.
I have tried deleting the zup file, deleting temp files, running a registry cleanup tool and still the error remains.
Any ideas?
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
I think it's in the COM Interface Navision uses. Try to import the DLL in a VB or Excel-Project and use its class viewer. There you should see the class names and all the properties and methods.
BTW: Imho the max length is 254 Characters.
When you have found the class/method/property which leads to the error you maybe can talk to the manufacturer of this class. If this is not possible, you easy can programm a kind of wrapper DLL.
Hope this helps
Thomas