.net dll 在 PB 12 中不工作
我有一个 .net 项目,有两种方法。当我构建应用程序并将 dll 提供给 PowerBuilder 12 人员后,在项目中添加 dll 后,它没有显示方法。 如何构建 .net 项目以便所有方法在 PowerBuilder 12 中可见。
谢谢
I have a .net project with 2 methods. Once I build the application and give the dll to PowerBuilder 12 folks, after adding the dll in the project it is not showing the methods.
How do I build the .net project so that all the methods are visible in PowerBuilder 12.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我意识到这个问题很老了,但有相当多的观点,所以我会花时间回答它。
实际上只有三个主要要求。
有关使 PB.NET 方法在 .NET 中可用以及使 .NET 方法在 PB.NET 中可用的完整说明,您可以查看“在 PowerBuilder 中使用 .NET 汇编方法。 NET,反之亦然”
I realize this question is old but there are a fair number of views so I will take the time to answer it.
There are really only three main requirements.
For complete instructions on making PB.NET methods available in .NET and making .NET methods available in PB.NET you can check out "Using .NET Assembly Methods in PowerBuilder.NET and vice-versa"