简体   繁体   English

面向.NET Framework 4.0

[英]Targeting .NET Framework 4.0

I just downloaded MSVS 2010 from university MSDN AA. 我刚刚从大学MSDN AA下载了MSVS 2010。 The IDE itself is wonderful, I can't complain, but... IDE本身很棒,我不能抱怨,但是...

I'm developing project that combines C#, C++/CLI and C++ (native core, cli bridge DLL and c# GUI). 我正在开发结合了C#,C ++ / CLI和C ++(本机核心,cli桥DLL和c#GUI)的项目。 But the VS 2010 seems NOT TO support targeting .NET for C++/CLI projects unless VS 2008 is installed. 但是,除非已安装VS 2008,否则VS 2010似乎支持针对C ++ / CLI项目的目标.NET。 Requiring both VS 2010 and 2008 installed is in my opinion kind of unreasonable for open-source project. 在我看来,要求同时安装VS 2010和2008对开源项目来说是不合理的。 Thee only other solution is targeting .NET 4.0. 您只有其他解决方案针对.NET 4.0。

Do you think it is already time to start releasing applications requiring .NET 4.0 ? 您是否认为是时候开始发布需要.NET 4.0的应用程序了吗? Couldn't it deter potential users since it is so new and not yet exactly wide-spread? 因为它太新了而且还没有广泛传播,它是否能阻止潜在的用户?

我看不出为什么过早,用户可以轻松下载它,而最终还是必须下载它,对吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM