积极答复者
升级到visual studio 2012RC后CLR中少了东西如何解决?

问题
答案
-
您好,
欢迎来到MSDN论坛。
当前版本的CLR中是没有新建Windows Form Application的选项的,可能是这个版本不建议直接新建C++/CLI Windows Forms Application的。
但是当前版本是完全支持C++/CLI Windows Forms Application的,你可以在Visual Studio 2012RC中打开并编辑以往的Windows Form 程序;当前版本很好地支持了IntelliSense ,使得编译C++、C++/CLI程序变得更加得心应手。
如果方便的话,您可以使用Visual Studio 2010来编译您的程序,这个需求可能会在后面的版本更新,感谢您的理解。请参考:http://connect.microsoft.com/VisualStudio/feedback/details/747010/missing-c-windows-forms-application-new-project-choice
此致
If your question has been solved, please mark the answers and close the post. If not, please feel free to post your questions. With regards.
- 已建议为答案 Elegentin XieModerator 2012年6月21日 7:54
- 已标记为答案 Elegentin XieModerator 2012年6月26日 4:27
全部回复
-
您好,
欢迎来到MSDN论坛。
当前版本的CLR中是没有新建Windows Form Application的选项的,可能是这个版本不建议直接新建C++/CLI Windows Forms Application的。
但是当前版本是完全支持C++/CLI Windows Forms Application的,你可以在Visual Studio 2012RC中打开并编辑以往的Windows Form 程序;当前版本很好地支持了IntelliSense ,使得编译C++、C++/CLI程序变得更加得心应手。
如果方便的话,您可以使用Visual Studio 2010来编译您的程序,这个需求可能会在后面的版本更新,感谢您的理解。请参考:http://connect.microsoft.com/VisualStudio/feedback/details/747010/missing-c-windows-forms-application-new-project-choice
此致
If your question has been solved, please mark the answers and close the post. If not, please feel free to post your questions. With regards.
- 已建议为答案 Elegentin XieModerator 2012年6月21日 7:54
- 已标记为答案 Elegentin XieModerator 2012年6月26日 4:27
-
你好,我使用visusl studio 2010 ultimate 新建一个C++/CLI Windows Forms Application项目,没有经过任何编辑,但在2012 ultimate 使用版本中打开时有问题,项目无法执行,而且没有打开可视化窗体那个文件。我在msdn中也确实找到了2012 ultimate 中创建C++/CLI Windows Forms Application项目的方法,但我装的2012 ultimate 中的CLR中也是没有新建Windows Form Application的选项的,我感到迷茫啊,刚学会CLI,想好好发展深入。
-
VS 2012 已经移出了创建新的 C++/CLI Windows Forms Application. 但是支持打开已有的 C++/CLI Windows Forms Application. 包括编译~