Execute a C# App without installing .Net Framework !
-
You can also build .NET applications using Notepad++, TextPad or c# command-line compiler csc.exe.
Kelvin
:laugh:
-
Try Xenocode Postbuild Run your application on any Windows PC - Native x86 executable generation allows your .NET application to run anywhere, with or without the Framework. Embed application-specific .NET and DirectX dependencies. (Windows 9x and NT4 targets not supported.)
Depending on what you want to accomplish xenocode might not do what you want. IT doesn't actually convert your app into a native one. It wraps a compiler and the used parts of the framework into a single giant exe and then obfuscates them. At run time it then extracts everything and runs it just like a normal .net app.
Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
-
Eddy Vluggen wrote:
That's like doing C++ programming without MFC
You mean the only way C++ programming is bearable?
Help me! I'm turning into a grapefruit! Buzzwords!
-
Hi. Can we run a C# App on a system without installing .NET Framework ? Is it possible ? Thank you.
You can use software like Xenocode Postbuild 2008[^], but it is very expensive and even if you do get it, it can make executables unstable and extremely large.
-
You can use software like Xenocode Postbuild 2008[^], but it is very expensive and even if you do get it, it can make executables unstable and extremely large.
Thank you EliottA