Running on Linux/Mono
See original GitHub issueDo you think there’s any way to pack XLLs on Linux?
When I try, I get the following error:
Using base add-in Blah-AddIn.xll
Unhandled Exception:
System.EntryPointNotFoundException: BeginUpdateResource
at (wrapper managed-to-native) ResourceHelper:BeginUpdateResource (string,bool)
at ResourceHelper+ResourceUpdater..ctor (System.String fileName) [0x00000] in <filename unknown>:0
at ExcelDnaPack.PackProgram.Main (System.String[] args) [0x00000] in <filename unknown>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.EntryPointNotFoundException: BeginUpdateResource
at (wrapper managed-to-native) ResourceHelper:BeginUpdateResource (string,bool)
at ResourceHelper+ResourceUpdater..ctor (System.String fileName) [0x00000] in <filename unknown>:0
at ExcelDnaPack.PackProgram.Main (System.String[] args) [0x00000] in <filename unknown>:0
Same error wether I download the binaries or build from source.
Issue Analytics
- State:
- Created 8 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Guide:Running Mono Applications
The normal way to run an application you have compiled with Mono would be to invoke it through the Mono runtime, like this:...
Read more >Running Windows Forms on Linux with Mono
Step 1 - Install Mono. Open a terminal window, and make sure everything is up to date with the following commands: · Step...
Read more >Running your first Mono application
Running your first Mono application · Become root and turn on the BINFMT_MISC module in your kernel with this command: · Add the...
Read more >Install Mono on Linux
Install Mono on Linux ... Follow the instructions on the download page for the latest stable release. Alternatively, you can also try the...
Read more >How to set bash to run *.exe with mono?
Under Linux, you can set up execution of foreign binaries through the binfmt_misc mechanism; see Rolf Bjarne Kvinge. Good Linux distributions ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Are you kidding me?
I don’t think that’s possible but not sure.