Reporter |
![]() |
---|---|
Created | Jan 27, 2012 12:02:02 PM |
Updated | Jan 27, 2012 12:02:02 PM |
Priority | Normal |
Type | Bug |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Victor Kropp (victor.kropp) |
Subsystem | Unit Testing |
Affected versions | 6.1 |
Fixed in build | No Fixed in build |
Say I have two types with the same name N, but in different assemblies A and B, and assembly A is referenced by a binary reference and assembly B is referenced by a project reference (and yes, I know I shouldn't have this). When I run my tests I get an error and a stack trace. If some line in that stack trace points to A.N (binary reference) the textual reference (i.e. the namespace, type and member names) will be printed correctly, but when I click the link that points to that line I will be taken to the same line number in B.N (project reference).