Visual Studio 2010 和 .NET 4.0 客户端配置文件
我们是.NET组件供应商,我们的产品需要连接到互联网才能激活。在 Visual Studio 2010 中,一旦创建新的 WinForms 项目,就会选择 .NET Framework 4.0 客户端配置文件,而不为 Internet 连接提供必要的支持。
尽管存在这种有争议的默认选择,但我们是否可以采取一些措施将 .NET Framework 自动切换到 Visual Studio 到 .NET Framework 4.0 Full?
谢谢。
We are a .NET component vendor, our product needs to connect to the internet to be activated. In Visual Studio 2010, as soon as you create a new WinForms project the .NET Framework 4.0 Client Profile is selected not providing the necessary support for internet connections.
Despite this arguable Default chioce, is there something we can do to switch .NET Framework into Visual Studio automatically to .NET Framework 4.0 Full?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有人整理了一个技巧来解决这个问题。您需要更改 Visual Studio 模板并重建模板缓存。此处详细描述:
http://blog。 rolpdog.com/2010/04/having-default-framework-profile-in.html
我知道我已经删除了一篇旧帖子,但我遇到了同样的问题,这有助于找到正确的解决方案。
Someone has put together a hack to sort this out. You need to change the Visual Studio templates and rebuild the template cache. This is describe in detail here:
http://blog.rolpdog.com/2010/04/changing-default-framework-profile-in.html
I know I necro'd an old post but I ran into the same problem and it helps to have the proper solution.
是的。去做就对了。严重地。
打开项目属性。将支持的 .NET 框架切换到 4.0 full。
这个选择实际上根本没有争议——大多数客户端应用程序都从中受益匪浅。
Yes. JUST DO IT. Seriously.
Open project properties. Switch supported .NET framework to 4.0 full.
The choice is actually not arguable at all - most client applications greatly benefit from it.