Consuming Python COM Server from .NET

前端 未结 2 1550
无人及你
无人及你 2020-12-08 18:08

I wanted to implement python com server using win32com extensions. Then consume the server from within the .NET. I used the following example to implement the com server and

2条回答
  •  北海茫月
    2020-12-08 18:22

    You need run Process Monitor on your C# Executable to track down the file that is not found.

提交回复
热议问题