.NET and my softwares

  • Thread starter Thread starter Marco Osvaldo
  • Start date Start date
M

Marco Osvaldo

I don't understand how can I run my softwares written in C# on a desktop
where there isn't the .NET FRAMEWORK. Any ideas?
 
Marco:

You have to have a runtime installed for the program to run. There just is
no other way.

Actually, there are some companies advertising a 'framework linker' that
enables you to deploy an .exe without the framework. I've never used one
or heard feedback about these products so I really can't comment, but if
you search with google for .net framework linking you run across at least
one such product.
 
RemoteSoft sells a linker that works pretty well. I tested it with some
fairly large C# application and didn't see any problems.

Brian
 
Back
Top