Govert van Drimmelen

Results 427 comments of Govert van Drimmelen

When targeting .NET 6, the Excel-DNA version 1.7.0 uses the .deps.json file to get the right managed and native dependencies into the matching packed .xll files. It does not do...

Hi @sshukurov - I think this is just how the dynamic array work in Excel. If you make a function that returns an array, the caller in the dynamic array...

I get this error from time to time too, when changing the NuGet package version. What happens is that the build tasks that run are still taken from the old...

With Excel-DNA (at least at the moment) you can't target the ASP.NET version of the framework. I can't remember whether there is a serious problem, or it just worked out...

We’ve now added an option to Excel-DNA to load the runtime using the add-in project’s .runtimeconfig.json file. This feature is added to the preview version 1.8.0-alpha3. I’ve made a small...

Thank you for the pull request @rob-oehm-automation - I'll have a look.

Hi @rob-oehm-automation - you say > .NET dlls packed and then re-extracted are not identical files The assemblies should be identical after extraction - the Excel-DNA build does not do...

It's not a general problem that multiple add-ins can't work together (you can test this yourself). So it's something related to what your add-in or the other one is doing,...

Your add-ins certainly should not have the same name, to be sure.

You can check the Windows Event Log to find a code for the crash, and maybe some more information if it comes from an unhandled .NET exception.