Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在海洋门户收到的问题:
我收到以下错误。对于我代码中的所有PetrelSystem声明,我得到了同样的错误。我从新路径(Petrel 2012)添加了 Ocean.Core dll 文件,但这没有帮助:
当前上下文中不存在名称“PetrelSystem”
代码在 Ocean for Petrel 2011 上正确编译
静态类PetrelSystem是在Slb.Ocean.Petrel.Global.dll中定义的,而不是在 Core 中。核心适用于非 Petrel 的东西。确保包含所有库。
由于之前在 Slb.Ocean.Petrel.dll 中定义的一些类已迁移到 Slb.Ocean.Petrel.Global.dll,因此迁移到 2012 存在一点困难