1. 程式人生 > >C#+ArcGisEngine建立GDB資料庫常見錯誤提示

C#+ArcGisEngine建立GDB資料庫常見錯誤提示

1.The name of the Field is invalid. 欄位名無效

  • 解決方法:欄位名有空格或除字母、數字、下劃線以外的名稱。

2.The table already exists. 該表已存在

  • 解決方法:表名或字串引用了相同名稱。

3.Cannot create a table with a duplicate column. 無法建立重複列的表

  • 解決方法:欄位裡有相同的名稱。

4.The Fields collection did not contain an expected geometry field. Fields集合不包含預期的集合欄位

  • 解決方法:把最後一句IFW.CreateFeatureClass換成CreateTable.