31 Replies
It wont let me
I keep getting this error
this isn't a tech support discord
itthis isnt for discord....
what are you actually trying to do?
what's triggering this dialog?
its saying theres no folder called vc_runtimeMinimum_x64msi
but why are you trying to install this in the first place
I can see that
but what are you doing that's bringing that up?
installing visual studio?
installing a game?
Cause IM trying to code with c++ rn
something else?
$cpp
We're partnered with Together C & C++, check them out here: https://discord.gg/vnyVmAE
installing vs
wait
maby u can help with this acctully
how da flip do i fix my windowform(NET.framework) Not Opening
without any detail, no idea. if that's a separate topic then you should make a separate post for it
wdym without any detail
$details
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)
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());
}
}
}
"not opening" could be lots of things from it crashing to it not even compiling
be specific
I get no errors tho whilst building
so Idk
well, tell us what "not opening" means
" It wont open "
please don't make this like pulling teeth
be more specific
IDK WYMM TOH
IDK HOW TO EXPLAIN
if you create a brand new one does it open?
no
that is a brand new one
so what errors are you getting in either VS or somewhere else?
I get no errors anywhere
it just dosent open in general
my best guess is you somehow broke either your VS installation or your whole .NET installation
so try reinstalling those
ok