Hi,
In our Silverlight API (2.0 and ArcGIS 10) application, to achieve certain functionalities, we need to access ArcObjects.So, I have created a WCF service in my Silverlight application.
The problem is, I am not sure which SDK is to be installed on my development machine to access ArcObjects.I am having single-box installation(SOM,SOC, SDE, SQL Server and Visual Web Developer Express on the same machine), so I can see all ArcObjects DLLs ( ESRI.ArcGIS.Carto etc...) in my C:\Windows\Assembly.If I access those DLLs directly in my WCF, I am getting COM factory error.
I am a bit confused, what should I do to access ArcObjects (FeatureServer,IMapServer,IFeatureClass,IQueryFilter etc...) in my WCF service.Installing which SDK would fix my issue, I cannot understand.
Please give me some advice on this issue.
Thanks in advance.
Sanjay.