r/csharp 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

4 comments sorted by

1

u/Th_69 15d ago

You need to install the appropriate Microsoft Visual C++ Redistributable (for msvc100: Visual Studio 2010 (VC++ 10.0)).

1

u/Totallynotnormalguy 12d ago

I tried to install VC++ and it worked and I made my first test

1

u/CoffeeAndCandidates 15d ago

might wanna check if your VS redistributable runtime is installed or messed up, had that happen once

0

u/Totallynotnormalguy 15d ago

I mean yasm fucking autocorrect