How to run the exe which is created by C# compiler.
Hi All
Iam very new to the C# programming. I have created an Exe file with C# complier and executed the file in my system. It is working fine. But, if I run the same in some other system, where .Net frame is not installed, it is not working. Also it is showing an error saying "missing of 'mscoree.dll' file". So I copied this file from my system (where .Net is installed) into the other system and executed. But again there is a messages saying 'install .Net frame'.
Is a C# exe file cannot without a .Net frame?
Is there any other way to execute the C# exe?
Awaiting for your suggestion..
Thanks in advance
Sridharan.M