Query Builder in Dataset Editor
Posted: Tue Oct 07, 2008 11:51 pm
When I click on "Run Query Builder" in the Dataset editor in the designer, I get "An identity contains two definitions for the same attribute. (Exception From HRESULT: 0x8007370C)".
Doesn't seem to matter what kind of code I build. Even the following code produces it:
Is there something I'm doing wrong?
Thanks,
John Hamilton
POSitive Software Company
http://www.gopositive.com
Doesn't seem to matter what kind of code I build. Even the following code produces it:
Code: Select all
StiReport DesignReport;
//Start Designer
DesignReport = new StiReport();
DesignReport.Design(true);
Thanks,
John Hamilton
POSitive Software Company
http://www.gopositive.com