can't step into the code

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all
I have two projects in a solution. I have set my first
project as a reference in my second project. I am trying
to step into my first project's code from the second
project's code. for some reason, can't step in. Can you
suggest me a solution for this, thanks a lot.
 
Make sure the DLL is not in the global assembly cache or the IDE will find
it there first and execute it from the GAC and not your project.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top