G
Guest
I have a VS2003 WinForms app with a main project called "Desktop". It
references a DLL I've also created called "DataTransfer".
When setting up the references of Desktop I specifically chose the
DataTransfer.dll file WITHIN DataTransfer\bin\Debug
When I run the project, everything works fine and I can step through the
code of DataTransfer (which runs in a different thread by the way).
But then later on and definitely after a Rebuild the reference gets changed
to point to the DataTransfer.dll in Desktop\bin\Debug. The app still runs
but I can no longer step through the code in DataTransfer.
Why is this happening and how I can prevent it?
references a DLL I've also created called "DataTransfer".
When setting up the references of Desktop I specifically chose the
DataTransfer.dll file WITHIN DataTransfer\bin\Debug
When I run the project, everything works fine and I can step through the
code of DataTransfer (which runs in a different thread by the way).
But then later on and definitely after a Rebuild the reference gets changed
to point to the DataTransfer.dll in Desktop\bin\Debug. The app still runs
but I can no longer step through the code in DataTransfer.
Why is this happening and how I can prevent it?
Sorry it's late.