zoukankan      html  css  js  c++  java
  • 解决Microsoft Visual Studio Code Name "Orcas" 不能安装的问题

    .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
  • 相关阅读:
    Asp.net 自定义config文件读取
    sql 两个数字范围取随机数
    数据库中一些简单的防刷机制
    sql日期操作收集
    全文索引工作收集
    JQuery Div滚动条插件 jScroll
    OLE DB 访问接口 'Microsoft.Jet.OLEDB.4.0' 配置为在单线程单元模式下运行,所以该访问接口无法用于分布式查询
    vs 高级保存选项的设置
    Web.config配置文件详解
    JS,Jquery获取各种屏幕的宽度和高度
  • 原文地址:https://www.cnblogs.com/neozhu/p/468985.html
Copyright © 2011-2022 走看看