Excel-DNA / Excel-DNA/ExcelDna
Self contained mode
Open
- Dominant language
- C#
- Stars
- 1.5k
- Forks
- 292
- Avg merge
- 20d 12h
- Merged PRs (30d)
- 1
Description
Hello,
I am trying to create a self contained xll pack so that users dont need to update dotnet runtime everytime dotnet is upgraded. I have playing with addin and csproj option with no luck.
I saw [this issue](https://github.com/Excel-DNA/ExcelDna/issues/697), but my error is different I am getting an exception in the runtime
```
System.MissingMethodException: Method 'ExcelDna.Loader.XlAddIn.Initialize' not found. at System.RuntimeType.InvokeMember
```
So my question is, is it possible to create a self-contained xll pack, if so how?
Contributor guide
Assessment
This issue has not been assessed yet.