I recently ported my CS4 plug-in to CS5 by creating a new XCode project with DollyXs and throwing my CS4 plug-in source files into the new project. After following the porting guide to resolve my compiler errors, I threw the ported plug-in into CS5, but I get the message
The MyPlugIn.InDesignPlugin plug-in conflicts with MyPlugin.InDesignPlugin. Try removing one of the two plug-ins from the Plug-Ins folder and restart InDesign.
Somehow my plugin is conflicting with itself. I used the same plug-in ID from my CS4 plug-in. I suspect there's some porting step I'm missing, or perhaps I need to modify my project in some special way. Please help!