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
Application Lifecycle
Aug 14, 2010 at 7:52 AMadd reference to System.Xml.Serialization.dll. that dll should contains XmlSerializer.
thank you
- heejae
Launchers and Choosers
Aug 14, 2010 at 3:00 AMit looks like the way sample handles life time of chooser/launcher are buggy. more specifically, depends on who holds onto chooser/launcher, event handlers for task completes are fired at different time.
when choosers/launchers are held alive by page (member field), looks like event handlers correctly get notified, but not when they are locally created and shown and get forgotten.
can we get some more concret samples on this area? or better, a more intuitive APIs for such simple task?
Using Push Notifications
Aug 13, 2010 at 6:35 AMI am getting PayloadFormatError for tile and toast if I follow the example as it is. wonder whether format of those two have changed? is there anyway to know what part of format is wrong? if Title and Toast requires specific format that MS decided beforehand, why not just provide methods that returns payload with correct format instead of making each users to construct same format string?
thank you
- heejae