G
Guest
I pciked up a project and am encountering several deficiencies on the
architecture.
My current concerns are the persisted data files that are written and read
through dynamic reflection and Serialization/De-Serialization. The
application has been going on for a while and is using .Net Framework 1.1.
They intend to switch to .Net Framework 2.0. If data files are saved through
an application saved on .Net 1.1 and later attempted to read through an
application running on the .Net 2.0 Framework, will it work? Also, this is
a number crunching application. There will be versions running on 32-bit
machines and 64-bit machines. Can Serialized data files be shared between
versions of the application running on the 2 platforms?
architecture.
My current concerns are the persisted data files that are written and read
through dynamic reflection and Serialization/De-Serialization. The
application has been going on for a while and is using .Net Framework 1.1.
They intend to switch to .Net Framework 2.0. If data files are saved through
an application saved on .Net 1.1 and later attempted to read through an
application running on the .Net 2.0 Framework, will it work? Also, this is
a number crunching application. There will be versions running on 32-bit
machines and 64-bit machines. Can Serialized data files be shared between
versions of the application running on the 2 platforms?