For several years, we have been using a stable application to update a large number of files. We recently updated our passwords and needed to update the early bound class with the CrmSvcUtil. After adding the early bound class file to the application, we receive errors like:
- Operator '==' cannot be applied to operands of type 'Microsoft.Xrm.Sdk.OptionSetValue' and 'int'
- Cannot implicitly convert type 'int' to 'Microsoft.Xrm.Sdk.OptionSetValue'
Any ideas what we're doing wrong?
*This post is locked for comments