Hi, My add-in was working fine till the upgrade .
Now it refuses to load. I cleaned the registry and built a fresh built then looked for a reference in the vba tool and none existed, I found the reference and ticked it but it was removed again by excel. Some other addins are also no longer loading.
I suspect the add-in has caused some security concern and been blacklisted or something.
Does anyone have any advice?
Thanks in advance
Comments: ** Comment from web user: SebastianDotNet **
Now it refuses to load. I cleaned the registry and built a fresh built then looked for a reference in the vba tool and none existed, I found the reference and ticked it but it was removed again by excel. Some other addins are also no longer loading.
I suspect the add-in has caused some security concern and been blacklisted or something.
Does anyone have any advice?
Thanks in advance
Comments: ** Comment from web user: SebastianDotNet **
I need to know. your addin is:
1) an addin purely based on IExtensibility2 interface
2) based on COMAddin class from NetOffice tools.
moreover your current NetOffice version.
Please check also your LoadBehavior registry entry in "Software/Microsoft/Office/Excel/Addins/$YourAddin" (Found in HKEY_LOCAL_USER OR LOCAL_MACHINE or in Wow node on 64 bit systems)
Please check also MS-Excel didnt block the mscoree.dll in disabled items.
*Sebastian