Thanks in Advance
Praveen
Hi,
Im very new to this development. I started to develop WP7 application only a few weeks ago. I am getting this strange error. without using the Windows Phone 7 Toolkit reference i can trigger the call option from my emulator. But when i give the reference to the WP7 toolkit,i got the below error
then i added the Windows.System.Phone for the GestureEventsArgs (Refer Below), i dont get any error, build was successful and when testing in the emulator i was not able to get the call option enabled.
Javeed M ShaikhPosted May 8, 2013, 2:29 PM
Also i am not able to see the complete image you have attached.
praveen mariappanPosted May 8, 2013, 1:02 AM
Thanks for your immediate response, I have written the code as System.Windows.Input in the code (Please refer the screen shot below) i mistakenly typed as System.Windows.Phone...
The problem comes when add the Toolkit reference , with out specifying the namespace in the
GestureEventArgs it gives the Ambigous reference error and is not building the solution.
So to overcome it i have specified the namespace System.windows.Input.GestureEventArgs and it is getting compiled and build without any error. But the problem we face is that after giving like that we are not able to make call option.
Please provide us with any suggestion/help to find a solution for this problem.
Javeed M ShaikhPosted May 7, 2013, 10:59 AM
http://msdn.microsoft.com/en-us/library/system.windows.input.gestureeventargs(v=vs.95).aspx