如何在Xp机器上运行c#应用程序 [英] How to run c# application on Xp Machine

查看:77
本文介绍了如何在Xp机器上运行c#应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用Window7 visual studio 2010,sql server 2008R2开发了一个应用程序,我必须在带有sql server 2005的Xp机器上实现它。我怎么能这样做??

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...?

推荐答案

正如您所说,您在visual studio中开发,还为您的解决方案添加了另一个安装项目,并使您的应用程序成为所有cpu的目标。安装项目创建后构建它。默认情况下,将在debug文件夹中找到安装程序的输出。



将设置复制到XP Mechine并运行它。您的应用程序将被安装。
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.


在visual studio中构建应用程序的安装副本并将其安装在XP中。
Build a setup copy of your application in visual studio and install it in XP.


这篇关于如何在Xp机器上运行c#应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆