Hello! I can't seem to find any information about System.IO.IsolatedStorage for MonoDroid apart from the docs, which are not very describing. So I just tried out the code I already had running on WP7 and using that on MonoDroid. But when compiling it I get the following errors:
"C:\ENM\Dev\WebClient\src\prod\PubWeb\NSPublic.AndroidClient\NSPublic.AndroidClient.csproj" (SignAndroidPackage target) (1) ->(_CompileAndroidPackage target) -> MANDROID : error : while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'. Perhaps it doesn't exist in the Mono for Android profile? [C:\ENM\Dev\WebClient\src\prod\PubWeb\NSPublic.AndroidClient\NSPublic.AndroidClient.csproj] monodroid : error 1: System.NullReferenceException: Object reference not set to an instance of an object [C:\ENM\Dev\WebClient\src\prod\PubWeb\NSPublic.AndroidClient\NSPublic.AndroidClient.csproj] So what I guess it is trying to do is that System.IO.FileNotFoundException is trying to load System.Windows, which is not in MonoDroid. Are there any samples of how to use Isolated storage, or should I just write directly to the Internal Memory on the phone? -- Med Venlig Hilsen / With Best Regards Tomasz Cielecki http://ostebaronen.dk _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
