I'm developing an Outlook add-in using the NetOffice library.
It was a nice experience, but lastly I changed my drive, reinstalled windows, office etc.
Now my add in doesn't run, and in the "COM Add-Ins" in Outlook options I see:
Load Behavior: Not loaded. A runtime error occurred during the loading of the COM Add-in
And this problem is even on the simples example from NetOffice, that is the NetOffice Tools - Simple
project, which basically doesn't do anything.
I put in the constructor of the add in a logging code (to a file), but it doesn't run, so even the constructor isn't hit.
Any tips how to troubleshoot it?
EDIT: using AddInSpy I found out, that the Add-in status is:
Add-in DLL path is not found.
but no idea how to move on with this information.