R
R
Riketta2014-06-16 15:16:39
.NET
Riketta, 2014-06-16 15:16:39

How to run an executable on local .NET Framework?

Yes, I'm still confused about this issue.
Is it enough to copy the folder "C:\Windows\Microsoft.NET\Framework\v2.0.50727" (for example) to your project and through what do you need to run .net binaries in it (folder)?
Roughly speaking - alternative to Java "java.exe jar [args]"

Answer the question

In order to leave comments, you need to log in

5 answer(s)
T
TimeCoder, 2014-06-17
@TimeCoder

Are you trying to solve the issue of deploying a .net application on a client machine? It will not work unequivocally, the .net framework must be installed through its native installer on the target machine. There is nothing complicated in this, if I need to throw an innoSetup script, with which the application is packaged into one exe-file, and during installation it checks whether the required version of .net is installed, if not, it is installed.

A
Alexander Fedotov, 2014-06-16
@orderbynull

Well, try it, for one thing and tell us

G
GavriKos, 2014-06-16
@GavriKos

Are you for academic interest? Because this is a perversion.

A
Alexey, 2014-06-16
@rdifb0

dotNET applications like only one mscorlib library is imported (at least it is one in the import table), try copying it to the folder with the application, it will suddenly work.

M
mayorovp, 2014-06-26
@mayorovp

Try using Mono. It does not require installation - and is compatible with the framework. I personally saw how Mono is dragged along with programs on the Unity engine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question