-
Search
-
Archive
June 2012 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Tag Archives: Serialisation
Serialisation Errors in Workflows
The primary cause of serialisation (serialization) errors is a reference to a non-serializable object being maintained between workflow events. What do I mean by this? Everything that happens in workflow happens within an event handler. For example when a task … Continue reading
SerializationException
Problem DehydrateInstance: System.Runtime.Serialization.SerializationException: End of Stream encountered before parsing was completed. Description SharePoint Logs the above error when referencing the data in an InfoPath form using the forms xsd. Cause Your code is using a class auto genreated from the … Continue reading
Workflow Serialization Errors
The primary cause of serialisation (serialization) errors is a reference to a non-serializable object being maintained between workflow events. What do I mean by this? Everything that happens in workflow happens within an event handler. For example when a task … Continue reading
Posted in .NET Development, SharePoint, SharePoint 2007, SharePoint 2010 Tagged Serialisation, SharePoint, Workflow Leave a comment