Group: Forum Members
Posts: 336,
Visits: 497
|
I am using visual inheritance extensively and have created a number of "base forms" to use. One I am working on at the moment is using the PanelManager and has several Pages. This works fine and the code executes correctly. However, when I try to look at the inherited form in the designer I get "Duplicate component name 'PageBlank'. Component names must be unique and case-insensitive." for each page that I have in the PanelManager. Basically, it looks like it's trying to recreate those components in the inherited form when it really doesn't need to. Any idea on how I can get around this? I know VI has some issues, but DevExpress has helped with a lot of those and I am usually able to make it work right. Any help would be great.
|