Thanks for all the replies ( Christoph, Drew, and Franklin ). It is now working. I did have an Add method in my custom collection class, but did not have an indexer. Once i added the indexer, it ran like a champ!
Again, thanks for saving me more hours of beating my head on it. :) jk On Wed, 22 May 2002 17:10:00 -0400, Marsh, Drew <[EMAIL PROTECTED]> wrote: >Jeff Knutson [mailto:[EMAIL PROTECTED]] wrote: > >> class Foobars : CollectionBase >> {} > >Jeff, > >Is this your complete implementation of Foobars? If so, the problem is that >the class needs at minimum a public Add method, typed to FooBar, and an >indexer, also typed to FooBar. Without those the serializer can't put items >back into the collection. > >HTH, >Drew >.NET MVP > >You can read messages from the DOTNET archive, unsubscribe from DOTNET, or >subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.