Allowing connection to .NET COM server with mismatching integrity level

前端 未结 2 1834
野性不改
野性不改 2021-02-06 20:53

I\'m having an issue with a COM based client-server setup. The COM server is written in C# (.NET 4.0) and runs as a (registered) local server.

Depending on which applica

相关标签:
2条回答
  • 2021-02-06 21:15

    According to Windows Vista Security Model Analysis you will need to use shared objects such as a named pipe to go between the different IL. Also, the shared object should have an IL equivalent to your lowest IL being used.

    0 讨论(0)
  • 2021-02-06 21:23

    you have to Set Debug option to Any cpu in VS.

    0 讨论(0)
提交回复
热议问题