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 trialMartin Kariuki
586 PointsMy 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
1,602 PointsHello,
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
Steven Parker
231,198 PointsIt 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.
Mario Fernandez
Courses Plus Student 655 PointsEric Lepage...you rock! Thanks for the solution!
Eric Lepage
1,602 PointsEric Lepage
1,602 PointsFix my problem by issuing this command in Tools - Nuget console: Update-Package Microsoft.CodeDom.Providers.DotNetCompilerPlatform -r
Eric Bruce
9,409 PointsEric Bruce
9,409 PointsThanks for providing the solution