I know How to debug application by runing in debug mode.
I also know how to debug a native application which is installed on a device or emulator by the help of attaching the process.
But how can I debug a manage[C#] installed application.
Please help me
I am installing the application by the help of cab file

How to debug installed C# [managed] application.
d kretz
Please refer to http://blogs.msdn.com/davidklinems/archive/2005/05/26/422338.aspx
Thanks, Manish
Kendal
where you want to debug the app. on device or on emulator The difference is that you must choose the target device! Open the project and start debugger (F5). The project must be executable .
DiZASTiX
Ryan F
Currently i am using emulator.
I don't want's start debugger by F5.I wants a attach to process approach.I have done it for the native application but not know how to do it for manged application.I am sure it will be done but currently don't know how to do it.Please could any body have done it then help me