Reloading .NET 6 add-in with ExplicitRegistration shows error
govert opened this issue · 0 comments
govert commented
From https://groups.google.com/g/exceldna/c/7ee3ChxM9-g
We get this message when reloading the add-in
A simple project that reproduces the error is here: https://github.com/govert/TestRegistration
When reloading we run AutoClose
and then AutoOpen
(in DnaLibrary
).
Maybe somehow the ALC isolation is leaving us with the wrong types loaded and called.