-
-
Notifications
You must be signed in to change notification settings - Fork 276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflict between two addins uses Excel-Dna #625
Comments
It's not a general problem that multiple add-ins can't work together (you can test this yourself). So it's something related to what your add-in or the other one is doing, probably during startup (AutoOpen or Ribbon loading) Does it happen even if you make a very simple add-in (just a single function)? |
Your add-ins certainly should not have the same name, to be sure. |
Does it happen even if you make a very simple add-in (just a single function)? Thanks for the quick response ! |
You can check the Windows Event Log to find a code for the crash, and maybe some more information if it comes from an unhandled .NET exception. |
Hi @govert Thanks for you advices ! We have some progress After modifying the name of the of the class which implements the ExcelRibbon class we didn't have this window any more. The thing is that we still get Excel crash when running it with real installation (after the change above) Is this something that was seen in the past? |
If there is an Excel crash while your add-in is being called, then Excel will show the "running into problems" message. If you then disable the add-in (which might not disable the whole add-in, but just the ribbon part), you might get the first message, saying that the ribbon was not loaded, possibly because it has been disabled. Why would the add-in crash Excel? My advice is to figure out whether a trivial or very simple add-in (without ribbon or with very simple ribbon) still results in the same problems. If so, then you need the help of the other add-in vendor to resolve this. |
@govert Thanks for you feedback and your advice, |
Hi
We are facing an issue with a customer who uses our addin along with another addin which is also using Excel-Dna.
Both addin are using custom functions.
The Excel is basically crashing and fails to launch when both addins are set.
Is this a known issue?
Is there anything we can check from our end?
Any other information we can provide here?
The text was updated successfully, but these errors were encountered: