3

I have a y.vbg with 3 projects in it.

x1.vbp *StartUp Project x2.vbp x3.vbp

x1.vbp reference x2.dll and x3.dll. When I put a break point in x1.vbp and try to step into a function in x2, I cannot.

Any tips and tricks will help.

user3067752
  • 103
  • 1
  • 8

1 Answers1

5

The answer was in Naresh's question. -Thanks Naresh.

I changed x2.vbp's component "Version Compatibility" to "Binary Compatibility and now I can step into and break points are hitting. To do this, go to the project's property.

user3067752
  • 103
  • 1
  • 8