Add assemblies on Visual Studio

Hey it's my first time using Visual Studio for a named pipeline between Python and C# but I can't seem to add assemblies, can someone give me a hand?
No description
16 Replies
j o s h u a
this is what I see
Angius
Angius2w ago
What assemblies, exactly?
j o s h u a
whenever I right click on AI_Dispatcher there's no Add Assemblies button System.Windows.Forms
Angius
Angius2w ago
Usually you'd simply create a Winforms project if you want a Winforms project If you want some singular Winforms classes in your console project or whatever, though, you can just add <UseWindowsForms>true</UseWindowsForms> to the csproj
j o s h u a
oh so a C# Windows Forms app?
Angius
Angius2w ago
$newproject
MODiX
MODiX2w ago
When creating a new project, prefer using .NET over .NET Framework, unless you have a very specific reason to be using .NET Framework. .NET Framework is now legacy code and only get security fix updates, it no longer gets new features and is not recommended. https://cdn.discordapp.com/attachments/569261465463160900/899381236617855016/unknown.png
Angius
Angius2w ago
Yes
j o s h u a
this one?
No description
Angius
Angius2w ago
No, this is a console app
j o s h u a
oh got it
Angius
Angius2w ago
No description
Angius
Angius2w ago
This one
j o s h u a
i created a WPF Applicationa and it's still not working
Angius
Angius2w ago
Well WPF is not Winforms
j o s h u a
right alright I created a Winforms and now it's workng thanks!
Want results from more Discord servers?
Add your server
More Posts