Reporter | Drew Noakes (drewnoakes) |
---|---|
Created | Mar 5, 2011 8:00:12 PM |
Updated | Jan 25, 2012 7:13:07 PM |
Resolved | Jan 25, 2012 1:43:05 PM |
Priority | Critical |
Type | Bug |
Fix versions | 6.1 |
State | Fixed |
Assignee | Sergey Coox (coox) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | 6.5.1.3403 |
In the attached screenshot I'm given three options that are identical.
In fact, it doesn't seem to matter which I choose, it's the same result.
Moreover, why are there three? I am referencing System.Web.Mvc version 3, and am using a library that references version 1, though have config to redirect:
In fact, it doesn't seem to matter which I choose, it's the same result.
Moreover, why are there three? I am referencing System.Web.Mvc version 3, and am using a library that references version 1, though have config to redirect:
<runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" /> <bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="3.0.0.0" /> </dependentAssembly> </assemblyBinding> </runtime>