
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello.
When developing Revit, I am an Addin that I control in a new window when I click a button.
This window is using an external UI component. (hereinafter referred to as Telerik)
Telerik assemblies are loaded in OnStartup() .
The A button in the A project is telerik version 1.0.0. (A.addin)
The B button in the B project is telerik version 1.3.3. (B.Addin)
(Think of it as creating different project addins.)
In this case, A button and B button exist as different add-ins in Revit.
Clicking the A button opens a new window, but the Telerik UI is not shown. Example) Window combobox is visible, telerik.combobox is not.
Clicking the B button opens a new window and displays all UI.
That is, if A and B are loaded, window B is shown and window A is not shown. -> In this case, only the last telerik loaded version will show the UI.
And if you delete B.Addin and run it when only A is left, you can see A window well.
I have previously contacted telerik's support center and inquired with revit running.
The telerik developer's answer speculates that there is a conflict between the revit api mechanism and the telerik mechanism.
This is very specific and I've never seen it before.
Also, even if the telerik version is different, the ui should be displayed normally.
I can't find a solution to this, please help.
I posted on this forum, but I also want to ask if there is a separate support center for the revit api.
Thanks.
Solved! Go to Solution.