4
respostas

(error CS5001) Esta aparecendo esse erro

Sou novo na área de C#, e sempre que chego nesse ponto da aula, aparece esse erro

c:\AprendendoCSharp>c:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe MeuPrimeiroPrograma.txt Microsoft (R) Visual C# Compiler version 4.8.4084.0 for C# 5 Copyright (C) Microsoft Corporation. All rights reserved.

This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240

error CS5001: O programa 'c:\AprendendoCSharp\MeuPrimeiroPrograma.exe' não contém um método 'Main' static adequado para um ponto de entrada

4 respostas

Compartilha também o código que está no arquivo MeuPrimeiroPrograma.txt que você criou.

Esse é o código do arquivo

using System;

class Programa { static void Main(string[] args) { Console.WriteLine("Olá, mundo"); } }

c:\Aprendendo CSharp>c:\Windows\Microsoft.NET\Framework\v4.0.30319\csc.exe MeuPrimeiroPrograma.txt.txt Microsoft (R) Visual C# Compiler version 4.8.4084.0 for C# 5 Copyright (C) Microsoft Corporation. All rights reserved.

This compiler is provided as part of the Microsoft (R) .NET Framework, but only supports language versions up to C# 5, which is no longer the latest version. For compilers that support newer versions of the C# programming language, see http://go.microsoft.com/fwlink/?LinkID=533240

Conseguiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii