Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I use an assemble to get a code for WP7 app use RDP protocol to connect to the PC and control it
It debug right but the problem it can't connect to any PC.
I know the code it right but I don't find any problem in the code
I am so confused, any help
I upload the sln project plz help
http://www.mediafire.com/?cqjlcaoh6jdoqag[^]
Posted
Updated 2-Apr-12 11:55am
v2
Comments
El_Codero 2-Apr-12 17:55pm    
[EDIT:No Bold needed]
El_Codero 2-Apr-12 17:58pm    
Unfortunately you'll get no answer. From nobody. And downloading something from somewhere is too insecure for me.Please clarify what's your real problem, what have you tried so far?Debugger?Exception?Google? With Regards
juste_3al_faza 2-Apr-12 18:00pm    
I will do a video and post it
juste_3al_faza 2-Apr-12 18:40pm    
http://www.youtube.com/watch?v=Hkn_rNLYjv8&feature=youtu.be
this is the video
NuttingCDEF 6-Apr-12 7:13am    
A few suggestions . . .

Can you connect to your RDP server using any other RDP client (not your WP7 app)?

Is Windows Firewall (or any other firewall) blocking inbound connections on the RDP port?

Are you using the standard RDP port? If not which port is configured?

Have you tried putting Wireshark on your RDP server to see if packets from the WP7 app are even reaching the server?

How do you connect to your RDP server? Over the internet? Is it behind a router / firewall? Do you need any port forwarding set up? 10.x.x.x is a private IP address, so shouldn't be directly reachable from the internet without some sort of forwarding from the public side of your router.

Can you add anything to your code to give you a more detailed error message?

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