Ask a questionAsk a question
 

AnswerVS 2005, Windows7 and Windows Mobile Center

  • Wednesday, November 04, 2009 7:31 AMpatti_nyl Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    HI

    how do I connect my windows mobile 6.0 with VS 2005, Windows7 and Windows Mobile Center?
    I want to debug.

    thanks in advance, Patrik
    • Moved byAndrew B Hall - MSFT Wednesday, November 04, 2009 9:39 PMBetter Fit (From:Visual Studio Debugger)
    •  

Answers

  • Wednesday, November 04, 2009 10:11 PMChristian Resma Helle Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Is it a smart device managed project? Do you mean an actual WM6 device or the emulator?


    For a C# / VB.NET project:

    Set your project to deploy to the device. If you want to deploy it to the emulator you need to either change the target platform to the platform that contains the emulator of your choice, or "cradle" your emulator and deploy the an actual device.
    • Marked As Answer bypatti_nyl Thursday, November 05, 2009 9:54 AM
    •  

All Replies

  • Wednesday, November 04, 2009 9:38 PMAndrew B Hall - MSFT Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Patrik, I'm going to move this thread to the "Windows Mobile Development" forum.
    Best Regards, Andrew Hall. Visual Studio Debugger.
  • Wednesday, November 04, 2009 10:11 PMChristian Resma Helle Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Is it a smart device managed project? Do you mean an actual WM6 device or the emulator?


    For a C# / VB.NET project:

    Set your project to deploy to the device. If you want to deploy it to the emulator you need to either change the target platform to the platform that contains the emulator of your choice, or "cradle" your emulator and deploy the an actual device.
    • Marked As Answer bypatti_nyl Thursday, November 05, 2009 9:54 AM
    •  
  • Thursday, November 05, 2009 9:54 AMpatti_nyl Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I got it working. I am using a real device, with both native and managed code....

    thanks