Govert van Drimmelen

Results 57 issues of 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...

confirmed-bug

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 -...

possible-bug

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...

up-for-grabs
help wanted
hacktoberfest

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.

up-for-grabs
help wanted
hacktoberfest

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...

enhancement

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...

enhancement

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...

enhancement