Select to view content in your preferred language

Access Violation obtaining the table definition

3338
1
Jump to solution
03-21-2011 02:41 AM
by Anonymous User
Not applicable
Original User: J.T.

If I try to get the table definition from the "Stores" feature class from the Paris.gdb (ArcGIS tutroial data: Network Analyst) I receive some "Access Violation" during FileGDBAPID!ProjectedCoordinateSystem::GetPCSHorizon.

Right now I have to use the MS C++ __try __except approach.
Would someone be so kind and try to figure this out.

001ae840 0fe12003 00b2f5fc 004d2620 001ae9e8 FileGDBAPID!ProjectedCoordinateSystem::GetPCSHorizon+0x40
.
.
.
The modified part of the "Querying sample" and complete WinDbg output are attached.
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable
Original User: lshipman

I've duplicated this failure. The feature class is using a custom projection. Custom projections are not supported by the File Geodatabase API, but the Access Violation is a poor response. I've entered a bug and will will improve this.

View solution in original post

0 Kudos
1 Reply
by Anonymous User
Not applicable
Original User: lshipman

I've duplicated this failure. The feature class is using a custom projection. Custom projections are not supported by the File Geodatabase API, but the Access Violation is a poor response. I've entered a bug and will will improve this.
0 Kudos