When we run it on the server we get a “500 Internal Server Error”.
When we run it on our C# client we get either get an
1. UnsupportedDataVersionException
2. Or a MalformedDataVersionException
Specficically, we get this error message back:
<ServerInfo RequestId="">
<ServerException
Name="Microsoft.DigitalRightsManagement.Core.UnsupportedDataVersionException">
<ErrorCode>-2146233088</ErrorCode>
</ServerException>
</ServerInfo>
We are setting the Min and Max value of the VersionDataValue.
How do we figure out the correct VersionDataValue to send in the SOAP Header
to the request.
Any help would be greatly appreciated.
-c
How do I know what VersionDataValue.MinimumVersion and
VersionDataValue.MaximumVersion should be so as not to hard code it?
Please advise.
-c