Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Brad, I downloaded the code and just unpacked the zip to D:\boxoffice_mobile (a local drive partition). Then I started VisualStudio 2008 and opened the solution file. I get a warning message that the project is not loaded from a trusted location (<a href="http://msdn.microsoft.com/en-us/library/bs2bkwxc%28v=vs.80%29.aspx" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/bs2bkwxc%28v=vs.80%29.aspx</a>). As I do not use a network drive, I ignored the warning two times and the projects load all fine.</p> <p>BTW: I found a great tool to manage these 'security' warnings: <a href="http://blog.codingoutloud.com/2010/03/05/the-project-location-is-not-trusted-dealing-with-the-dreaded-unblock/" rel="nofollow noreferrer">http://blog.codingoutloud.com/2010/03/05/the-project-location-is-not-trusted-dealing-with-the-dreaded-unblock/</a>. The message had nothing to do with a remote file access.</p> <p>Then I just looked at the solution configuration to ensure that only the needed projects are build and did no change, as only BoxOfficeMobile and WebserviceTest are set to build and only BoxOfficeMobile is set to deploy.</p> <p>Then closed solution configuration manager and just pressed F5 to start debugging to see what happens.</p> <p>The startup project BoxOfficeMobile was build and deployed to "Windows Mobile 6.5.3 Professional Emulator". The emulator started and the files were deployed and the project was stopped by a breakpoint inside the code:</p> <p><img src="https://i.stack.imgur.com/atPSc.jpg" alt="enter image description here"></p> <p>Here is another screen shot with the emulator set to 'Display: Always on top':</p> <p><img src="https://i.stack.imgur.com/Won6O.jpg" alt="enter image description here"></p> <p>So, as you can see, the project is fine and the debug issue on your site is caused by a different setup.</p> <p>Do you load the project from a network drive share? Try moving it to a local drive and run it from there.</p> <p>Did you change Device settings in the VS2008 Tools:Options menu? Here is my setup (as coming as default, I did not change anything):</p> <p><img src="https://i.stack.imgur.com/zfWAD.jpg" alt="Tools:Options:Device Tools"></p> <p>and the details:</p> <p><img src="https://i.stack.imgur.com/ui9Xd.jpg" alt="Device Properties"></p> <p>The additional settings available via the buttons are empty (Configure) or unchanged (Emulator Options).</p> <p>I am very interested in seeing what you changed to be not able to debug the project.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload