Select to view content in your preferred language

Errors - Could you please tell me what could be the reason for these errors

490
1
11-28-2010 07:36 PM
shravanshravan
Emerging Contributor
Error 1.

The type 'ESRI.ArcGIS.ADF.CATIDs.MxCommands' exists in both 'C:\Program Files\ArcGIS\DeveloperKit10.0\DotNet\ESRI.ArcGIS.ADF.Local.dll' and 'C:\Program Files\ArcGIS\DeveloperKit10.0\DotNet\ESRI.ArcGIS.ADF.dll' c:\documents and settings\spilli\my documents\visual studio 2010\Projects\Updating_Attributes\Updating_Attributes\Updating.cs


Error 2.

The type 'ESRI.ArcGIS.ADF.CATIDs.MxCommands' exists in both 'C:\Program Files\ArcGIS\DeveloperKit10.0\DotNet\ESRI.ArcGIS.ADF.Local.dll' and 'C:\Program Files\ArcGIS\DeveloperKit10.0\DotNet\ESRI.ArcGIS.ADF.dll' c:\documents and settings\spilli\my documents\visual studio 2010\Projects\Updating_Attributes\Updating_Attributes\Updating.cs


Error 3 The type 'ESRI.ArcGIS.ADF.BaseClasses.BaseCommand' exists in both 'C:\Program Files\ArcGIS\DeveloperKit10.0\DotNet\ESRI.ArcGIS.ADF.Local.dll' and 'C:\Program Files\ArcGIS\DeveloperKit10.0\DotNet\ESRI.ArcGIS.ADF.dll' c:\documents and settings\spilli\my documents\visual studio 2010\Projects\Updating_Attributes\Updating_Attributes\Updating.cs
0 Kudos
1 Reply
Venkata_RaoTammineni
Regular Contributor
Hi,

  The reason is you have referenced library twice... so please go to your bin folder...there you find the two referenced dll...you just remove one...thats works fine...

Thanks and Regards,

Venkat Tammineni
0 Kudos