Share via

My AddIn stopped loading

David Thielen 61 Reputation points
2021-02-19T20:37:00.567+00:00

Hi all;

I made a small change in my code which is a COM (not VSTO) AddIn. And now it doesn't load when I run from VisualStudio. I ran FUSLOGVW and I think the key issue is:

LOG: GAC Lookup was unsuccessful.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Office/root/Office16/AutoTag2013.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Office/root/Office16/AutoTag2013/AutoTag2013.DLL.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Office/root/Office16/AutoTag2013.EXE.
LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Office/root/Office16/AutoTag2013/AutoTag2013.EXE.
LOG: All probing URLs attempted and failed.

It's not in any of those locations. And it's not in the GAC. But it is registered with the location in the registry. The location being where I compiled it.

Any idea what I need to do in this case?

thanks - dave

Microsoft 365 and Office | Development | Other
0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.