R
Russ
I have two programs with the same name but different name spaces.
i.e .
BusinessProcess.Provider
and
DataAccess.Provider
What happens when I debug remotely, is that the debugger will point to
the BusinessProcess.Provider instead of the DataAccess.Provider. I can
tell that its really executing DataAccess.Provider because of the line
numbers and the variables change values as if its executing
DataAccess.Provider. But, its still pointing to
BusinessProcess.Provider while debugging.
Anyone know how to make the CLR debugger point to the correct
namespace.program?
i.e .
BusinessProcess.Provider
and
DataAccess.Provider
What happens when I debug remotely, is that the debugger will point to
the BusinessProcess.Provider instead of the DataAccess.Provider. I can
tell that its really executing DataAccess.Provider because of the line
numbers and the variables change values as if its executing
DataAccess.Provider. But, its still pointing to
BusinessProcess.Provider while debugging.
Anyone know how to make the CLR debugger point to the correct
namespace.program?