J
jdwix
I have been developing in VB6 for several years and have become
accustomed to loading whatever VB projects I need to debug into a
group and having the ability to step through the code and make changes
on the fly. If the change happens to break compatibility, it currently
doesn't matter because the build process rebuilds every component in
the application. This has worked out for us because of the way we
deploy the application.
Now, finally, we are moving to Visual Studio.Net and I am sure things
have changed with how the developer loads and debugs his code. I am
looking for suggestions on what are the best practices for loading and
debugging several related projects into a solution and not having to
change references to suit whatever the situation is at the time. Is
changing references just something that has to be done now or is there
a better way?
Thanks in advance for any suggestions.
accustomed to loading whatever VB projects I need to debug into a
group and having the ability to step through the code and make changes
on the fly. If the change happens to break compatibility, it currently
doesn't matter because the build process rebuilds every component in
the application. This has worked out for us because of the way we
deploy the application.
Now, finally, we are moving to Visual Studio.Net and I am sure things
have changed with how the developer loads and debugs his code. I am
looking for suggestions on what are the best practices for loading and
debugging several related projects into a solution and not having to
change references to suit whatever the situation is at the time. Is
changing references just something that has to be done now or is there
a better way?
Thanks in advance for any suggestions.