Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have one windows project in c# i want to know that project run on another system using remote connection how to do it and do i need to install again visual studio and database on another computer
Posted
Comments
Richard MacCutchan 8-Oct-14 6:17am    
You need to install the application in the other computer.
Rob Philpott 8-Oct-14 6:21am    
Sage advice.
Richard MacCutchan 8-Oct-14 6:22am    
Whatever happened to "I wonder what will happen when I try ... ?"?
VC.J 8-Oct-14 7:14am    
In other machine what you want to do run the application or develop the application?
VC.J 8-Oct-14 8:01am    
in case you want to install the application after development
you need to install visual studio framework (like 4.0 etc in which you have created your application) and if your friend's machine is not connected to LAN than install Sql Server too

1 solution

if You Want Install Application to another computer
and run from your computer and other computer you need
connect your database using lan connection
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900