惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
有赞技术团队
有赞技术团队
宝玉的分享
宝玉的分享
雷峰网
雷峰网
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
大猫的无限游戏
大猫的无限游戏
博客园 - 司徒正美
D
Docker
T
The Blog of Author Tim Ferriss
罗磊的独立博客
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
J
Java Code Geeks
Jina AI
Jina AI
博客园 - 【当耐特】
C
Check Point Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
腾讯CDC
Last Week in AI
Last Week in AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
V
Visual Studio Blog

博客园 - yunbo

转:VB.NET Office操作之Word VB.net中合并word中的表格 如何在VB.net中建立word文档 转发:VB程序操作word表格(文字、图片) [转载]国外期刊投稿、审稿过程以及常用术语 vb的一些常用算法代码 ansys划分网格后,改变单元材料属性的方法 .net2003出现无法启动调试 没有正确安装调试器 - yunbo - 博客园 [转] 朋友看看吧,加强警惕性 win7 下安装 adams VB.net对UG进行二次开发及实例 不可以不学的保命驾驶技巧(转) 转载--国外博士后申请 申请国外博士后的三个途径 VBA自定义菜单和菜单栏 VBA控制菜单栏上的菜单(如页面设置、打印) - yunbo - 博客园 VAB删除Word多余空行 三亚自由人攻略.2009最新 电脑开机自检很慢,如何解决?
在vs2012中使用TeeChart空间
yunbo · 2014-10-20 · via 博客园 - yunbo

 

今天下了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 Files\Steema Software\Steema TeeChart for .NET 2012 4.1.2012.09280\net40\x86\TeeChart.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.