Click here to Skip to main content
15,886,797 members
Please Sign up or sign in to vote.
1.44/5 (3 votes)
See more: , +
I have developed an application using Window7 visual studio 2010, sql server 2008R2 and I have to implement it on Xp machine with sql server 2005.How can I do it...?
Posted
Comments
aarif moh shaikh 6-Jul-15 0:28am    
Just change .net framework from 4.0 to 3.5.

As you say you developed in visual studio, also add another setup project to your solution and make your application target to all cpu. After setup project created build it. The output of the setup will be found in the debug folder by default.

Copy the setup to XP Mechine and run it . your app will be installed.
 
Share this answer
 
Build a setup copy of your application in visual studio and install it in XP.
 
Share this answer
 
Comments
Imran Developer 6-Jul-15 1:23am    
Which things will be required to install application in XP

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