Hello,
I am trying to connect the quantumsoftware winforms components (http://www.quantumsoftware.com.au/Products/WindowsFormsComponents.aspx) to my visual studio 2010 (.net 4) project. The following warning always pops up when I try to use one of the components. Afterwards it results in an error: namespace not found.:
The referenced assembly "QSS.Components.Windows.Forms" could not be resolved because it has a dependency on "System.Web, 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.
Does someone know how I can solve this error. Normally it should be compatible with .NET 2 and higher...
Thanx!