I am getting the following exception:
Type 'Ross.ListViewe r' in Assembly 'FeedBeast, Version=1.0.1.0 , Culture=neutral , PublicKeyToken= d816ce10916cb18 5' is not marked as serializable.
...when I call Settings.Defaul t.Save() using the built-in VS settings class.
However the problem is nowhere am I saving an object of type ListViewer to the settings! Why on earth would I be getting this exception and what can I do about it??
Type 'Ross.ListViewe r' in Assembly 'FeedBeast, Version=1.0.1.0 , Culture=neutral , PublicKeyToken= d816ce10916cb18 5' is not marked as serializable.
...when I call Settings.Defaul t.Save() using the built-in VS settings class.
However the problem is nowhere am I saving an object of type ListViewer to the settings! Why on earth would I be getting this exception and what can I do about it??
Comment