Hey
I have created a phone directory using C# and SQL (.mdf file). My program is running well on my laptop without any errors.
Now, I'd like to run the same program on a different computer. How can I achieve this? How am I supposed to created a setup for this?
Thanks in advance.
Nithish NaiduPosted Oct 15, 2014, 9:15 PM
Joginder BangerPosted Oct 15, 2014, 2:44 PM
of course if you want phone directory run on another computer. You need a step.exe file like a another software step file(firefox.exe,phonelock.exe). Follow this link for better understand how to make a exe file in c# language.
http://balanagaraj.wordpress.com/2007/05/29/create-exe-or-setup-file-in-net-windows-application/