Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Exception type: PersistenceException › Re: Exception type: PersistenceException
December 3, 2006 at 10:49 AM
#16685
I have seen this before sometimes when my message type was an Xml Document. Or when I was using Xml Documents as return types from calling .net components.
Other times, I have seen this when I call a .net component that uses a non-serializable class as a reference.
Hope this helps.