Govert van Drimmelen

Results 61 issues of Govert van Drimmelen

From: https://stackoverflow.com/questions/64313978/excel-crash-while-trying-to-insert-vsto-addin-formula-from-office-js-taskpane I am facing an odd issue while connecting VSTO _(Excel-DNA?)_ addin formula with office js taskpane. Below is the scenario There is one VSTO _(Excel-DNA?)_ addin which has...

How should Excel-DNA evolve over the coming years? I can imagine the following versions, with some features that may be progressively realised over the coming years. ### version 0.35 -...

discussion

Check whether the default `IDispatch` implementation for COM objects can be overridden, so that all dispatch calls can be wrapped in an exception handler. This would make Ribbon implementations safer,...

enhancement

I think edit-and-continue does not work for methods that use an embed-interop-types COM class. That means if we disable embed-interop-types we have a much better edit-and-continue experience. We should check...

enhancement
documentation

Figure out and implement a plan for dealing with the supported framework versions, especially now that Excel-DNA itself does not support .NET Framework 4.0 anymore. The framework version is different...

enhancement

This is a follow-up to the issue #61 . We have fixed the crash, but still con't allow the .xll to unload completely if COM features were used. Revisit this...

enhancement

The COM helper add-ins used by Excel-DNA for Ribbon support, and in some cases the RTD Server, can be marked as "Disabled" by Excel. This happens most often during debugging,...

enhancement

It seems that assembly redirection specified in .xll.config files is not applied. Investigate and document or fix.

confirmed-bug

The ExcelDnaDoc package (http://mndrake.github.io/ExcelDnaDoc/index.html and https://github.com/mndrake/ExcelDnaDoc) provide automatic help file generation for Excel-DNA add-ins. It also installs some post-build events (and assumes that these run before the ExcelDna.AddIn build events)....

enhancement

https://groups.google.com/forum/#!searchin/exceldna/reparse/exceldna/lSRJ2gQeuPQ/4Bm00NfGEo4J

confirmed-bug