Govert van Drimmelen
Govert van Drimmelen
See this discussion: https://groups.google.com/g/exceldna/c/lw_GTrGVxTY When using the Registration extension to create a native async wrapper, the function fails to register from the .NET 6 add-in. ``` Exception while registering method...
There are lots of warnings like this logged under .NET 6: ``` Initialization [Warning] Assembly SYSTEM.RUNTIME could not be loaded from resources. Initialization [Warning] Assembly SYSTEM.WINDOWS.FORMS could not be loaded...
The issue is from this discussion on the forum: https://groups.google.com/g/exceldna/c/_gZiX7IbSok This error is logged > Runtime [Error] Unexpected error trying to run SyncMacro for queued macro execution. : NullReferenceException -...
When an Excel-DNA add-in with a ribbon is installed into Excel, it creates (and then closes) a hidden workbook during loading in an attempt to get hold of the Application...
For IntelliSense. Even though Excel prevents us from registering longer descriptions, we should still present the full descriptions to IntelliSense through the C API function info call.
In recent Visual Studio versions (some time in 2020) the F# "Library (.NET Framework)" template was changed to use SDK-style projects and only support `` NuGet references, thus breaking the...
We want to support new SDK-style projects, where the NuGet packages will be included via `` tags. This issue is to discuss how this might look. * I'm OK for...
It would be nice to have a good RefEdit solution or samples that can be used from forms or a CTP. The last attempt (https://github.com/Ron-Ldn/DotNetRefEdit) to explore this is no...
We now target .NET 4.5+ in the NuGet package for v. 1.2 If a project is targeting an older version of .NET, e.g. .NET 4, then upgrading the package leads...
For add-ins that expose the COM Server, there is an additional step in the build process, to run TlbExp to generate a .tlb file from the compiled .dll. It would...