OLE control or automation server is not installed & Register

Deepankar1982Deepankar1982 Member Posts: 38
edited 2009-12-17 in NAV Three Tier
I have used 'Microsoft Outlook 12.0 Object Library'.Application and 'Microsoft Outlook 12.0 Object Library'.NameSpace but when i am running the Codeunit then it's giving an error -

"This message is for C/AL programmers:
Could not create an instance of the OLE control or Automation server identified by GUID={00062FFF-0000-0000-C000-000000000046} 9.3:{0006308B-0000-0000-C000-000000000046}:'Microsoft Outlook 12.0 Object Library'.NameSpace. Check that the OLE control or Automation server is correctly installed and registered. "

After that i have uninstalled it & again Installed it but then also it's giving the same error and it's not giving the error for "Microsoft Outlook 12.0 Object Library'.Application" it's only giving for that one so, can anyone guide me how to resolve this one.

Deepankar

Comments

  • Deepankar1982Deepankar1982 Member Posts: 38
    Suddenly, i was looking to my questions and i found its still unanswered so, i thought to put some value added comment on my asked question.
    To get rid of this specific issue we have to create our own .dll file and then we have publish it after doing that we have to put that .dll & .tlb file inside the Nav Client folder, thats all.
  • mihail_kolevmihail_kolev Member Posts: 379
    I think there was a rule to create only one automation server (I had to work with the MSProject obj. library). Try create only the .Application and in it's properties there should be the other components you need.
    -Mihail- [MCTS]
Sign In or Register to comment.