Search code examples
c#wolframalpha

Reference System.Data.Services.Client


I'm using VS C# 2010 Express and I am trying to use the code from this post but I am getting an error on the import:

using System.Data.Services.Client;

I tried to add a reference to it but can't find the item anywhere, assuming that is indeed the problem. Any direction on how I can get this code to compile?


Solution

  • Are you sure that you're targeting framework version 3.5 or later? Both the Full Framework and Client Profile >= 3.5 should present this as an option when attempting to add it as a reference through VS.