|
|
#1 | |
|
Fanatic Member
Join Date: Jun 99
Location: California, USA
Posts: 661
![]() |
any idea of what the following exception actualy means? I mean in usable programmer speak? All of the classes to be serialized have regular constructors. Is there some sort of special constructor for deserializing that I eveidently don't know about? I've been working on this UserDB set of classes for quite a bit longer than I wanted to and vbforums.com search doesn't find very much when I copy + paste "The constructor to deserialize an object of type was not found"
Quote:
As you can probably tell, I'm a bit pissed. Last edited by agent; Nov 30th, 2004 at 10:55 PM. |
|
|
|
|
|
|
#2 |
|
Your Ad Here!
Join Date: Feb 00
Location: Moreno Valley, CA (SoCal)
Posts: 7,341
![]() ![]() ![]() ![]() |
Do all dependent or child objects of that object have parameterless constructors?
|
|
|
|
|
|
#3 |
|
Fanatic Member
Join Date: Jun 99
Location: California, USA
Posts: 661
![]() |
resolved it
ok... though it's not in the documentation as far as I could find, if the class inherits Hashtable, you need to include VB Code:
If the class uses no constructor, you'll need to add a blank one. |
|
|
|
![]() |
|
||||||
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|