How to run a standalone application independly from any DLL files
Can I build up a C# application running independently from DLL files?
Can I build up a C# application running independently from DLL files?
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
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,
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