Automation Error

Hi,

i am trying to use third party DLL. It was regestered fine and i can create automation variables and write code using methods. When i try to run the code i get error message when try to use CREATE:

Could not create an instance of the OLE control or Automation server identified by

GUID={1C0876A6-FF84-48E6-95BE-D3F21C883D14}1.0:{392B78A4-59F5-44DC-A425-9717FDCF1B3E}:‘LpiCom_6_0 1.0 Type Library’.ILPOrderPart. Check that the OLE control or Automation server is correctly installed and registered.

What can be the problem?

Hi Valentin,

  1. party dll’s and such need to be installed locally.
    So if you are not developing and testing on the same machine, that could be the reason.
    If you are developing and testing on the same machine, then my best guess is that you’re having a security issue.

Hi,

I have tried on two computers one with Vista anothe with Windows Server … It was regestered using regsvr32. I can see it form NAV and I can create variables and do programming. I have tried to run NAV as Administrator. I still have the same problem when i try to create instance…

What can be the security issue? How can i resoleve it?