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

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,896 questions
0 comments No comments
{count} votes

Your answer

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