Hello,
using the RadMenu inside Winforms in an Excel Add In leads to problems:
- Excel exits with code > 0, which means there was a problem
- Excel (sometimes) takes 3-5 seconds to close
- Excel sometimes restarts after closing (which is the main problem, because it's very annoying for the customers)
Attached is a simple test project
- Run the project
- Click the "button2" (a simple form with a RadMenu opens)
- Close excel directly (do not close the form first!)
From what I've found, I think it has to do with some kind of animation thread... ?
Kind regards,
Christian