D
DBM
I'm writing a relatively straight forward desktop CRUD application. The
design is a 4 layer model with individual layers decoupled by use of
interfaces and the source is under VSS control. As I've been debugging,
I've run into two issues that are causing me heartache.
The first issue is that when I write click on a pointer to another class
method to Go To Definition for that class or method, I'm sent to the class's
metadata. It also appears that after updating the actual class (add a
method or property), intellisence doesn't reflect the most recent changes,
the new method is not found and again I'm forwarded to the metadata.
The second issue is that when debugging, I get warnings on my breakpoints
indicating that the source code is different from the original version and I
need to set the properties on the breakpoint to allow the source code to be
different from the original version before the breakpoint will work.
Suggestions on either of these? Any help you could provide would be greatly
appreciated.
TIA
Brad
design is a 4 layer model with individual layers decoupled by use of
interfaces and the source is under VSS control. As I've been debugging,
I've run into two issues that are causing me heartache.
The first issue is that when I write click on a pointer to another class
method to Go To Definition for that class or method, I'm sent to the class's
metadata. It also appears that after updating the actual class (add a
method or property), intellisence doesn't reflect the most recent changes,
the new method is not found and again I'm forwarded to the metadata.
The second issue is that when debugging, I get warnings on my breakpoints
indicating that the source code is different from the original version and I
need to set the properties on the breakpoint to allow the source code to be
different from the original version before the breakpoint will work.
Suggestions on either of these? Any help you could provide would be greatly
appreciated.
TIA
Brad