Windows 워크 플로 워크 플로를 디버깅하고 있습니다. 워크 플로에는 두 개의 ReceiveSendReply 활동이 있습니다. 첫 번째는 예상대로 작동합니다. 은 DataContractAttribute의 속성을 표시 "유형 직렬화 할 수없는 '1[DataType]' cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute.
1 [데이터 형식] System.Data.Linq.EntitySet'고려와 :. 슬로우Windows 워크 플로 직렬화 오류
If the type is a collection, consider marking it with the CollectionDataContractAttribute.
See the Microsoft .NET Framework documentation for other supported types." (System.Runtime.Serialization.InvalidDataContractException) A System.Runtime.Serialization.InvalidDataContractException was thrown: "Type 'System.Data.Linq.EntitySet
예외 : 두 번째 실행받을 때 나는 다음과 같은 오류가 발생합니다 DataMemberAttribute 특성을 사용하여 직렬화하려는 모든 멤버를 표시
형식이 컬렉션 인 경우 CollectionDataContractAttribute로 표시하는 것이 좋습니다. 다른 지원되는 형식은 Microsoft .NET Framework 설명서를 참조하십시오. "
'DataType'유형은 EntityFramework에 의해 생성되는 클래스이며 워크 플로에서도 사용되지 않습니다. 이 메시지가 무엇을 말하려고하는지 이해하지 못하므로 디버깅을 시작할 위치를 알지 못합니다.
도움을 주시면 감사하겠습니다.