DTK problem with import from NAV client

FramusFramus Member Posts: 13
Hi,

I'm having trouble importing object from running NAV client in developer's toolkit. I create new databese in client, open it with DTK and if i try import from running client, DTK shows 'Select Microsoft Dynamics Nav Client' window with text 'No Microsoft Dynamics Nav Client available or accessible'.
On other computer it works.
DTK is ver. 2.0, NAV clients are 3.7 and 4.02.

Any ideas?
Regards to All!!
(and sorry my english)

Answers

  • kinekine Member Posts: 12,562
    Problem can be that library ROTAccess.dll is not registered (because client is not installed but just copied) - try to reregister this library (regsvr32 ROTAccess.dll)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • FramusFramus Member Posts: 13
    kine wrote:
    Problem can be that library ROTAccess.dll is not registered (because client is not installed but just copied) - try to reregister this library (regsvr32 ROTAccess.dll)

    This doesn't help, it is necessary to register this library - NSObjectXProxy.dll and than it works! (but thanks for idea).
  • kinekine Member Posts: 12,562
    Ah, yes, I forgot about that one... :-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.