question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running on Linux/Mono

See original GitHub issue

Do 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:closed
  • Created 8 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
govertcommented, Jun 14, 2015

Are you kidding me?

0reactions
obadzcommented, Jan 11, 2019

I don’t think that’s possible but not sure.

Read more comments on GitHub >

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

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found