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
  • 相关阅读:
    ThinkPhp3.2.3缓存漏洞复现以及修复建议
    thinkphp3.2.3 缓存导致getshell终极解决办法
    phpstudy后门漏洞复现php5.2
    phpStudy后门漏洞利用复现
    SQL语句利用日志写shell拿权限
    针对phpstudy默认设置的利用
    黑暗世界的搜索引擎
    CVE-2019-0708—微软RDP远程桌面代码执行漏洞复现
    记一次渗透某XX站
    通过USB 2.0电缆手动设置内核模式调试
  • 原文地址:https://www.cnblogs.com/neozhu/p/468985.html
Copyright © 2011-2022 走看看