OLE link error

navimbsnavimbs Member Posts: 137
We are doing testing to merged objects for a remote database. We are facing following error:

"OLE control GUID:{3478AC54-F354-11D3-AFA0-005004C33BAF} could not be compiled because it was not registered properly."

Try to register the OLE control by clicking Tools, Custom Controls, Browse.

How to register the OLE Controls?

Comments

  • jorgecphjorgecph Member Posts: 26
    Hmm... Tricky question. It really depends what the OLE control (or COM component) refers to.

    If it is a native Win32 component, then regsvr32 should be enough. If .Net, then regasm xxxxx.ocx /tlb should be enough to register it. If .Net, remember to put the binary either on the GAC or on the same subdirectory of the client or NAS.

    Hope this helps,

    Jorge
    _________________
    “This posting is provided "AS IS" with no warranties, and confers no rights.”
  • Luc_VanDyckLuc_VanDyck Member, Moderator, Administrator Posts: 3,633
    What is the object in question? Is it a standard NAV object or one in the customized area?
    No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Sign In or Register to comment.