vote up 0 vote down star
1

Remote Debugging for .NET WPF Application via Visual Studio 2008 Remote Debugger can this be done ? I see native only in the options ? Any help please...

flag
Did you ever found this out? – Gustavo Cavalcanti Jun 9 at 22:49

1 Answer

vote up 1 vote down

Yes it can. You run the remote debugger on the client PC, you run VS2008 on your dev PC. You select "attach to process" and enter the remote server name in the filter box. You should then be able to select your application from the process list. (You obviously need to make sure that the list is showing managed process - this can be changed via an option on the dialog)

The fact it is a WPF app makes no difference, you can remote debug any .net app with visual studio as long as you have the correct source code and matching symbol files.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.