Link to home
Start Free TrialLog in
Avatar of mainrotor
mainrotor

asked on

I have two projects in my VB.Net application. i need help stepping through both projects as I try to debug

Hi Experts,
I am working on a VB.Net application.  I have 2 projects in my solution.  My main project references the second project, which is actually a dll.  I am trying to debug this thing, but eventhough I set break points in my in the project being referenced (i.e. the dll), the debug won't hit those break points.  What can I do to get this to work.

Thank you in advance,
mrotor
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Are you absolutely sure you're actually refencing the project and not the dll that is built from the project (/bin folder).
Avatar of mainrotor
mainrotor

ASKER

I think I am.
ASKER CERTIFIED SOLUTION
Avatar of Chris Stanyon
Chris Stanyon
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Chris, that worked!!!! Weird... I could have sworn I had done that many times before and didn't seem to work.  
Anyhow, it works now.  

Thanks a bunch.
mrotor