« on: July 21, 2010, 02:19:08 PM »
I am evaluating flexibletreeview. I am writing a test program in vb.net using Visual Studio 2010. vb.net is new to me, although I have a lot of experience with VB6. I am able to add the flexibletreeview component to my form. I have added the appropriate imports statements for the flexibletreeview, but I am getting a warning that system.design (.NET 4.0) is missing and I cannot seem to add it as a reference to my project (I get a message "The system cannot find the refernece specified"). The warning message is below.
The referenced assembly "ARMSoft.FlexibleTreeView, Version=2.6.0.0, Culture=neutral, PublicKeyToken=a0f39221011ef811" 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. DFC Workspace
This is probably pretty basic but can you give me some ideas of what might be causing this issue?
Thank you!