There is only one Extensibility setup because it installs the .NET assemblies in the 32 bit Program Files folder. The assemblies are integrated into Visual Studio, Expression Blend or Web Developer Express which are 32 bit programs. The assemblies themselves are built with configuration �??AnyCPU�?�, which means they run 32 bit on a 32 bit Operating System and 64 bit on a 64 bit Operating System.
I had downloaded an example (Query Tool) which is showing error as
'ESRI.ArcGIS.Client.Extensibility.ApplicationUrls' does not contain a definition for 'ProxyUrl' and no extension method 'ProxyUrl' accepting a first argument of type 'ESRI.ArcGIS.Client.Extensibility.ApplicationUrls' could be found (are you missing a using directive or an assembly reference?) C:\Documents and Settings\Administrator\My Documents\Downloads\QueryTool\Source\QueryTool\QueryTool.AddIns\QueryTool.cs
I had added the reference to ESRI.ArcGIS.Client.Extensibility already. But no change.
Help me to get out of this?
Hi Abhijat,
Are you using the latest version of the ArcGIS Extensibility SDK for Silverlight 3.1?
It looks like you're using an older release.
You can get it from here.
Hope this helps,