How do I Debug a .net DLL used by an Asp.net app?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?QW5keQ==?=

    How do I Debug a .net DLL used by an Asp.net app?

    Hi, I'm trying to debug an asp.net DLL from an asp.net app.
    I'm successfully calling (though not debugging) the dll from one page, and a
    call to the DLL fails on another page with
    Object reference not set to an instance of an object.

    Hence the need to debug.

    I've created the DLL in debug mode, and have coppied both the .DLL and the
    ..PDB files into the bin diectory of the asp.net app.
    I've go both the DLL project and asp.net app in the same solution, if that
    helps / hinders.

    What am I doing wrong?

    Many thanks.

    (Asp.net 1.1)
  • =?Utf-8?B?QW5keQ==?=

    #2
    RE: How do I Debug a .net DLL used by an Asp.net app?

    Working now.
    Wish I knew what I did - just refreshed (as I had done, though added a new
    interface)

    Comment

    Working...