C#C
C#3y ago
Ronnie

❔ ✅ Error -> scriptcs : The term 'scriptcs' is not recognized as the name of a cmdlet, function...

using System;

namespace CSharp
{
    class Program
    {
        static void Main(string[] args)
        {
            Console.WriteLine("Hello, World!");
        }
    }
}
Getting this error: scriptcs : The term 'scriptcs' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Was this page helpful?