Exception type: System.ServiceModel.FaultException`1[Microsoft.Xrm.Sdk.OrganizationServiceFault] Message: System.Runtime.Serialization.SerializationException: Element 'http://schemas.datacontract.org/2004/07/System.Collections.Generic:value' contains data from a type that maps to the name '<NAMESPACE>:<CLASSNAME>'. The deserializer has no knowledge of any type that maps to this name. Consider changing the implementation of the ResolveName method on your DataContractResolver to return a non-null value for name '<CLASSNAME>' and namespace '<NAMESPACE>'. #26
honzakostejn
started this conversation in
Troubleshooting Guide
Replies: 1 comment
-
Okay so if you have the early bound model class as part of the main assembly -> it's not merged to the output assembly from different project. You should be good to go. However if you're using merging for Dataverse, there's one ugly solution you can use! Feel free to work with objects as early bound model classes instead of the general
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've recently moved early bound entity class to a different project and started getting this exception.
Exception Details
What do we know?
This is somehow connected to merging assemblies for Dataverse. I believe there're some bits in our internal repository where we've managed to get this work. I'll troubleshoot and update once I'll find the solution.
Beta Was this translation helpful? Give feedback.
All reactions