How can you step thru component code

  • Thread starter Thread starter george r smith
  • Start date Start date
G

george r smith

If you have two separate solutions - componentLib and componentTest how can
you step
thru the code in componentLib while running componentTest in visual studio.
thanks
grs
 
George,

You will have to load the projects from both solutions into one solution
and then run the whole thing.

Hope this helps.
 
got it,
thanks
grs

Nicholas Paldino said:
George,

You will have to load the projects from both solutions into one solution
and then run the whole thing.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

george r smith said:
If you have two separate solutions - componentLib and componentTest how can
you step
thru the code in componentLib while running componentTest in visual studio.
thanks
grs
 
Back
Top