Excel-DNA / ExcelDna

Excel-DNA - Free and easy .NET for Excel. This repository contains the core Excel-DNA library.
https://excel-dna.net
zlib License
1.26k stars 270 forks source link

Reloading .NET 6 add-in with ExplicitRegistration shows error #644

Closed govert closed 8 months ago

govert commented 8 months ago

From https://groups.google.com/g/exceldna/c/7ee3ChxM9-g

We get this message when reloading the add-in image

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.