Showing posts with label Visual Studio. Show all posts
Showing posts with label Visual Studio. Show all posts

Tuesday, October 8, 2013

"No exports were found that match the constraint"

Visual Studio doesn't like slackers.  If you don't use it for a while, it may decide to throw fits - in this case it's this indecipherable message:


It either coughed up the message when I tried to create a new project, or plain bombed out if trying to open an existing one.  Turns out it's basically a stale cache of some sort.  Just get rid of the ComponentModelCache folder it'll be back happy again.

Thursday, July 11, 2013

Salesforce OAuth in C#

Used a few links to get my trial run going with a C# project that connects to the Tooling API via REST.

Needless to say I was looking into the Tooling API/REST API guides for force.com and MSDN for C# classes a lot as well.