Opened 16 years ago

Last modified 12 years ago

#745 closed defect

Error Theming Layer using data source with feature joins — at Initial Version

Reported by: CivilEng Owned by:
Priority: high Milestone:
Component: Web API Version: 2.0.1
Severity: critical Keywords: Theming, feature joins
Cc: brucedechant External ID:

Description

The error is raised when individual distribution is requested.

MgFeatureAggregateOptions aggregateOptions = new MgFeatureAggregateOptions(); aggregateOptions.AddFeatureProperty(UFunctions.GetParameter(this.args, "PROPERTYNAME")); aggregateOptions.SelectDistinct(true);

this line raises the exception dataReader = featureService.SelectAggregate(resId, layer.GetFeatureClassName(), aggregateOptions);

Error: Index is out of range. StackTrace:

I am attaching mgp file and access database in order to replicate the error. the mgp contains the flexible(fusion) and basic layout. Both layouts invoke to thememain.aspx (It's the same that comes with the dotnetviewersample).

I have tested for manage and unmanage data source, just as SHP, SDF, and SQL2008 providers.

Change History (2)

by CivilEng, 16 years ago

Attachment: dataCH.mdb added
Note: See TracTickets for help on using tickets.