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# ASP.NET MVC Forms Creating a Basic Form Getting Familiar with Our HTML Form

Martin Kariuki
Martin Kariuki
586 Points

My project fails to run.

I am encountering the following error: Could not find a part of the path 'C:\Users\AppFactory\source\repos\fitness-frog\src\Treehouse.FitnessFrog\bin\roslyn\csc.exe'.

3 Answers

Eric Lepage
Eric Lepage
1,602 Points

Hello,

Have you found a solution? I have the same error and there are no subfolder roslyn or csc.exe in the downloaded zip file.

Regards,

Eric

Eric Lepage
Eric Lepage
1,602 Points

Fix my problem by issuing this command in Tools - Nuget console: Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r

Thanks for providing the solution

Steven Parker
Steven Parker
229,644 Points

It sounds like your workspace somehow got damaged. You might try creating a new one and copying your work into it. If that works you can delete the old one.

Eric Lepage...you rock! Thanks for the solution!