R
RickN
My C# solution contains multiple projects. It references the business logic
solution which also contains multiple projects.
I have two strange (and probably related) problems.
1) The first application is throwing an error saying the referenced project
doesn't contain (a newly added) method. However, it does. When I debug it,
I examine the referenced dll and it clearly does contain the method.
2) When stepping through the debug process for another error, the debugger
is stepping through //marked out code as if it wasn't marked out.
Any suggestions as to what would be causing this strange behaviour.
Thanks,
Rick
solution which also contains multiple projects.
I have two strange (and probably related) problems.
1) The first application is throwing an error saying the referenced project
doesn't contain (a newly added) method. However, it does. When I debug it,
I examine the referenced dll and it clearly does contain the method.
2) When stepping through the debug process for another error, the debugger
is stepping through //marked out code as if it wasn't marked out.
Any suggestions as to what would be causing this strange behaviour.
Thanks,
Rick