Replies: 9 comments
-
|
I just uninstall Microsoft 365 and re-install it. I did nothing with my WPF class library project, the error is not there anymore. |
Beta Was this translation helpful? Give feedback.
-
|
Together with the error mentioned above, the Ribbon disappeared. |
Beta Was this translation helpful? Give feedback.
-
|
You can get the path to the .xll file by calling The most common reason why the ribbon does not display is because the Ribbon COM add-in (which Excel-DNA uses behind the scenes) is marked as 'Disabled' by Excel. This can happen after there is an error while Excel runs the ribbon code. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
That can happen when you load the add-in a second time. (Maybe the first time it automatically loaded, then you select File->Open which reloads it). |
Beta Was this translation helpful? Give feedback.
-
|
I cannot figure out. anyway, I re-installed the microsoft 365. |
Beta Was this translation helpful? Give feedback.
-
|
This happens sometimes. |
Beta Was this translation helpful? Give feedback.
-
|
Maybe the WPF testbox doesn't handle the Enter key by default, so it is passed up to the parent window. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
I use the code above to get the bin folder path, because I put sqlite database there.
It works all along. But error come out suddenly and I found that the code above return the folder of Excel.exe.
How can I can bin folder in class library project (run Excel as startup application)?
Beta Was this translation helpful? Give feedback.
All reactions