Could not register a dll

CristinaCristina Member Posts: 35
edited 2005-04-13 in Navision Attain
I've try to reregister an dll in Navision 3.60 but I've receive the following message: <<Could not register a OLE control>>
Is the first time when I try to work in C/AL with function from dll.
This error came because is normal dll and not an activex dll or becase the dll wasn't make to be register in the system?

Comments

  • SbhatSbhat Member Posts: 301
    go to the command prompt and type

    regsrv32 <dll filename> for example
    regsrv32 test.dll

    SB.
  • GoMaDGoMaD Member Posts: 313
    if the regsvr32 doesn't work, use the program on the following link to find the error.

    http://www.dependencywalker.com/

    Regards,
    Now, let's see what we can see.
    ...
    Everybody on-line.
    ...
    Looking good!
  • CristinaCristina Member Posts: 35
    I've tried regsrv32 form begining but didn't work. Now I'll try the link from GoMaD but I think is a problem of how it made the dll
Sign In or Register to comment.