需要添加.netframework 4.6.1作为Windows窗体应用程序的设置和部署的先决条件
我目前正在使用Visual Studio 2013 premium
预计:
我正在开发一个窗口应用程序我们需要.net框架4.6.1作为设置和部署项目的先决条件。
因为默认情况下VS2013支持的框架是4.5.2
浏览一些MSDN博客
尝试安装4.6.1目标包(ENU)但没有用。
甚至尝试使用VS2015 update1但没有改变先决条件
请帮帮我
BR,
Anoop
我尝试过: b $ b
尝试安装4.6.1目标包(ENU)但没有用。
I am currently using Visual studio 2013 premium
Expected:
I am developing an windows application where we need .net framework 4.6.1 as prerequisite for setup and deployment project.
since by default in VS2013 supported framework is 4.5.2
After going through some MSDN blogs
tried installing 4.6.1 targeting pack(ENU) but no use.
even tried with VS2015 update1 but no change in pre-requisite
Please help me
BR,
Anoop
What I have tried:
tried installing 4.6.1 targeting pack(ENU) but no use.
我不推荐将.NET框架添加到您的设置中,但如果您必须
可以使用两种类型的.NET框架可再发行安装:
1 。网络安装呃(需要互联网连接)
2.离线安装程序
这些可以在以下网址找到:安装.NET Framework [ ^ ]
I不建议使用离线安装程序但是,Web安装程序似乎可以更好地安装缺少的部件。
I would not recommend adding the .NET framework to your setup, but if you must
two types of redistributable installations for .NET framework are available:
1. Web installer (requires internet connection)
2. Offline installer
These can be found on: Installing the .NET Framework[^]
I would not recommend using the offline installer however, the web installer seems to do a better job to install missing parts.
仍然无法正常工作:(
尝试安装框架以及目标包。
现在解决方案针对框架4.6.1但在先决条件窗口中没有出现最新框架的复选框
no still not working :(
Tried installing both framework as well as targeting pack.
Solution now is targeted to framework 4.6.1 but in pre-requisite window no checkbox is appearing for latest framework