Hi Kevin,
The error code 0x8013150A means COR_E_SECURITY.
The AppDomain for the ExcelDna add-in is created, but the assembly
stored in the resources cannot be loaded - AppDomain.Load fails with a
SecurityException. Maybe there is a problem accessing the GAC in that
context?
You can try to use the Fusion log viewer to get a better message. Do
you see any other input when running under a debugger?
What version of Excel, ExcelDna, Windows and the VSTO Add-in shim are
you using?
If you make the add-in without the COM shim, do you get the error?
Do you get the error on different machines?
--Govert--