when i start run the project then i realized that, the error comes as
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
im using Microsoft.Office.Interop.Outlook version 15.0.0.0
from below line but, i dont know the reason...experts please advice
Private Sub ThisAddIn_Startup() Handles Me.Startup
Try
Dim Application As Microsoft.Office.Interop.Outlook.Application = New Microsoft.Office.Interop.Outlook.Application
************
Thanks In Advance, Jeyaseelan