Query Builder in Dataset Editor
Query Builder in Dataset Editor
I am using the build from Aug 17 and when I start the Query Builder I get an exception:
----------------------------
[Customer Explanation]
----------------------------
[General Info]
Application: ReportClient
Framework: v2.0.50727
Version: Version: 2009.2.463 from 17 August 2009
MachineName: HAMILTONLAPTOP
OSVersion: Microsoft Windows NT 6.1.7100.0
UserName: jhamilton
----------------------------
[Exception Info]
Message: An identity contains two definitions for the same attribute. (Exception from HRESULT: 0x8007370C)
Source: mscorlib
StackTrace:
at System.Reflection.AssemblyName.nInit(Assembly& assembly, Boolean forIntrospection, Boolean raiseResolveEvent)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Stimulsoft.Base.StiAssemblyFinder.GetAssembly(String assemblyName)
at Stimulsoft.Report.Dictionary.Design.StiDataStoreSourceEditForm.tbRunQueryBuilder_Click(Object sender, EventArgs e)
----------------------------
[Assemblies]
mscorlib, Version = 2.0.0.0
POSitiveSoftware, Version = 1.0.0.0
System, Version = 2.0.0.0
System.Data, Version = 2.0.0.0
System.Drawing, Version = 2.0.0.0
System.Windows.Forms, Version = 2.0.0.0
System.Xml, Version = 2.0.0.0
----------------------------
[Customer Explanation]
----------------------------
[General Info]
Application: ReportClient
Framework: v2.0.50727
Version: Version: 2009.2.463 from 17 August 2009
MachineName: HAMILTONLAPTOP
OSVersion: Microsoft Windows NT 6.1.7100.0
UserName: jhamilton
----------------------------
[Exception Info]
Message: An identity contains two definitions for the same attribute. (Exception from HRESULT: 0x8007370C)
Source: mscorlib
StackTrace:
at System.Reflection.AssemblyName.nInit(Assembly& assembly, Boolean forIntrospection, Boolean raiseResolveEvent)
at System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
at System.Reflection.Assembly.Load(String assemblyString)
at Stimulsoft.Base.StiAssemblyFinder.GetAssembly(String assemblyName)
at Stimulsoft.Report.Dictionary.Design.StiDataStoreSourceEditForm.tbRunQueryBuilder_Click(Object sender, EventArgs e)
----------------------------
[Assemblies]
mscorlib, Version = 2.0.0.0
POSitiveSoftware, Version = 1.0.0.0
System, Version = 2.0.0.0
System.Data, Version = 2.0.0.0
System.Drawing, Version = 2.0.0.0
System.Windows.Forms, Version = 2.0.0.0
System.Xml, Version = 2.0.0.0
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Query Builder in Dataset Editor
Hi John,
I just have checked Query Builder with SQL Server and MS Access databases. All worked correctly. Could you reproduce that issue from Designer.exe?
Thank you.
I just have checked Query Builder with SQL Server and MS Access databases. All worked correctly. Could you reproduce that issue from Designer.exe?
Thank you.
Query Builder in Dataset Editor
Sent in a project for testings to support@stimulsoft.com
Thanks,
John Hamilton
Hamilton & Company, LLC
John Hamilton
Hamilton & Company, LLC
Query Builder in Dataset Editor
Hi,
we have the same problem - same exception by running the query builder.
Is the source of this failure already known or is there a solution available.
Additional Information:
Eine Identität enthält zwei Definitionen für das gleiche Attribut. (Ausnahme von HRESULT: 0x8007370C)
Version: 2010.2.730 from 7 June 2010
Framework: v2.0.50727
Thanks.
we have the same problem - same exception by running the query builder.
Is the source of this failure already known or is there a solution available.
Additional Information:
Eine Identität enthält zwei Definitionen für das gleiche Attribut. (Ausnahme von HRESULT: 0x8007370C)
Version: 2010.2.730 from 7 June 2010
Framework: v2.0.50727
Thanks.
Query Builder in Dataset Editor
Hello,
Which product do you mean Reports.Net or .Reports.Wpf
Thank you.
Which product do you mean Reports.Net or .Reports.Wpf
Thank you.
Query Builder in Dataset Editor
Reports.Net, version as shown 2010.2.730
Error message occurs immediately after clicking "Run query builder" button - shown German message is the same as above mentioned "An identity contains two definitions for the same attribute. (Exception from HRESULT: 0x8007370C)"
Error message occurs immediately after clicking "Run query builder" button - shown German message is the same as above mentioned "An identity contains two definitions for the same attribute. (Exception from HRESULT: 0x8007370C)"
Query Builder in Dataset Editor
Hello,
Please check following solution:
http://blog.iobit.com/error_sxs_identit ... _2440.html
Thank you.
Please check following solution:
http://blog.iobit.com/error_sxs_identit ... _2440.html
Thank you.
Query Builder in Dataset Editor
Sorry, but i don't really understand. The problem occurs in our software at all of our customers installations. So we have to implement a solution to this problem in our product, an external application to prevent the failure is not possible for our customers.
Query Builder in Dataset Editor
Hello,
We are trying to fix the issue. The problem is that we cannot reproduce it on our computers. Maybe the error depends on OS settings or something like this.
Thank you.
We are trying to fix the issue. The problem is that we cannot reproduce it on our computers. Maybe the error depends on OS settings or something like this.
Thank you.
Query Builder in Dataset Editor
Hello,
We still can't reproduce this problem. So we create workaround for this problem. Please get latest prerelease build (6 July). After then add reference to Stimulsoft.Database.dll in your project. After then before calling report designer call following line of code:
Thank you.
We still can't reproduce this problem. So we create workaround for this problem. Please get latest prerelease build (6 July). After then add reference to Stimulsoft.Database.dll in your project. After then before calling report designer call following line of code:
Code: Select all
Stimulsoft.Database.StiDatabaseAssemblyHelper.Init();