Errors on windows Forms

Hi there,

I am currently trying to add AutomaticUpdater to my app. But everytime I do i get these several errors:

Warning 1 The referenced assembly "AutomaticUpdater" 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. LC-OMSI

Error 2 Type 'wyDay.Controls.AutomaticUpdater' is not defined. C:\Users\LC\AppData\Local\Temporary Projects\LC-OMSI\Form1.Designer.vb 32 36 LC-OMSI

Make sure wyBuild is installed on the computer that you're using Visual Studio on. The wyBuild installer takes care of some of these design-time dependencies.

Short answer: install wyBuild on your developers computers.

i am getting the same warning when im working on my auto updater, and i do have wyBuild installed, because i have already built a test wyUpdate

Did you install wyBuild using our official installer that you downloaded from our website? (Try reinstalling it).

What versions of the .NET Framework do you have installed? What version of Visual Studio are you running?

Yes i installed from your site. i have VS 2010

Are you using an Express version? We can't reproduce this with the full version of VS 2010.

i am using the full version of Visual Studio 2010

Make sure you're not using controls.dll and make sure you are using the correct AutomaticUpdater that matches your version of the .NET Framework.

no i am not using Controls.dll and i am using the proper automaticUpdate set with the proper .NET and still the check for update does not work