B
bb
i use the losformatter to serialise a hashtable and the store in the
database. (i save some urls so they can be reconstructed)
we have moved the project from asp.net1 to asp.net2
now whenever i try and deserialize a token that was saved to the db
before the move to asp.net2 it fails with error 'unable to deserialise'
i am also noticing that the serialised values look completely
different.
does this mean the serialisation/deserialisation method has changed,
and my old data (asp.net1) is now unable to be deserialise via asp.net
2
thanks for any advice
db
database. (i save some urls so they can be reconstructed)
we have moved the project from asp.net1 to asp.net2
now whenever i try and deserialize a token that was saved to the db
before the move to asp.net2 it fails with error 'unable to deserialise'
i am also noticing that the serialised values look completely
different.
does this mean the serialisation/deserialisation method has changed,
and my old data (asp.net1) is now unable to be deserialise via asp.net
2
thanks for any advice
db