Root element is missing when using DataContract

I’ve been using DataContract to serialize objects into IsolatedStorage when I received a "Root element is missing" error when trying to use ReadObject. Turn out it was a simple case of the file existing but with nothing in it, doh.
 

Leave a comment