C
C#3mo ago
Artur

i keep getting this error when i try run c# in vs code

"'scriptcs' is not recognized as an internal or external command, operable program or batch file."
4 Replies
greyfox
greyfox3mo ago
you missing a using reference, nuget package or dll?
Buddy
Buddy3mo ago
They're watching some clueless youtuber most likely C# is project-based. It is not file-based! $vscode
MODiX
MODiX3mo ago
Follow the instructions here on getting started with DevKit for C# in VSCode: https://code.visualstudio.com/docs/csharp/get-started
Get started with C# and .NET in Visual Studio Code
Getting Started with C# and .NET Development in Visual Studio Code
Jimmacle
Jimmacle3mo ago
Don't use scriptcs Use the proper .NET SDK and compile and run a project

Did you find this page helpful?