Debug brings up disassembly window ?? ASP.net 1.1

Last post 07-06-2009 7:18 AM by akhhttar. 1 replies.

Sort Posts:

  • Debug brings up disassembly window ?? ASP.net 1.1

    07-06-2009, 3:38 AM
    • Member
      4 point Member
    • waghela2000
    • Member since 04-13-2009, 5:21 AM
    • Posts 10

    My app is losing a datarow session variable for some reason. When I debug, it steps thru normally, then brings up a disassembly window (for some reason), and begins stepping thru that. I'm sure this is somehow causing the variable-loss, but I don't understand what's going on. What could I do that would case this?

    Chetan
  • Re: Debug brings up disassembly window ?? ASP.net 1.1

    07-06-2009, 7:18 AM
    Answer
    • Contributor
      2,367 point Contributor
    • akhhttar
    • Member since 02-14-2007, 3:17 AM
    • Pakistan - Lahore
    • Posts 352

    Hi,

    It seems that your application is using some old/different code that you are not expecting to use. That's why you are not able step in particular method. It shows that you are expecting to execute something from your source code but it is executing some already compiled assembly.

    You should ensure that all project references are comming from your expected locations.


    Thank you

    Muhammad Akhtar Shiekh

    Lets resolve the problem together.

    Please remember to mark the appropriate replies as answer after your question is solved, thanks

    My Blog
Page 1 of 1 (2 items)