简体   繁体   English

运行Windows XP SP2中的Visual Studio 2010中内置的Windows应用程序

[英]Run Windows Application built in Visual Studio 2010 in Windows XP SP2

I have developed a Windows Form Application in Visual Studio 2010, ie, using .Net Framework 4 and MS SQL Server 2008 Express Edition. 我已经在Visual Studio 2010中开发了Windows窗体应用程序,即使用.Net Framework 4和MS SQL Server 2008 Express Edition。 I published the project and also configured to install prerequisites as: 1) Microsoft .Net Framework 4.0 Client Profile 2) Windows installer 4 3) MS SQL Server 2008 Express 我发布了该项目,还配置了以下必备组件的安装:1)Microsoft .Net Framework 4.0客户端配置文件2)Windows安装程序4 3)MS SQL Server 2008 Express

The application setup is then created! 然后创建应用程序设置! I then try to run the setup on a Windows XP machine. 然后,我尝试在Windows XP计算机上运行安装程序。 The setup failed while installing SQL Server 2008 Express. 安装SQL Server 2008 Express时安装失败。

Please Help. 请帮忙。

As per my knowledge, SQL 2008 Express (only database engine package) needs .NET 2 SP2 to be installed on Windows XP. 据我所知,SQL 2008 Express(仅数据库引擎程序包)需要在Windows XP上安装.NET 2 SP2。 did you include .NET 2 SP2 with your package? 您的软件包中是否包括.NET 2 SP2?

Can you try to run SQL 2008 setup manually and post the error message that is shown to you? 您是否可以尝试手动运行SQL 2008安装程序并发布显示给您的错误消息?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM