在客户端计算机上安装C#windows应用程序有哪些要求(Windows 7和Windows 8) [英] What are the requirements to install C# windows application on client machine(windows 7 and windows 8)

查看:125
本文介绍了在客户端计算机上安装C#windows应用程序有哪些要求(Windows 7和Windows 8)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在C#(VS 2010)中开发了一个Windows应用程序,我使用sql server 2008作为数据库并创建了.exe / .msi。请告诉我在客户机上安装它需要什么(Windows 7和Windows 8)。

谢谢

Anand

I have developed an windows application in C#(VS 2010)and I have used sql server 2008 as a database and created .exe / .msi. Please tell me what I required to install it on client machine(windows 7 and windows 8).
Thanks
Anand

推荐答案

你需要这个框架。

这可以包含在设置中 - http://msdn.microsoft.com/en-us/library/k3bxs9z6%28v=vs.90%29.aspx [ ^ ]。
You will need the framework.
This can be included in the setup - http://msdn.microsoft.com/en-us/library/k3bxs9z6%28v=vs.90%29.aspx[^].


您可以考虑以下几点。



1.确保添加了GAC中的所有dll(除了.net框架之外)。例如,如果您正在使用第三方控件(如telerik等),则需要在您的项目中添加这些dll,而不是在客户端计算机上安装第三方程序集。



2。如果你在.net框架4中开发了应用程序,那么你需要在客户端机器上安装.net framework 4.
You might consider below points.

1. Make sure you have add all dlls(other then .net framework) that are found in GAC. For example if you are using 3rd party controls like telerik etc. you need to add these dll in yours project, instead install 3rd party assembly on client machine.

2. if you have developed application in .net framework 4, then you need to install .net framework 4 on client machine.


这篇关于在客户端计算机上安装C#windows应用程序有哪些要求(Windows 7和Windows 8)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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