You may have an issue with the AssemblyVersion here. This is a known
problem. The workaround is to remove the asterisks from the assembly version
number in the AssemblyInfo file and recompile.
Hope this helps...
Oh.. and make sure that your items are decorated with the
SerializableAttribute...

Signature
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
> Hi,
> I have a user control in which i have a collection (ArrayList) of
[quoted text clipped - 14 lines]
> Thanks in advance
> Ragesh Kaimal