How to Run C# Exe without .Net Framework

前端 未结 6 566
孤城傲影
孤城傲影 2020-12-03 12:59

I am using Visual Studio 2010. I made a C# project and it runs perfectly on my Computer.

Problem is this that when Application is run on another Computer, that ask f

6条回答
  •  一整个雨季
    2020-12-03 13:13

    The only alternative is to not use a programming language that is based on the .net framework.

    If you're writing a c# application, then the .net framework is required.

    Perhaps you want to create a c++ application instead?

提交回复
热议问题