Self-Hosted WCF Service for 32 bit dll access

馋奶兔 提交于 2019-12-06 13:17:34
ilansch

I did it in my project, we named the projects with _x64 or _x86, you can have both projects in same solution just change the build setting. we named it process isolation.
Make sure of the following:

  • what happens when parent process dies
  • what happens when child process dies
  • when does parent process knows child process is alive - start using the wcf..
  • you need the calls for x86 to be async ? then use the proper async pattern

you can get answers for these from my questions:

Verify Child Process WCF Service started: C# .net 3.5 inter process communication verify the child process has started ok

Close Hosted Process: best way to close hosted process

Project Reference Work-Around: Project reference work-around .net 4.5 and .net 3.5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!