Select to view content in your preferred language

Compiling issues with the Interactive WPF SDK source version.

620
2
11-19-2010 05:40 AM
PeterConn
Emerging Contributor
Hi

I have downloaded and have been struggling to get the WPF version of this code to compile using VB2008. The main errors refer to the XAML

Error 6 No overload for 'GraphicsLayer_MouseEnter' matches delegate 'ESRI.ArcGIS.Client.GraphicsLayer.MouseEventHandler' C:\Documents and Settings\conn0002\My Documents\esri\ArcGISWPFSDK\MapIt\MapItSpatialQuery.xaml 115 72 ArcGISWPFSDK

I have been trying to follow this thread http://forums.esri.com/Thread.asp?c=213&f=2455&t=288599 but I have not been able to complete the C# code to call the other functions. I only just beginning to code C#.

Does anyone have this sample code running in WPF format.

Thx Tech
0 Kudos
2 Replies
MarioVernari
Emerging Contributor
Hi there!
Here is a link containing a small and rough sample of application using WPF. I have created just for show how to add objects and interact with them.
http://forums.arcgis.com/threads/15509-Drawing-TacticalGraphics-using-the-API-for-WPF

Anyway, if you are a beginner using C#/WPF, I think that it would be *very* hard for you to develop.
Cheers
Mario
0 Kudos
PeterConn
Emerging Contributor
Hi there!
Here is a link containing a small and rough sample of application using WPF. I have created just for show how to add objects and interact with them.
http://forums.arcgis.com/threads/15509-Drawing-TacticalGraphics-using-the-API-for-WPF

Anyway, if you are a beginner using C#/WPF, I think that it would be *very* hard for you to develop.
Cheers
Mario


Thx I see this was done using VB2010 .Net 4.0 I am using VB2008!
0 Kudos