Click here to Skip to main content
15,920,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey...
how can i connect to my vps with rdp protocol ? can i use tcp socket? then how can i pass from login form? i used microsoft terminal active client but when i am trying to make install wizard , i encountered with this error :
HTML
'mstscax.dll' should be excluded because its source file 'C:\Windows\SysWOW64\mstscax.dll' is under Windows System File Protection.


what should i do?

How can i connect to RDP protocol with sockets(tcp socket) and authrnticate? must use networkcredential or something else?

thanks all !
Posted
Updated 23-Apr-13 0:31am
v3
Comments
[no name] 20-Apr-13 11:20am    
If I were you, I would exclude mstscax.dll from my install because it is under "Windows System File Protection".
ali_heidari_ 20-Apr-13 12:36pm    
i know it... so wats solution to solve this issue?
[no name] 20-Apr-13 17:21pm    
If you know it, why are you asking? Which part of "exclude mstscax.dll from your install" is that you do not understand?
ali_heidari_ 20-Apr-13 17:25pm    
i need this compnent, give me a solution to keep it please! do not shout at me please!
[no name] 21-Apr-13 8:02am    
Who is shouting at you? You don't need to deploy it all. Just take it out of your installation. What is the difficulty?

1 solution

mstscax.dll is part of Windows 7 so you don't need to deploy it to other systems.
 
Share this answer
 
Comments
ali_heidari_ 21-Apr-13 6:37am    
so if i deploy, when my software installed on another computer, how add this reference to my software?
Mehdi Gholam 21-Apr-13 10:18am    
This is an ActiveX component so you need to create a import for c# to work, so you only need to deploy the imported type library, and this file will use the system dll in windows.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900