How to run a standalone application independly from any DLL files

I developed an application under Visual Studio C#. However, the EXE file was unable to run in a PC without .Net environment, which is short of those relevant .DLL files.

Can I build up a C# application running independently from DLL files?

[243 byte] By [moonriver] at [2007-12-16]
# 1
Hi,

Any application built with .NET is dependent on the .NET Framework Runtime and works only if the .NET Runtime has been installed. You cannot build a C# which is independent of the DLLs.

Regards,
Vikram

Vikram at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 2

If the PC you are attempting to run the application on is a Windows NT (ie NT, 2k, XP) system, then you can download a .NET Framework installation program from Microsoft. They say that it will allow .NET applications to be run on a system. I have not yet tried this, but according to the websight it appears it may work.

Hope this helps,

http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&DisplayLang=en

chrisf2573 at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...
# 3

Hi,

Since Windows 2003 was released. It was bundled with the .net framework (1.1). So I guess microsoft is now bundling its framework into the OS. So this wouldn't be a big issue on deploying .net apps...

cheers,

Paul June A. Domag

PaulDomag at 2007-9-9 > top of Msdn Tech,.NET Development,.NET Base Class Library...

.NET Development

Site Classified