google-code-export / st2funbeat

Automatically exported from code.google.com/p/st2funbeat
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Error loading settings #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
See the following thread:
http://www.zonefivesoftware.com/SportTracks/Forums/viewtopic.php?t=5632

I took a look at it. The supplied patch really just handle that the
exception is loading default data instead. There is still some issue
reloading, even if the same .dll is used for saving/loading. A sane
solution is likely to use classes that can be serialized instead of using
the BinaryFormatter. See for instance here:
http://msdn.microsoft.com/en-us/magazine/cc301761.aspx
http://msdn.microsoft.com/en-us/magazine/cc163902.aspx#S1

Note; One user had problem exporting too. I have had that occasionally too,
but not reproducible.

Original issue reported on code.google.com by gerhard....@gmail.com on 22 Jul 2009 at 12:21

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed I beleive. To source code diff is made on old version of code. The latest 
is
not committed yet.

Original comment by jan%ohls...@gtempaccount.com on 26 Aug 2009 at 8:44