Debugging question.
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I have 3 Solutions programmed in C#. The first one is an assembly, a dll, that is used by applications in the other two Solutions. I'd like to know if there's a way to debug my applications and trace into the code of the dll without rearranging my Solutions (i.e. without moving my application projects into the first Solution). Thanks!
-
Hi, I have 3 Solutions programmed in C#. The first one is an assembly, a dll, that is used by applications in the other two Solutions. I'd like to know if there's a way to debug my applications and trace into the code of the dll without rearranging my Solutions (i.e. without moving my application projects into the first Solution). Thanks!