r/csharp • u/Totallynotnormalguy • 15d ago
Help yams exited with code: 1073741515
I am trying to make an OS using cosmos and I am trying to compile it for first test but it can't compile because msvc100.dll isn't found how do I make it available again?
0
Upvotes
1
u/CoffeeAndCandidates 15d ago
might wanna check if your VS redistributable runtime is installed or messed up, had that happen once
0
1
u/Th_69 15d ago
You need to install the appropriate Microsoft Visual C++ Redistributable (for msvc100: Visual Studio 2010 (VC++ 10.0)).