----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: LovedJohnySmith Message 3 in Discussion Sukh: Addition to Nishith entry, wondering the MS newsgroups I found this: (a) DbgProxy & Msvcmon are meant only for native applications. You don't need to start them for a VB.NET App. (b) To debug a VB.NET App, install the remote debugger, make sure you are a valid user, basically set up the machine as described in docs. (c) Now take your VB.NET App, you can copy it to the remote machine, run it there. (d) From your devenv machine, do Tools->Debug Processes (e) In the processes dialog that comes up, set Transport=default, machine name= your remote machine. (f) You should see all processes on your remote machine assuming your setup in (b) was ok. Just select your VB.NET App, and attach (g) Now you can set BP in your source on your local machine, and work with the app on the remote machine, the bp will be hit and you will be able to step through the code and basically do everything you do while local debugging. (c) Alternately, you can do this : copy the project to the remote machine (d) Share out the folder so your local machine can see it (give write access) (e) Open the project on the remote machine in devenv on your local machine (f) Set enable remote debugging=true, remote machine name=your remote machine (g) On the same page, set Debug mode = program, start application=exe path on the remote machine. (C:\temp\app\bin\debug\app.exe, where C:\... is where the app was copied on the remote machine). Similarly set working folder = folder of exe on remote machine. (h) Now if you start debugging, the app will launch and run on remote machine, while you debug it from the local machine. Thanks, Smith http://spaces.msn.com/members/johnysmith ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
