I'm trying to create a WPF application using FolderBrowserDialog
and I know I need to add a reference to System.Windows.Forms
. The only problem being is that there are no sources anywhere on how to do that in Visual Studio 2019.
The main differences are in my Solution explorer the place to reference is called Dependencies
whereas on every single person's VS it's called references? What's up with that? And when I try to add references to the window for it I don't have the assembly tab, here's what I mean:
This is what it's supposed to look like:
,
and this is what I sadly have:
I'm very surprised that this is how it is, is there any reason that this is like this?