I m 根据“网络框架”在C#中开发应用。 问题是,在某些计算机中,没有网络。 因此,有一台(最好免费)可检查,如果没有的话,可建议下载。 现有网络,即能够在安装期间运行,或把我装在蚊帐组装上,以便一吨必须用蚊帐进行操作?
注:我使用无硬装置。 我需要安装3.5个框架。
非常感谢。
I m 根据“网络框架”在C#中开发应用。 问题是,在某些计算机中,没有网络。 因此,有一台(最好免费)可检查,如果没有的话,可建议下载。 现有网络,即能够在安装期间运行,或把我装在蚊帐组装上,以便一吨必须用蚊帐进行操作?
注:我使用无硬装置。 我需要安装3.5个框架。
非常感谢。
解决这一问题有两个途径。 你们需要列出你们的要旨。 至少需要具体说明您愿意支持的最低限度Windows版本。 并且,你可以补充要求视窗安装有。 您需要网络框架版本。 绝大多数机器将符合这一要求清单。
或者,你可以为你们的.子项目。 安装了.。 该网络将自动增加,需要大约5分钟才能做到这一点。 未获得快递版本的支持。
我不敢肯定你作为拖拉机使用什么,但一个容易和自由的选择是在视觉演播室使用一个安装和部署项目。
一旦你将主要项目的产出列入“建立和部署项目”,就会发现对框架的依赖,并将促使用户安装。 如尚未安装,则网络。
在NET中设立一个安装/部署项目。 如果用户试图安装应用软件时安装了蚊帐,安装线索将迫使终端用户下载。 NET framework through the GUI.
如果你通过部署项目创建安装装置,那么就有一个先决条件,即你可以说明是否与安装人一道绕过网框架,或者是否从互联网下载。
我不熟悉无硬装置,因此,我可以帮助你离开,但微软为各种版本的网络框架提供“可核查的”包件,以便将其纳入应用。
如果你预计需要安装在机器上,而机器已经有正确的版本,那么你也许能够把步骤添加到安装器上,以实施可再分配的机器。 你在你的部署计划中将包含这一点。
http://download.microsoft.com/download/6/0/f/60fc5854-3cb8-4892-b6db-bd4f42510f28/dotnetfx35.exe”rel=“nofollow noreferer”> 寄至:。
这取决于你是否愿意这样做;它像22份甲基溴档案一样,这样,如果规模是你所关切的问题,那么,列入一个促使用户下载和安装正确版本的条件可能是更好的解决办法。 正如我提到的那样,我不熟悉无硬装置,因此我可以建议如何这样做。
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?
I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...
I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...
I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...
I have two EF entities. One has a property called HouseNumber. The other has two properties, one called StartHouseNumber and one called EndHouseNumber. I want to create a many to many association ...
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...
Since I cannot order my dictionary, what is the best way of going about taking key value pairs and also maintaing an index?
Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...