Force.com-Toolkit-for-NET icon indicating copy to clipboard operation
Force.com-Toolkit-for-NET copied to clipboard

Salesforce.Common.ForceException does not have Method 'get_InnerException'

Open LHupper opened this issue 7 years ago • 3 comments

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.

LHupper avatar Sep 06 '18 00:09 LHupper

Rolled it back to 2.0.4 and it works fine.

LHupper avatar Sep 06 '18 16:09 LHupper

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

ravtakhar avatar Sep 25 '20 14:09 ravtakhar

Couldn't just return null instead of throwing a not implemented exception?

andycoderapptio avatar Sep 10 '21 20:09 andycoderapptio