海洋2010.1与VS2010

发布于 2024-12-06 17:34:32 字数 115 浏览 1 评论 0原文

我可以使用 Ocean for petrel 2010.1 和 VS.2010 来编写 petrel 插件吗?

我问这个问题是因为我需要使用 .NET 4.0 上的一些特定功能。

谢谢

Can I use Ocean for petrel 2010.1 with VS.2010 to write petrel plug ins?

I ask because I need to use some specific features on the .NET 4.0.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

淡莣 2024-12-13 17:34:32

Ocean SDK for Petrel 2011.1 附带的向导实际上可以与 Visual Studio 2010 以及 Visual Studio 2008 配合使用。您可以在插件中利用 .NET 3.5 和 .NET 4.0 功能,但这取决于 Petrel 的版本您的目标是需要确保依赖的 .NET 程序集在运行时可用于您的插件。

The wizard that comes with the Ocean SDK for Petrel 2011.1 actually works with Visual Studio 2010 as well as Visual Studio 2008. You can take advantage of .NET 3.5 and .NET 4.0 features in your plug-in, but depending on which version of Petrel you are targeting you need to make sure the dependent .NET assemblies are available for your plug-in at runtime.

梦醒灬来后我 2024-12-13 17:34:32

如果不需要向导来生成 Ocean 存根代码,可以使用 VS 2010。

Petrel 2010 使用 .Net 2.0。这意味着您最多可以使用 3.5 版的功能,但不能使用 4.0 版的功能。

有传言称 Petrel 2012 发布时可能会使用 .Net 4.0。

You can use VS 2010 if you do not need the Wizard to generate Ocean stub code.

Petrel 2010 uses .Net 2.0. This means you can use features up to 3.5, but not 4.0.

Rumor is that Petrel 2012 might use .Net 4.0 when it ships.

隱形的亼 2024-12-13 17:34:32

实际上您也可以使用向导。您只需将 VS Tools->Options... 中的 Projects 和 Items 模板位置更改为安装 Ocean 模板的适当位置。它应该类似于 C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates。默认情况下,它可能包含...文档和设置...的路径,这是错误的。

Actually you can use and wizards also. You just need to change Projects and Items templates location in VS Tools->Options... to appropriate location where your Ocean templates was installed. It should be like C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\ProjectTemplates. By default it may contain path to ...Documents and Settings.. which is wrong.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文