function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AltiumForceAltiumForce 

Access Salesforce API from .NET compact framework

Hi all,

 

I created a .NET app which does a simple SOQL call to Salesforce, works fine in standard .NET 3.5. When I ported it to WM 6.0 smart device app, running on top of compact framework 3.5, it throws a NotImplementedException error.

 

Does anyone have a working C# example for compact framework?

 

Cheers,

Ian