How to copy in a SidePanelUserControl to a plugin sample that does not yet have this side panel.

I’d like to add a SidePanelUserControl from another plugin to my

plugin that does not have a SidePanelUserControl. I added to my solution the source code files from another project. And I can edit the form in the designer, but it does not show up in the Smart-Client. I changed the related Guids so that they are unique. How can I get the side panel to appear in the Smart Client? Tried a few other things.

Copied in this source code …

SCAviSequenceExportSidePanelPlugin.cs

SCAviSequenceExportSidePanelUserControl.cs

SCAviSequenceExportSidePanelUserControl.designer.cs

SCAviSequenceExportSidePanelUserControl.resx

Does your plugin.def include SmartClient as a ?

Did you remember to include your side panel user control in the SidePanelPlugins list returned by your implementation of PluginDefinition?