-
Debugging problem
I have added five projects to a group, and they are referenced in between and using classes from each other. I am trying to do debugging. It does not let me go into the source code for the class in the second project. It just alloes me to step into the code in the same project. Can I somehow, step into the code in the second project and debug.
Thanks,
-
Re: Debugging problem
I've seen this problem before when working with projects composed of many different components. It sounds like you have a compiled version of one of the components being referenced rather than the VBP file.
The best way of setting this up that I've found is to recreate your 'group' project file from scratch. Starting with the very first component (that doesn't reference any of the others), then adding the dependant projects in turn (making sure that each added project references the project and not a compiled dll/ocx) - I know it's a bit clunky, but it does work in the end.
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb