- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I'm having a problem. I have a custom plug-in consisting of several commands in an AutoLisp .lsp file and a partial customization file to create a ribbon tab for others to access those commands.
We also have a c# .net plug-in which also creates a ribbon tab, created by an outside developer for us (before I started).
On the two machines that use both, loading one always removes the ribbon tab created by the other.
I've had some success fiddling around with reloading the Autolisp plug-in after updating the .net one, but it's inconsistent.I can't find any code in the .net plug-in that would remove ribbons, and I certainly don't have any in my Autolisp.
I can't find any information about plugins conflicting except where they share names, but these two don't have any common identifiers at all. I've gone through the source for both to ensure that there are no naming conflicts, but this continues to happen.
Has anyone seen anything like this? I'm unaware of any limit of one custom ribbon tab, but it kinda seems like that's what's happening, except in those rare cases when I'm able to (temporarily) get both loaded.
Solved! Go to Solution.