.Net 2.0 和 .Net 4.0 应用程序之间的通信
我有一个在 .Net 2.0 中开发的应用程序(STA EXE),它提供了一些钩子,以便可以编写插件。我计划在.Net 4.0中编写一个插件,它将是一个dll。请让我知道在这两个应用程序之间进行双向通信的最佳方法是什么。
I have an application (an STA EXE) which is developed in .Net 2.0 has the provided some hooks so that one can write plug-ins. I planned to write a plug-in in .Net 4.0, which will be a dll. Please let me know what is the best way to do two way communication between these two application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定您如何在彼此之间引用项目,但您可能会遇到此错误:
“useLegacyV2RuntimeActivationPolicy”在 .NET 4 配置中起什么作用?
I'm not sure how you're referencing the projects between each other, but you may run into this error:
What does ‘useLegacyV2RuntimeActivationPolicy’ do in the .NET 4 config?