How to create a manifest in C# vs project to limit the mstscax.dll search path of AxInterop.MSTSCLib?

261 Views Asked by At

My C# rdp client use AxInterop.MSTSCLib ActiveX in a Form. I want to package mstscax.dll together with my application. Microsoft has dll redirection and side-by-side tech to resolve dll hell problem. I have tried dll redirection by creating a RDPClient.exe.local file but no effect. I have found some examples of manifest but they're all used in c++ projects. How to create a manifest in C# vs2019 project to limit the mstscax.dll search path of AxInterop.MSTSCLib?

0

There are 0 best solutions below