Unable to debug in DLL

  • Thread starter Thread starter Vadim
  • Start date Start date
V

Vadim

Hi, everybody

I have ASP.NET Solution with two projects.
I made reference from main project to the
other project.

When application runs it debugs main project,
but cannot debug second project.

It executes its methods, but I cannot see what
is going on inside.

I removed reference, then added it again, check
all IIS debugging properties on my machine and
cannot find anything wrong.

The most interesting: it debugs Dll last week and
now the problem appears.

Any suggestion, please!

Vadim
 
Is that particular project being built as a debug project? Sometimes, a
project's config can inadvertantly get changed to Release, preventing you
from debugging that particular assembly.
 
Plz check u're pressing F10 or F11.
one key, won't go to function declaration.
one key, will go to function declaration also
 
Back
Top