The following code:

VB Code:
  1. Dim s As Stream
  2. b.Serialize(s, ToSerialize)

Doesn't work... why?

When I try to do "Dim S As New Stream", it won't let me...

But when I try the above code, it tells me that S = Nothing and won't let it serialize...

Thanks for any help...

Squirrelly1