Unexpected serialized object.
-
Wew, spent an hour and a half looking for why this particular frigging class needed to be serializable according to the .NET serialization framework. Unfortunately the SerializationException did not mention what the referencing culprit is, and "Find all references" didn't help me any further. And then finally it dawned on me, it must be an event subscription pointing to the object!!! Aaaaah!!! Haven't tested making the events unserializable, but I'm positive that's the problem! :)
Wout
-
Wew, spent an hour and a half looking for why this particular frigging class needed to be serializable according to the .NET serialization framework. Unfortunately the SerializationException did not mention what the referencing culprit is, and "Find all references" didn't help me any further. And then finally it dawned on me, it must be an event subscription pointing to the object!!! Aaaaah!!! Haven't tested making the events unserializable, but I'm positive that's the problem! :)
Wout
Have you fixed and tested this. The forum guidelines state that this is for bugs that you've found and fixed.
Deja View - the feeling that you've seen this post before.