Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools Setup Your Local Development Environment

I'm trying to install MAMP on Windows 10, but "api-ms-win-crt-runtime-l1-1-0.dll is missing from [my] computer"

I've run sfc / scannow in an elevated command prompt and not found any errors.

Any suggestions?

1 Answer

This is the OP. I fixed it.

Apparently, WAMP was looking for a .dll file that exist within Visual C++ Redistributable for Visual Studio 2015, which I didn't have. (I had other versions installed, but not 2015.) I found it here: https://www.microsoft.com/en-us/download/developer-tools.aspx, I downloaded it, and now WAMP is happily running. Yay.