Mysterious Serialization error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Logan1337
    New Member
    • May 2007
    • 38

    Mysterious Serialization error

    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??
  • Shashi Sadasivan
    Recognized Expert Top Contributor
    • Aug 2007
    • 1435

    #2
    have you tried asking this to FeedBeast?

    cheers

    Comment

    • Logan1337
      New Member
      • May 2007
      • 38

      #3
      Haha, FeedBeast is my app. :)


      ...another thing is that it seems to happen randomly and I have as yet been unable to reproduce it reliably. I wonder if perhaps it is a threading/concurrency issue.

      Comment

      • Shashi Sadasivan
        Recognized Expert Top Contributor
        • Aug 2007
        • 1435

        #4
        Originally posted by Logan1337
        Haha, FeedBeast is my app. :)


        ...another thing is that it seems to happen randomly and I have as yet been unable to reproduce it reliably. I wonder if perhaps it is a threading/concurrency issue.
        Talk about randon errors with some 3rd party tools.
        Im using one too...and only if i can replicate it will they be able to help.
        I Found that my problem was notified to them more than a year ago but since no one could reproduce it for them, it souldnt work.

        guess need to find a way around it.

        Maybe start from scratch again.....
        cheers :P

        Comment

        Working...