Where did System.Design go?

Posted by Nilbert on Stack Overflow See other posts from Stack Overflow or by Nilbert
Published on 2010-06-12T23:30:00Z Indexed on 2010/06/12 23:32 UTC
Read the original article Hit count: 443

Filed under:
|
|
|
|

I am making a C# project in which I am using ScintillaNet, and it says:

The referenced assembly "ScintillaNet" could not be resolved because it has a dependency on "System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" which is not in the currently targeted framework ".NETFramework,Version=v4.0,Profile=Client". Please remove references to assemblies not in the targeted framework or consider retargeting your project.

I tried adding a reference to System.Design, but it doesn't exist in my list. Do I need to download it somewhere? I have MS Visual Studio 10.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET