missing Axhost after using axImp.exe
- by user311130
Hey all,
I want to use to connect with RDP from c# code.
I have fpund a code_Guru code that does that but need AxMSTSCLib.dll as a reference. One of this dll member is Axhost.
I'm using the command axImp.exe to create a AxMSTSCLib.dll:
%%\aximp.exe %windir%\system32\mstscax.dll
But there is no Axhost (check the object browser through visual studio).
(here is my dll compared with the one which was donloaded from code-guru
http://drop.io/hidden/eopb4tphk8qekl/asset/bm8tZ2V0LW9jeC1qcGc%253D
http://drop.io/hidden/eopb4tphk8qekl/asset/Z2V0b2N4LTEtanBn
)
Anyone knows why? and how can I fix that? or where should i ask this ver specific question?
Regards,