前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >解决Microsoft Visual Studio Code Name "Orcas" 不能安装的问题

解决Microsoft Visual Studio Code Name "Orcas" 不能安装的问题

作者头像
阿新
发布2018-04-12 19:37:41
9170
发布2018-04-12 19:37:41
举报
文章被收录于专栏:c#开发者c#开发者c#开发者

.NET FX 3.0 July CTP...

While I am here, might as well share a headache from last week...

The .NET FX 3.0 July CTP shipped with out "cider" (aka VS Extensions for Orcas)...

why would MS do that ?  Pretty simple: there were huge fixes for Card Space and WCF that needed to go out; so there was plans for the June Refresh

At the same time, the Vista team was releasing a new build ( 5472.5, which rocks!! ) and Cider did not have time to sneak in a re-compile...

OK, so  no Cider does that mean you should skip July CTP?  imho you could if you are *not* in one of these situations:

  • You need to run 5472.5 of vista, which ships w/ July CTP.. 
  • You are close to shipping a WPF app;  the WPF is tightening up significantly on their builds.. the bar for defects and DCRs is high; if your code is not working on July CTP and you have show stoppers, this is the time to report them; later, it is harder  (not that it is easy now, this boat is sailing) ...  For this scenario, I recommend a test machine where you mostly  compile via MSbuild and test..

So, again if you are not in the two above, stick w/ june it is quite good..  If you are in the second one, use a test machine just to validate your progress but develop in June CTP.. the differences are mostly bug fixes..

If you must ( and lots of you working with me are in this situation ) move to Vista,  then there is a unsupported workaroudn you can try..  I emphasize unsupported; which you can translate as "this is not recommended, you will get burned" ... 

you can try to install the June CTP with the

msiexec /i vsextwfx.msi WRC_INSTALLED_OVERRIDE=1

This will let you install ... It works OK for the most part... I get intellisense and can create new projects (have all the WinFX templates)...  but  I had to disable Cider  ( so using XML editor for xaml) ..  and I do notice some issuses with the build system.. I end up having to do a "rebuild all" alot cause if I jusst build and all I had updated were xaml files, these changes are not being picked up .. .

hth,

Published Tuesday, July 25, 2006 12:25 AM by jaimer

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2006-08-06 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • .NET FX 3.0 July CTP...
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档