trquth / autofac

Automatically exported from code.google.com/p/autofac
Other
0 stars 0 forks source link

Cannot build with MSBuild #470

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to build the whole solution using MSBuild
2.
3.

What is the expected output? What do you see instead?

Should compile. Instead I get:

[Csc] 
c:\TeamCity\buildAgent1\work\2f1ea61dcff192ff\Core\Source\Autofac.Integration.Mv
c\bin\Debug\Autofac.Integration.Mvc.dll error CS1705: Assembly 
'Autofac.Integration.Mvc, Version=3.0.0.0, Culture=neutral, 
PublicKeyToken=17863af14b0044da' uses 'System.Web.Mvc, Version=5.0.0.0, 
Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version 
than referenced assembly 'System.Web.Mvc, Version=4.0.0.0, Culture=neutral, 
PublicKeyToken=31bf3856ad364e35'

What version of Autofac are you using? On what version of .NET/Silverlight?

Latest from sources

Please provide any additional information below.

Original issue reported on code.google.com by dmitrinesteruk on 12 Nov 2013 at 3:07

GoogleCodeExporter commented 8 years ago

Original comment by travis.illig on 14 Nov 2013 at 4:29

GoogleCodeExporter commented 8 years ago
The cause for this appears to be that the example projects are not running the 
same packages (e.g., MVC version) as the Autofac libraries they demonstrate. I 
have updated the example projects and am running some final tests; I'll commit 
an update when it's fixed.

Original comment by travis.illig on 14 Nov 2013 at 5:51

GoogleCodeExporter commented 8 years ago
This issue was closed by revision fbbe9c7cbedc.

Original comment by travis.illig on 14 Nov 2013 at 5:57