Select to view content in your preferred language

Where is ESRI.ArcGIS.Client.Extensibility ?

5531
14
01-18-2012 08:18 AM
DouglasGennetten
Deactivated User
I've just installed the ArcGIS API version 2.4 and downloaded the "TimeSlider" sample from the Silverlight Viewer Samples.

I get a reference error for ESRI.ArcGIS.Client.Extensibility.  All other ArcGIS references resolve. 

Any clues?

Thanks,

Douglas
0 Kudos
14 Replies
WilburHughes
Esri Contributor
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.
0 Kudos
JianChen
Regular Contributor
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.

Thanks Willbur!

This should work for both 32-bit and 64-bit system. As you pointed out in another post, I got this problem just because the file I download is corrupt (though it is not easy to figure this out because the error info I got is kind of misleading --pointing to compatibility; I even tried re-downloading it the other day and still had the same issue). Fortunately I tried again today and now it finally works for me.
0 Kudos
AbhijatC
Deactivated User
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?

Abhy
0 Kudos
DerekLaw
Esri Esteemed Contributor
Hi Abhijat,

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?


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,
0 Kudos
AbhijatC
Deactivated User
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,


Thanks a ton.
0 Kudos