Hi all,
The issue is solved...
I did a silly mistake.. I had forgot to add [serializable] to class definitions of data members contained in my wrapper class..
[seriablizable]
class class_first
{
...
class second = new class_second();
...
}
I had made only class_first as [serializable] and not class_second...
I was not finiding any errors because of an error handling module..
But I hope this helps to all others
I really appreciate your time and help,
Cheers !!
- Prashant C
![]()