locked
App's DLL Not Loading on Debug RRS feed

  • Question

  • While debugging a WinPhone app, I found that symbols weren't loading for my app's DLL, and further research showed that the DLL wasn't showing up at all in the Modules window during debug - it's like it (and a few other non-Microsoft DLLs) were simply not bothering to load.  Not just the Symbols, but the DLLs themselves.

    When I simply copy my code over to a new project (the project is small) everything works fine; all the DLLs load appropriately and I'm able to debug and set break points.  What I'd like to know is what might be causing these DLLs not to load.  I haven't done any "weird" tinkering with settings, and any restarting of the IDE or deletion of lib and bin folders haven't made any difference.

    Any tips or thoughts on this front?

    Thanks!
    • Moved by Mike Feng Monday, May 21, 2012 6:58 AM windows phone (From:.NET Base Class Library)
    Sunday, May 20, 2012 3:00 AM

Answers

  • Hi Developer,

    For Windows phone development, please refer to this forum: http://create.msdn.com 

    Thank you for your understanding and support.

    Best regards,


    Mike Feng
    MSDN Community Support | Feedback to us
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Proposed as answer by Mr. Wharty Thursday, May 31, 2012 12:28 AM
    • Marked as answer by Mr. Wharty Thursday, June 7, 2012 2:54 AM
    Monday, May 21, 2012 6:58 AM