When using remoting I got the following error:
System.Data.Linq.ChangeConflictException' in Assembly 'System.Data.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' is not marked as serializable
when I tried to update an object of which the PK was changed (thus not found, thus exception)
When using WcfHost the exception was not clear about the real cause (non serializeable Exception) but I believe there is already another thread covering that issue.
What I didn't find is how to properly handle non-serializeable Exception?
Copyright (c) Marimer LLC