Error not definedSolved

Hello, I just downloaded the trial. I added the .dll from the toolbox.

Error 3 Type 'wyDay.Controls.AutomaticUpdater' is not defined. C:\Users\Jose\AppData\Local\Temporary Projects\WindowsApplication1\Form1.Designer.vb 35 35 WindowsApplication1

Did you use the correct version of the AutomaticUpdater control? Tell me which version of the AutomaticUpdater.dll you added to the toolbox.

For instance, if you used the .NET 4.0 version of the AutomaticUpdater control in a .NET 2.0, 3.0, or 3.5 app you'll get that error. The same if you used the .NET 2.0+ of the AutomaticUpdater control in a .NET 4.0 app.

Also, note that the .NET 4.0 version of the AutomaticUpdater requires the full .NET 4.0 framework (Read this). In wyBuild 2.6 the AutomaticUpdater will be compatible with .NET 4.0 Client Profile, but right now it requires the full framework.

I have tried both 2.0 and 4.0 and cant seem to get it to work

Right click your project and click Properties. What's your target framework?

[attachment=0]target-framework.png[/attachment]

ah I see where I didnt select that... In Visual Studio 2010 its under the Advanced Compile Settings

Client profile was selected...thanks again!