Cannot import ESRI.ArcGIS.Geodatabase

490
1
10-12-2011 07:00 AM
DougStrech
New Contributor
I am trying to convert vba scripts to .net and some of the broken links are for the IFeatureClass and IFeatureLayer, etc.  I figured out that I need the ESRI.ArcGIS.Geodatabase namespace, however, my only options for Imports are:
ESRI.ArcGIS.ArcMapUI
ESRI.ArcGIS.Desktop
ESRI.ArcGIS.esriSystem
ESRI.ArcGIS.Framework

How do I import the Geodatabase namespace?

Thanks,
0 Kudos
1 Reply
JamesCrandall
MVP Frequent Contributor
I am trying to convert vba scripts to .net and some of the broken links are for the IFeatureClass and IFeatureLayer, etc.  I figured out that I need the ESRI.ArcGIS.Geodatabase namespace, however, my only options for Imports are:
ESRI.ArcGIS.ArcMapUI
ESRI.ArcGIS.Desktop
ESRI.ArcGIS.esriSystem
ESRI.ArcGIS.Framework

How do I import the Geodatabase namespace?

Thanks,


Have you tried set a reference to ESRI.ArcGIS.Geodatabase in your project or is it included in the references list?  Right-click your project in the Solution Explorer and select Properties.  Then click the References tab on the left and see if the reference is there.  If not, add it.

Hopefully this helps!
0 Kudos