- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有一个用 VS2010 制作的简单安装项目。一个可执行文件,几个 dll,非常简单。
我将我的 setup.exe 和 .msi 移动到一个干净的测试机器上,在启动 setup.exe 之后,我获得了 .NET 4 的 EULA,然后下载了“.Net Framework 4 客户端配置文件(x86 和 x64)”和(据说)安装。安装程序要求重新启动,我重新启动,然后终于可以安装我的应用程序了。我启动它,然后我得到这个窗口:
单击"is"会将我带到这个 page .
安装 .NET Framework 4.0 完成交易,这次不需要重新启动。
所有构建的 DLL 和 EXE 都将 .NET 4 作为项目属性中的目标框架(无客户端配置文件),除了一个具有 .NET 3.5 的 DLL
为什么要双重安装?如何让它在向导中安装一次?
最佳答案
设置创建时有一个警告(愚蠢的我,没看到!):
The target version of the .NET Framework in the project does not match the .NET Framework launch condition version '.NET Framework 4 Client Profile'. Update the version of the .NET Framework launch condition to match the target version of the.NET Framework in the Advanced Compile Options Dialog Box (VB) or the Application Page (C#, F#).
这place有答案:
1) select installer project
2) click on the icon on top "Launch Conditions Editor" its the icon with a binoculars.
3) Under Launch Conditions, Select ".Net framework" on the right in "Properties" Select "Version" you will see a drop down. change the framework to your target framework.
更新
默认情况下,安装项目似乎是使用 .NET Framework 4 客户端配置文件创建的,并且必须在两个 地方将其更改为“无配置文件”。上面和安装项目的属性中提到的那个。
关于visual-studio-2010 - 安装项目想要安装 .NET 4 两次,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7487268/
使用登录后,我想吐出用户名。 但是,当我尝试单击登录按钮时, 它给了我力量。 我看着logcat,但是什么也没显示。 这种编码是在说。 它将根据我在登录屏幕中输入的名称来烘烤用户名。 不会有任何密码。
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 这个问题似乎是题外话,因为它缺乏足够的信息来诊断问题。 更详细地描述您的问题或include a min
我是一名优秀的程序员,十分优秀!