zoukankan      html  css  js  c++  java
  • 在vs2012中使用TeeChart空间

     

     

    今天下了TeeChart  安装中发现没有VS2012选项

    在看了官网回答后  可以 如下解决


    1.- Install last maintenance release of 28 September for VS2010.
    2.- Open VS2012 and create new project .Net framework 4.5
    3.- Add TeeChart.dll in the reference folder
    4.- Build the project and run it.

    如果将Teechart加入Toolbox 可以如下解决

    1.- Create a new tab in the ToolBox named, e.g: TeeChart.
    2.-Click with right button in new tab TeeChart of ToolBox and select Choose Items
    3.- In tab .Net Framework components click browse button and select the TeeChart.dll of the path in you installed it, e.g: 
    "C:Program FilesSteema SoftwareSteema TeeChart for .NET 2012 4.1.2012.09280 et40x86TeeChart.dll"
    4.- Click Ok.

    关于TeeChart能否在.net 4.5工作  官网如下回答

    You can use until we don't publish the TeeChart.dll for .Net Framework 4.5, the Teechart.dll for .Net Framework 4.0. The TeeChart.dll of VS2010 is compatible with VS2012 and .Net Framework 4.5 and should work without problems.

  • 相关阅读:
    微信开发 接口测试
    微信开发 消息接口
    java微信学习 接入
    排序算法 java实现2
    排序算法 java实现
    第一篇博客
    Android——反编译持续完善
    Android——实用小技巧
    Android——网络编程
    Android——服务
  • 原文地址:https://www.cnblogs.com/yunbo/p/4038375.html
Copyright © 2011-2022 走看看