Nevron Forum

Open files in ver.2010

https://www.nevron.com/Forum/Topic3272.aspx

By Maxim Evstigneev - Wednesday, March 24, 2010

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 Blagovest Milanov 1 - Wednesday, March 24, 2010

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