i have converted a outlook 2010 addin project into outlook 365(for desktop), after that when it reach below line
Private Sub ThisAddIn_Startup() Handles Me.Startup Try
Dim Application As Microsoft.Office.Interop.Outlook.Application = New Microsoft.Office.Interop.Outlook.Application 'EXCEPTION LINE
then immediately throws exception as like below
{"Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 8000ffff Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))."}
I read the topic Why am I receiving exception from Office's Outlook library? but, in my case its not resolved the issue.
experts please advise me.