Excel-DNA / Excel-DNA/ExcelDna
Expose `ExcelDnaUtil.IsApplicationOK` (or similar) (?)
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 292
- Avg merge
- 20d 12h
- Merged PRs (30d)
- 1
Description
Continuation of discussion from #267.
When would it make sense for an add-in developer to want to call `ExcelDnaUtil.IsApplicationOK`?
Does it make sense to expose `ExcelDnaUtil.IsApplicationOK` (or similar) to developers?
https://github.com/Excel-DNA/ExcelDna/blob/c38f1b914a6e68a513e7c5b1cc2387783e727bf8/Source/ExcelDna.Integration/Excel.cs#L486-L502
---
> Calling the COM object model from the main thread in a context where COM calls are not handled, often results in COM errror `0x800A03EC` (which I've seen documented as `NAME_NOT_FOUND`).
What are common scenarios that could cause the behavior above?
---
Relates to #265, #171, #172.
Contributor guide
Assessment
This issue has not been assessed yet.