Hi,
I have a solution containing 2 projects. 1 is a dll project. When stepping through project A (exe) into project B (dll) public property's no problem. However trying to put a break point in project B's functions It says that the breakpoint will not be hit because of no symbols etc. I have rebuilt project B and there is a pdb file along with the dll in the bin directory, but no breakpoint joy.
What do i need to do in order for project b's breakpoints to be hit. Also if i rebuild proj B do i have to remove the references to it in Porject A and re add them in ?
Help much appreciated.
I have a solution containing 2 projects. 1 is a dll project. When stepping through project A (exe) into project B (dll) public property's no problem. However trying to put a break point in project B's functions It says that the breakpoint will not be hit because of no symbols etc. I have rebuilt project B and there is a pdb file along with the dll in the bin directory, but no breakpoint joy.
What do i need to do in order for project b's breakpoints to be hit. Also if i rebuild proj B do i have to remove the references to it in Porject A and re add them in ?
Help much appreciated.