Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Series Introduction - Day 1 - Part 1
Nov 22, 2010 at 10:13 AMI think these are great videos and Bob does a great job walking you through the material! Thanks
Day 3 Homework Solution
Nov 17, 2010 at 3:49 PMYou mentioned in your instructions to catch / trap for the user clicking save, delete, edit button at the wrong time and didn't cover it is in the solution. I just went ahead and set the isEnabled for each of the buttons to prevent the user form clicking the wrong button in the first place...
I did this with a method setIconButtons(bool edit, bool save, bool delete) and then in each icon button click I told it which icon buttons to turn on / off…
Great lesson!
Thanks,
Scott
GPS, Location API and Calling Web Services - Day 3 - Part 10
Nov 17, 2010 at 12:24 PMBob -- Thanks for such a great series of videos
I had an issue getting the example to run kepts getting errors when adding the Service Reference like mentioed in the video... I did 2 things that fixed it, not sure if both were needed or not - I didn't think to debug it more.
1) I updated to the Oct, 2010 Update for Windows Phone
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=49b9d0c5-6597-4313-912a-f0cca9c7d277
2) I added the Service Reference using the wsdl page and not the .asmx page:
http://msrmaps.com/TerraService2.asmx?WSDL
I hope this helps
Scott