Error Message: The GuidRepresentation for the reader is CSharpLegacy, which requires the binary sub type to be UuidLegacy, not UuidStandard.

Error Message: The GuidRepresentation for the reader is CSharpLegacy, which requires the binary sub type to be UuidLegacy, not UuidStandard.

Action:
While using the MongoDB Connection Manager, I received the following error message.
Error Message:
'The GuidRepresentation for the reader is CSharpLegacy, which requires the binary sub type to be UuidLegacy, not UuidStandard.'
Solution:

In some MongoDB instances, even if the "Test Connection" indicates that "Test connection succeeded", some operations in the MongoDB Source or MongoDB Destination might fail, due to the default value CSharplegacy for GuidRepresentation. To remedy this error, try specifying In the Advanced tab the option of the MongoDB Connection Manager: 

replicaSet=SomeReplicaSetName&uuidRepresentation=Standard