C
C#7mo ago
VortexGT

Cant Install C++?

ermm
31 Replies
VortexGT
VortexGT7mo ago
It wont let me I keep getting this error
Jimmacle
Jimmacle7mo ago
this isn't a tech support discord
VortexGT
VortexGT7mo ago
itthis isnt for discord....
Jimmacle
Jimmacle7mo ago
what are you actually trying to do?
jcotton42
jcotton427mo ago
what's triggering this dialog?
VortexGT
VortexGT7mo ago
its saying theres no folder called vc_runtimeMinimum_x64msi
Jimmacle
Jimmacle7mo ago
but why are you trying to install this in the first place
jcotton42
jcotton427mo ago
I can see that but what are you doing that's bringing that up? installing visual studio? installing a game?
VortexGT
VortexGT7mo ago
Cause IM trying to code with c++ rn
jcotton42
jcotton427mo ago
something else?
Jimmacle
Jimmacle7mo ago
$cpp
MODiX
MODiX7mo ago
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
VortexGT
VortexGT7mo ago
installing vs wait maby u can help with this acctully how da flip do i fix my windowform(NET.framework) Not Opening
Jimmacle
Jimmacle7mo ago
without any detail, no idea. if that's a separate topic then you should make a separate post for it
VortexGT
VortexGT7mo ago
wdym without any detail
jcotton42
jcotton427mo ago
$details
MODiX
MODiX7mo ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, and what you expect the result to be. Upload code here https://paste.mod.gg/ (see $code for more information on how to paste your code)
VortexGT
VortexGT7mo ago
what kind of code do I need to post tho program.cs? using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms; namespace WindowsFormsApp2 { internal static class Program { /// <summary> /// The main entry point for the application. /// </summary> [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } } }
Jimmacle
Jimmacle7mo ago
"not opening" could be lots of things from it crashing to it not even compiling be specific
VortexGT
VortexGT7mo ago
I get no errors tho whilst building so Idk
jcotton42
jcotton427mo ago
well, tell us what "not opening" means
VortexGT
VortexGT7mo ago
" It wont open "
No description
jcotton42
jcotton427mo ago
please don't make this like pulling teeth be more specific
VortexGT
VortexGT7mo ago
IDK WYMM TOH IDK HOW TO EXPLAIN
Jimmacle
Jimmacle7mo ago
if you create a brand new one does it open?
VortexGT
VortexGT7mo ago
no that is a brand new one
Jimmacle
Jimmacle7mo ago
so what errors are you getting in either VS or somewhere else?
VortexGT
VortexGT7mo ago
I get no errors anywhere it just dosent open in general
Jimmacle
Jimmacle7mo ago
my best guess is you somehow broke either your VS installation or your whole .NET installation so try reinstalling those
VortexGT
VortexGT7mo ago
ok