I've got several Excel-DNA based add-ins developped in my company since ~10 years. Of course the oldest ones are based on older dot net frameworks (4.*) and I'm tgrying to bring in a new one using net6.0.
I'm struggling to make them run side-by-side in excel, and the older versions seem to have trouble accessing the excel com layer.
I cannot possibly update all old add-ins to using.
I don't want to give up on the benefits of net6.0 and C# 10.
Has anyone tried trhe smae and faced issues?
If yes, what kind of advice can you give me?