zoukankan      html  css  js  c++  java
  • (F#) How to enable F# template working under Visual Studio 2010 Shell.

    Most of us may rarely using F# for our daily work. And since F# released, now it’s open source under Apach license. And some of you guys may want to have try, but do not want to try the amazing technology only under command line. Is there any express editon for F#? The anwser is not, not like C#/VB/C++, no express editon for F#. But luckily, microsoft provide a Visual Studio 2010 Shell for supporting a viausl IDE for the developer as a free edition.

    Below is how to enable F# template in VS Shell.

    1. First, download Visual Studio 2010 Shell.

    2. Second, download F# CTP 2.0.0.0.

    3. Third, launch VS Shell.

    Now, you are happy to use F#.

    But, there is another issue that most people may always encountered. That is, they installed both, but still can’t see the F# template. Don’t worry about that, that’s a known issue.

    And what you need to do, just follow my below steps,

    1. Close VS 2010 Shell.

    2. Uninstall F# CTP 2.0.0.0.

    3. Reinstall F# CTP 2.0.0.0.

    4. Launch VS 2010 Shell, to see if F# template is enabled.

    Above is the workaround, and the reason is that you installed F# Compiler first, and install VS 2010 Shell secondly. So you need to reverse the install steps. Also, unfortunatly, I not quite sure about the root cause, may be when installing F#, it automaticlly examine if there is a VS Shell, and then regist itself to it. But when installing F# first, it didn’t detect any VS.

  • 相关阅读:
    jsp eclipse 创建jsp项目
    SQL Server 身份验证 登陆
    HUD 5086 Revenge of Segment Tree(递推)
    HDU 1700 Points on Cycle (几何 向量旋转)
    RocketMQ broker jvm 监控
    RocketMQ runbroker.sh 分析JVM启动参数
    问题:虚拟机老生代垃圾回收频繁出现
    空白行 ,空白
    eclipse find 两位数
    生成字母+数字6位字符串
  • 原文地址:https://www.cnblogs.com/lucasluo/p/1876843.html
Copyright © 2011-2022 走看看