sunnyjassal
Programmer
Hello,
Please excuse me as I am a java programmer who is working with C#. C# is pretty new to me so please bear with me. I have a pretty simple command line c# program. It executes fine on my computer. Now I am ready to move it on another computer. The other computer does not have .Net installed. I moved the whole directory to another computer and tried to run the .exe file, but got a message "To run this application, you must install one of the following versions of .NET Framework: v2.050727"
To my understanding it seems like I need to install .Net on that machine. Basically what I want to know is what are the steps I need to take to run my programs on other machines? Do I have to install the whole .Net framework for each computer? Usually for java programs I have to put the jre folder with all the jar files included in the application. Is there a similar process I can take for c# programs?
Thanks for your help in advace
Please excuse me as I am a java programmer who is working with C#. C# is pretty new to me so please bear with me. I have a pretty simple command line c# program. It executes fine on my computer. Now I am ready to move it on another computer. The other computer does not have .Net installed. I moved the whole directory to another computer and tried to run the .exe file, but got a message "To run this application, you must install one of the following versions of .NET Framework: v2.050727"
To my understanding it seems like I need to install .Net on that machine. Basically what I want to know is what are the steps I need to take to run my programs on other machines? Do I have to install the whole .Net framework for each computer? Usually for java programs I have to put the jre folder with all the jar files included in the application. Is there a similar process I can take for c# programs?
Thanks for your help in advace