Windows 10: How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...

Discus and support How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or... in Windows 10 Software and Apps to solve the problem; Hello. Recently I was trying to find out how do I compile my .CS file C# File with C# Code into an EXE or DLL file for my program. I asked some of my... Discussion in 'Windows 10 Software and Apps' started by Abdulqadir Aliyev, Dec 21, 2022.

  1. How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...


    Hello. Recently I was trying to find out how do I compile my .CS file C# File with C# Code into an EXE or DLL file for my program. I asked some of my friends in case they know, they told me to use csc .NET Framework Feature. It is located in C:\Windows\Microsoft.NET\Framework\*system dotnet framework version*\csc.exe -- Visual C# Command Line Compiler.I tried to run CSC.EXE from its own path in CMD, but I got nothing that useful... I was using no argumentsCan anyone provide the usage of csc.exe, for operations like compiling a C# file into a library or executable?Note: There are no syste

    :)
     
    Abdulqadir Aliyev, Dec 21, 2022
    #1
  2. kspanakis Win User

    No exe can be executed


    Hello. I tried to execute an exe file created by the compilation of code in MS Visual studio 2015 but it doesn't work. Every time i try to execute it stucks. Specifically in command prompt, Ctrl+C doesn't work. Then I tried to compile the code in other apps. But the executable does't work with them either. What could be the problem?
     
    kspanakis, Dec 21, 2022
    #2
  3. Viewing the source code of an exe

    C++ (which most games are and most DRM wraps around) is compiled into machine code.

    Java is compiled into byte code which runs on the Java Virtual Machine. JVM converts the byte code into machine code to be executed.

    C# is compiled into a common language runtime. The .NET Framework converts CLR to machine code to be executed.

    JVM and CLR can both be reverse engineered into recognizable code. Machine code cannot without someone spending a lot of time converting assembly back into a programming language.


    FYI, there are programs out there that examine binaries for DRM signatures. I really don't know what you're trying to get at with all of this.
     
    FordGT90Concept, Dec 21, 2022
    #3
  4. Brink Win User

    How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...

    CVE-2018-8421 - .NET Framework Remote Code Execution Vulnerability


    Source: https://portal.msrc.microsoft.com/en.../CVE-2018-8421

    See also: .NET Framework September 2018 Security and Quality Rollup - Windows 10 Forums
     
    Brink, Dec 21, 2022
    #4
Thema:

How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...

Loading...
  1. How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or... - Similar Threads - CSC EXE NET

  2. .net framework 4.8 project cannot be executed

    in Windows 10 Gaming
    .net framework 4.8 project cannot be executed: After Windows 11, version 24H2 update, the .net framework 4.8 project cannot be executedPrior to the update, there was a project that was normally debugable."XXXX"Immediately after the update, I try to open a visual studio to debug F5, but the above error occurs and it cannot...
  3. .net framework 4.8 project cannot be executed

    in Windows 10 Software and Apps
    .net framework 4.8 project cannot be executed: After Windows 11, version 24H2 update, the .net framework 4.8 project cannot be executedPrior to the update, there was a project that was normally debugable."XXXX"Immediately after the update, I try to open a visual studio to debug F5, but the above error occurs and it cannot...
  4. How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...

    in Windows 10 Network and Sharing
    How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...: Hello. Recently I was trying to find out how do I compile my .CS file C# File with C# Code into an EXE or DLL file for my program. I asked some of my friends in case they know, they told me to use csc .NET Framework Feature. It is located in...
  5. How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...

    in Windows 10 Gaming
    How can I use CSC.EXE .NET Framework Executable to compile C# code into executables or...: Hello. Recently I was trying to find out how do I compile my .CS file C# File with C# Code into an EXE or DLL file for my program. I asked some of my friends in case they know, they told me to use csc .NET Framework Feature. It is located in...
  6. code execution

    in Windows 10 Gaming
    code execution: Upon startup I receive a popup stating: the code execution cannot proceed because VCOMP 100.DLL was not found. Reinstalling the program may fix this problem. I have no idea of what program that is, or how to find it. Dell PC /Windows 11. Any ideas out there?...
  7. code execution

    in Windows 10 Software and Apps
    code execution: Upon startup I receive a popup stating: the code execution cannot proceed because VCOMP 100.DLL was not found. Reinstalling the program may fix this problem. I have no idea of what program that is, or how to find it. Dell PC /Windows 11. Any ideas out there?...
  8. code execution

    in Windows 10 Installation and Upgrade
    code execution: keep getting MSVCR100.dll when trying to install games https://answers.microsoft.com/en-us/windows/forum/all/code-execution/0b520aeb-9ed4-46c5-b138-705505bd4799
  9. CVE-2018-8421 - .NET Framework Remote Code Execution Vulnerability

    in Windows 10 News
    CVE-2018-8421 - .NET Framework Remote Code Execution Vulnerability: A remote code execution vulnerability exists when Microsoft .NET Framework processes input. An attacker who successfully exploited this vulnerability could take control of an affected system. To exploit the vulnerability, an attacker would need to be able to upload a...
  10. No exe can be executed

    in Windows 10 Software and Apps
    No exe can be executed: Hello. I tried to execute an exe file created by the compilation of code in MS Visual studio 2015 but it doesn't work. Every time i try to execute it stucks. Specifically in command prompt, Ctrl+C doesn't work. Then I tried to compile the code in other apps. But the...