DOt net definition

The requirement is, we have to run our dot net code in client machine where client will not install dot net framework in his machine. It should automatically run the .exe file. But without installing framework the application will not run. Can any one help me out

Add Comment
1 Answer(s)

Ciao, the answer is no, you can’t run executable on a machine without installing dotnet. Check here.

Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.