Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: VSCodium компиляция c#
Показать сообщение отдельно

Пользователь


Сообщения: 71
Благодарности: 0

Профиль | Отправить PM | Цитировать


Из командной строки скомпилировать тоже не получилось:
Код: Выделить весь код
csc /out:c.exe c.cs
Код: Выделить весь код
csc : The term 'csc' 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.
At line:1 char:1
+ csc /out:c.exe c.cs
+ ~~~
    + CategoryInfo          : ObjectNotFound: (csc:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException
PS C:\Users\kali\Documents>
Код: Выделить весь код
C:\Windows\Microsoft.NET\Framework\v4.0.30319csc\csc.exe /out:c.exe c.cs
Код: Выделить весь код
C:\Windows\Microsoft.NET\Framework\v4.0.30319csc\csc.exe : The term
'C:\Windows\Microsoft.NET\Framework\v4.0.30319csc\csc.exe' 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.
At line:1 char:1
+ C:\Windows\Microsoft.NET\Framework\v4.0.30319csc\csc.exe /out:c.exe c ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\Windows\Micr...0319csc\csc.exe:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

Отправлено: 10:03, 10-01-2025 | #2

Название темы: VSCodium компиляция c#