Re: Need some help with serialization please
- From: "Chris Dunaway" <dunawayc@xxxxxxxxx>
- Date: 5 Jul 2005 08:01:32 -0700
> object into the new application (that contains the exact class as the
> SupportTool).
Does this mean that you have referenced a .dll that contains the exact
class or merely added the class .vb file into the second project? If
you just added the .vb file to the second project, you are not using
the same class. It is a completely different type, even though the
code is the same.
Your best bet is to place the class you want to (de)serialize into its
own Class Library and then reference it from both projects. That will
insure that you are (de)serializing the *same* type.
.
- Follow-Ups:
- Re: Need some help with serialization please
- From: Chris Dunaway
- Re: Need some help with serialization please
- References:
- Need some help with serialization please
- From: Tom Rahav
- Need some help with serialization please
- Prev by Date: Re: How to shorten catch block
- Next by Date: Re: Need some help with serialization please
- Previous by thread: Re: Need some help with serialization please
- Next by thread: Re: Need some help with serialization please
- Index(es):
Relevant Pages
|