Changes between Initial Version and Version 1 of Ticket #745
- Timestamp:
- 10/30/08 15:45:30 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #745 – Description
initial v1 1 1 The error is raised when individual distribution is requested. 2 3 {{{ 4 #!cpp 2 5 3 6 MgFeatureAggregateOptions aggregateOptions = new MgFeatureAggregateOptions(); … … 15 18 - GetItem line 81 file d:\buildforgeprojects\mapguide_open_source_v2.0\build_27.16\mgdev\common\foundation\System/DisposableCollection.cpp Index is out of range. 16 19 20 }}} 21 17 22 I am attaching mgp file and access database in order to replicate the error. 18 23 the mgp contains the flexible(fusion) and basic layout. Both layouts invoke to thememain.aspx (It's the same that comes with the dotnetviewersample).