PC Review


Reply
Thread Tools Rate Thread

BinaryFormatter version mismatch

 
 
=?Utf-8?B?cGFrMjAxMTY=?=
Guest
Posts: n/a
 
      24th May 2005
Hi, all:

I've seen numerous questions and answers about this topic on the web, but
none of them quite fit to my case. My application is a business process
model (like approval process) using ASP.NET. Each transaction, I store
related data in the database as a blob. When I retreive the data from
database, deserialization fails and I get this error:
"BinaryFormatter Version incompatibility. Expected Version 1.0. Received
Version 49.0."
Looks like there is an ASCII and binary problem (ASCII value 1 is 49), but I
can't get around this. Can I somehow set the BinaryFormatter not to check the
version information? Can I make it to skip this version check?

Any help will be appreciated.

Thanks

Sung.
 
Reply With Quote
 
 
 
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      24th May 2005
pak20116 <(E-Mail Removed)> wrote:

<snip>

Please see my response on the .framework group. It's rarely worth
asking a question on more than one group, and when you feel it's
necessary, please cross-post rather than multi-posting.

--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BinaryFormatter Version incompatibility. =?Utf-8?B?cmxyY3N0cg==?= Microsoft C# .NET 4 20th Sep 2006 08:30 PM
CRT version mismatch =?Utf-8?B?d2FuemVsYmlu?= Microsoft Dot NET Framework 1 6th Jul 2006 08:34 AM
BinaryFormatter Version mismatch =?Utf-8?B?cGFrMjAxMTY=?= Microsoft Dot NET Framework 8 25th May 2005 04:04 PM
BinaryFormatter Version incompatibility. Expected Version 1.0. Received Version 1986938170.1886350437 Joshua Moore Microsoft C# .NET 3 28th May 2004 02:45 AM
Serialization and BinaryFormatter version incompatibility exceptions Doug Lind Microsoft VB .NET 2 16th Sep 2003 07:18 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:47 AM.