DLL-independent C# application
Have developed an application under C#. However, the EXE file was unable to run in a PC without .Net environment, which is short of those relevant .DLL files.
It is possible to build up a C# application running independently from DLL files?
Hi,
If what your asking is, "
Is it possible for a C# application to Run w/o the .net Framework?".
IMO, No.
C# needs the .net framework in order to run...
If you install the .net framework, any C# (except those using 3rd party components) would definitely run...
cheers,
Paul June A. Domag