assemblybinding - ASP.NET MVC 2: Why does my app reference both versions (1 and 2)? -


i opened dll asp.net mvc 2 project of mine in reflector, , noticed there 2 references system.web.mvc - 1 version 1.0.0.0, , 1 2.0.0.0. don't seem references v1 anywhere in csproj file, nor in web.config file, when try run app error could not load file or assembly 'system.web.mvc, version=1.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies.

where dependency on v1 coming from?

you have indirect reference v1 through different assembly.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -