❔ Help Installing C#
So i've tried installing the c# package by micrsoft on vsc, but everytime i hit install, i get this error
Anyone know how I can fix it?
17 Replies
You are probably better off using Visual Studio instead of Visual Studio Code if you want to use C#
There are all sorts of things that can go wrong with vsc + c#
ok, please may you walk me through installing visual studio
should i install professional, community or enterprise
Community is sufficient
okk. thanks
Professional and enterprice have a price tag iirc
Yes
If you install the sdk you can run C# on your VSC. 😄
to hijack from another thread today...
if you are new to C#, you should use Visual Studio, if at all possible, not VS Code VS Code assumes you have a fair amount of proficiency in C# already, in order to configure VS Code to interop with all the various tools that you need to do C# development Visual Studio is already tailor-made for C# development
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.hey
im not sure if it's too late
but i finished installing visual studio
only problem is that i want to run the code, but it requires me to attach a debugger
of which it brings up a list of different .exe processes, which im not sure which to pick
any tips/help
? How do you start your app. Are you clicking the green triangle?
well if you're talking about this green triangle, then yes
but when i click it, it brings up a popup box; asking me to attach a debugger
well, yeah, that's what "Attach" means
you either don't have a project open, or your currently-selected project is not executable
oh
how do i fix that
?
either open a project or change your currently-selected project to one that is executable
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.