It is possible that I\'m missing something very obvious but now I can not see now. I have the reference to System.Windows.Forms and I have the next using<
System.Windows.Forms
using<
That's because it IS a type, not a namespace. You don't reference the types in the using statements, only the namespaces. This isn't Java.