Error compiling : "Implementing class 'ESRI.ArcGIS.Carto.FeatureLayerClass'

520
2
08-19-2010 10:14 AM
by Anonymous User
Not applicable
Hi,

    I am developing with ArcGIS Engine 9.3.1 and VB.Net. I develop a dll which it's work fine in VS2005. When I migrate my project to VS2008 I got a error in compiling :

"Implementing class 'ESRI.ArcGIS.Carto.FeatureLayerClass' for interface 'ESRI.ArcGIS.Carto.FeatureLayer' cannot be found."

Anyone have a idea?

Thanks for your Help.

Zakaria.
0 Kudos
2 Replies
NeilClemmons
Regular Contributor III
It's most likely a missing reference.  The FeatureClass class is in the Geometry library so make sure you've added it as a reference.
0 Kudos
Venkata_RaoTammineni
Occasional Contributor
hi,
  There some reasons :-

  1) you might not have implemented that particular namesapce some thing like ESRI.ArcGIS.Carto
  2) ESRI.ArcGIS.Carto might missed or something like that...
  3) you may have to reinstall your arcgis desktop opposite of VS2008 ... Previously i was on VS2005..


Thanks and Regards,

Venkat
0 Kudos