As mentioned previously, please provide the actual error message. It's hard
to help without knowing the problem.
On Feb 23, 2013 1:20 AM, "krish" wrote:
> ha,i changed the code ...i closed the FileStream
> even though it is giving error at same line
> xmldoc.Load(fs);
> here is my modified code
check out the *Android_Starter* solution in our *Getting Started* example
http://www.xamarin.com/getting-started/TaskyAndroid.zip
specifically, the C# in /Android_Starter/Tasky.Core/TaskRepository.cs shows
a list of C# classes being loaded and saved in an XML file using
serialization.
NOTE: the