|
-
Dec 26th, 2006, 08:48 PM
#1
Thread Starter
Lively Member
[2005] Serialization and different namespaces
Hi All,
I am trying to perform some simple BINARY serialization for my first time and am having a problem I thought would be easy to solve.
I serialize a simple object to a file on disk, this object is for testing only and contains 2 string member variables - simple.
I can serialize the object just fine but want to de-serialize into a DIFFERENT PROJECT and hence different namespace. When I try to de-serialize the object it get a System.Runtime.Serialization.SerializationException:
Message="Unable to find assembly 'HollyTerm, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'."
How do solve this?
Thanks,
Matt.
Last edited by GottaGetITDone; Dec 26th, 2006 at 09:42 PM.
Reason: Overlooked important details...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|