Query Builder in Dataset Editor

Stimulsoft Reports.NET discussion
Post Reply
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Query Builder in Dataset Editor

Post by johnham »

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:

Code: Select all

            StiReport DesignReport;

            //Start Designer 
            DesignReport = new StiReport();           
            
            DesignReport.Design(true);
Is there something I'm doing wrong?

Thanks,
John Hamilton
POSitive Software Company
http://www.gopositive.com
Thanks,
John Hamilton
Hamilton & Company, LLC
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Query Builder in Dataset Editor

Post by Vital »

Hello,

Which version of SR you are use? What type of datasource you are use?

Thank you.
johnham
Posts: 98
Joined: Fri Sep 19, 2008 2:27 pm
Location: Richland, WA, USA

Query Builder in Dataset Editor

Post by johnham »

Just updated to 2008.2 Release yesterday hoping it would solve it. I was on the last pre-release of 2008.2 before that.

I am using an SQL Server Datasource.

Thanks,
John Hamilton
Thanks,
John Hamilton
Hamilton & Company, LLC
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Query Builder in Dataset Editor

Post by Vital »

Hello,

Thank you for your information. We will check this problem.

Thank you.
Post Reply