简体   繁体   English

C#使用IL数值在3d中绘图

[英]C# Using ILnumerics to plot in 3d

I have been trying for hours now to get ILNumerics to work in visual studio(c#) and my question is: 我已经尝试了几个小时才能让ILNumerics在Visual Studio(c#)中工作,我的问题是:

How do I install the plugin so I can use it's features? 如何安装插件,以便可以使用它的功能?

With Visual Studio 2017 the way extensions are handled has changed. 使用Visual Studio 2017更改了扩展处理方式。 It is no longer possible to have a single extension supporting all versions of Visual Studio, including 2010,2012,2013,2015 and 2017. Therefore, we decided to drop VS2010 support with the next major version. 不再有单个扩展支持Visual Studio的所有版本,包括2010、2012、2013、2015和2017。因此,我们决定在下一个主要版本中放弃VS2010支持。 Until this is released, the extension must be installed into VS2017 by an additional manual installation step. 在此版本发布之前,必须通过其他手动安装步骤将扩展安装到VS2017中。

After installing the ILNumerics download package go into the installation folder. 安装ILNumerics下载软件包后,进入安装文件夹。 Commonly this is found under: C:\\Program Files (x86)\\ILNumerics\\ILNumerics Ultimate VS\\bin . 通常可以在以下位置找到它: C:\\Program Files (x86)\\ILNumerics\\ILNumerics Ultimate VS\\bin In the bin folder double click the ILNumerics.VSExtension.vsix file. bin文件夹中,双击ILNumerics.VSExtension.vsix文件。 This starts the VS extension installer. 这将启动VS扩展安装程序。 Just follow the instructions to install ILNumerics into VS2017. 只需按照说明将ILNumerics安装到VS2017中即可。 There will be a security related warning along the way which you can ignore. 您将忽略所有与安全相关的警告。

More info is found in this blog post . 在此博客文章中找到更多信息。 Scroll down to the section "Visual Studio 2017 Compatibility". 向下滚动到“ Visual Studio 2017兼容性”部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM