Matt
Matt

Reputation: 26971

Determining where ambiguous reference is coming from

I need help determining where 'ambiguous reference' is coming from. When I look at my project, there is no version 3.6.0.1 referenced (directly anyways). Is there a tool to see how it finds this version so I can resolve this issue?

enter image description here

When I right click and pick go to definition I get

enter image description here

Is there a way to tell how each version is associated with this current project? In references, only 3.6.0.0 is referenced. Could this be a VS or resharper6 cache bug?

Upvotes: 0

Views: 1053

Answers (1)

competent_tech
competent_tech

Reputation: 44931

I've had this issue occur when old DLLs are left in the bin directory. Either clean the project or go into the directories in windows explorer and manually remove all files, then rebuild.

Upvotes: 2

Related Questions