Open files in ver.2010


https://www.nevron.com/Forum/Topic3272.aspx
Print Topic | Close Window

By Maxim Evstigneev - 14 Years Ago
Hello,

we use the lastest version 2010 vol.1 for VS2005 and have a problem to open some files which were created in v.2009.

We use the method:
persistencyManager.LoadFromFile(fileProject, Nevron.Serialization.PersistencyFormat.Binary, null),
but this method always return NULL.

Could you tell us how to solve this problem?

Best regars,
Maxim.
By bob milanov - 14 Years Ago

Hi Maxim,

Try using XML serialization as in general the .NET binary serialization is not backward compatible. Let me know if you meet any problems.

Best regards,
Bob