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

C# Building Services with ASP.NET Web API Planning Our Service Designing Our REST API

Hambone F
Hambone F
3,581 Points

Provided Visual Studio Solution Doesn't Run (Solved)

When you download and run the Visual Studio solution for the project, it immediately crashes, giving a warning about csc.exe.

This can be fixed by going to Manage NuGet Packages for the Solution and updating the following two packages to a newer version. I updated both to 3.6 - the latest at the time of this writing.

Microsoft.Net.Compilers

Microsoft.CodeDom.Providers.DotNetCompilerPlatform