Hello,
i'm experiencing this well-known error with a NAV2009 R2 version, with NST installed (user are using RTC client). I've installed the dll i want to use as automation on a NST server and registered it via RegAsm. Now, still on this NST server, i'm trying to compile codeunit that use that automation:
- Open codeunit and global vars and here is automation var:
- open the subtype and i found the automan (so all good!)
- then select library and bang!
It's slightly different from all other issue about library i've found. Does anyone have any suggestion?
Thank
Answers
2. The dll has been incorrectly registered (for example using regasm without the /codebase switch) and not put into GAC (if the file dll was build using .NET)
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
About the dependecies, i should have all of it installed in the sistem.
Maybe is there somenthing to do with Custom Controls?