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?

[244 byte] By [moonriver] at [2007-12-16]
# 1
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
PaulDomag at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...
# 2
you have to install the .NET Framework, favoured Version 2.0
JerryFrame at 2007-9-9 > top of Msdn Tech,Visual C#,Visual C# General...