Questions about tutorial problems.

Updated on July 10, 2019 in [A] Tutorials
Share on Facebook0Tweet about this on TwitterShare on Google+0Share on Reddit0
3 on July 4, 2019

Hi I need help please. https://imgur.com/a/5xc4svr. I figured I might as well figure out c# as a programmer but this problem never goes away. “[Running] scriptcs “c:\Users\Haley\Desktop\tempCodeRunnerFile.cs. ‘scriptcs’ is not recognized as an internal or external command, operable program or batch file.”

  • Liked by
Reply
0 on July 8, 2019

You need to create a Console project. You can’t just run a C# script, you need a project to compile it in. This video should help you out. You can create console projects via: 
File > New > Project > Console App
However, a follow-along video can always be beneficial.

 

 

  • Liked by
Reply
Cancel
1 on July 10, 2019

Thanks, I know it has been 2 days since the reply, but thanks. I was wondering what this file I was running wrong was.

Devoted
on July 10, 2019

It took me 3 days to respond anyway, so no biggie. Good luck with your game/project.

Show more replies
  • Liked by
Reply
Cancel