Force.com-Toolkit-for-NET
Force.com-Toolkit-for-NET copied to clipboard
Salesforce.Common.ForceException does not have Method 'get_InnerException'
Receiving this on a CreateAsync call
System.TypeLoadException : Method 'get_InnerException' in type 'Salesforce.Common.ForceException' from assembly 'Salesforce.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9f7864e53fb79388' does not have an implementation.
Rolled it back to 2.0.4 and it works fine.
Still having issues with this. Just did a deployment.. while everything was working fine locally was receiving this error during production. Had to roll back to 2.0.4
Couldn't just return null instead of throwing a not implemented exception?