Automation Error

vikram7_dabasvikram7_dabas Member Posts: 611
We have base table 5062(Attachment) in 4.0 SP3 when I m going to compile this table the it is showing me the error could not install the selected type library.I know that this is the automation error if I have to do customization in this(5062) table then it will not compile.I dont anything about automation can any body tell that from where I will get the Information on Automation.
Vikram Dabas
Navision Technical Consultant

Comments

  • WaldoWaldo Member Posts: 3,412
    try to register the dll's in the folder: C:\Program Files\Common Files\Dynamics NAV

    Mainly the Application Handler can be a problem.
    regsvr32.exe C:\Program Files\Common Files\Dynamics NAV\Application Handler\NSAppHandler.dll
    

    hope this helps you...

    if not, try to find which variable is giving you the "unknown automation variable" error by opening the object in design and scan the variables. Exporting to text can help you as well... . The name of the variable could tell us more...

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • kinekine Member Posts: 12,562
    There is used variable with name CDOHandler leading to some automation in function

    LinkToMessage(VAR CDOMessage : Automation "'Microsoft CDO 1.21 Library'.Message";RunTrigger : Boolean)

    As you can see, it is something with Microsoft CDO library...

    see this: http://www.microsoft.com/downloads/deta ... laylang=en
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.