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
Understanding Isolated Storage - Day 3 - Part 6
Dec 30, 2010 at 6:29 PMIf you pause the video at 3:14, you can see that new code appears in lines 13 and 14. Adding the following code to lines 13 and 14 appears to solve the issue.
using System.IO.IsolatedStorage;
using System.IO;
Understanding Isolated Storage - Day 3 - Part 6
Dec 30, 2010 at 5:56 PMI'm also getting the same issues with IsolateStorageFile and StreamWriter :/