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
0
Comments
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.