Options

Unable to see dll in Automation List

sarkie83sarkie83 Member Posts: 22
edited 2010-04-16 in Navision Attain
I have been creating a .net dll which I have got working on my own machine fine and can see from the automation list in Nav. However, when i register this on another other PC/Server, etc, it cannot be seen in the Automation server list. It has a strong name, and delploys fine to the target machines (tried via setup project, and using gacutil manually), and can be seen in the GAC ok. I'm at a bit of a loss now... anyone have any ideas/come across the same thing before?

Thanks

Answers

  • Options
    KYDutchieKYDutchie Member Posts: 345
    Hi,

    I have had this problem before on a 3.6.
    I was able to "solve" the problem by copying the dll's into the Navision client directory.
    Don't ask me why, but after I did that it appeared.

    Hope this helps,

    Willy
    Fostering a homeless, abused child is the hardest yet most rewarding thing I have ever done.
  • Options
    sarkie83sarkie83 Member Posts: 22
    I managed to do this in the end - it had to be registered with regasm rather than gacutil to expose it:

    regasm /tlb dllname.dll
Sign In or Register to comment.