C
C#6mo ago
Goblini

Visual Studio not recognizing Windows assembly references or namespaces

I continually run into issues with Visual Studio not recognizing .NET namespaces I just tried to reference System.Windows.Input.MouseButtonState, since MouseEventArgs' Windows.Forms wasn't recognized, but that also is missing an assembly reference. Do I need to install something onto VS, or do something else, or do these all happen to just be deprecated or something?
1 Reply
jcotton42
jcotton426mo ago
That's a WPF type If you're doing Windows Forms that won't work