'The system can not find the file specified' - Visual Studio error fixed.

preview_player
Показать описание
Unable to start program bla-bla-bla
The system can not find the file specified.
-
incorrect MSPDB120.DLL version;
Рекомендации по теме
Комментарии
Автор

A work around is not a fix regardless of whether or not the problem persists. Regardless, this obviously doesn't work on just any install configuration.

undterred
Автор

it dosent work + turn off the music its bad XD

shadyahmedanwarmohammed
Автор

When I opened Properties I only had General over there on the left side...

YeshuaIsTheTruth
Автор

thank you but unfortunately this didn't work. I get this every time i run c code

mateoslab
Автор

Im getting this everytime i run a code that has "using namespace std;" in C++ im a beginner

iogamer
Автор

Turn down that music, and it didn't work as well!!!

rafaelmeza
Автор

For me the issue seemed to be that you can only have 1 solition per project

maybefuture_youtuber
Автор

thank you soo much bro my error has been solved

Itz_Gamer_Abbasi
Автор

I don't know what anyone is saying worked for me, thanks!

imweirdkk
Автор

Im working on a c# project but everything is correct i tried it on repl.it it worked but on vs 2019 it says it has an error example: using System;

namespace UE1
{

class Program
{

static void Main(string[] args)
{
Console.WriteLine("Hello World");
}
}
}
c# btw

eskimogabe
Автор

if you started a project and creates an empty file this will most likely happen try the console application with hello world input project option

mukeshkumar-kril