Can't add AutoUpdater control

I carefully added the .NET 4.0 AutoUpdater.dll to my toolbox just as instructed but when I clicked ok to add it, it never appeared in my toolbox.

I also tried dragging & dropping the dll on the text in the toolbox which prompts you to add controls that way and that didn't work either (it even state "Toolbox item(s) added" in the status area but I still see no autoupdater in the list).

I am using VS2010 10.0.30319.1 RTMRel with .NET framework 4.0.30319 RTMRel.

Any ideas?

Disregard previous...I discovered by right clicking and selecting "Show All" that the "AutoUpdater" control is now visible in my toolbox list.

However, it is grayed out and I cannot select it.

Ideas?

Just to clarify, I am creating a C++ MFC application and my OS is Windows 7.

If I add the same component to a VB project, it works fine.

Does the component not support C++?

You can't use the AutomaticUpdater in C++ projects. Just use wyUpdate in standalone mode. See: How to Silently Check for Updates