In a Visual Studio 2012 MVC 4 project, all references I see are 4.0.0.0, not 4.5. Is that expected?
This is an old machine that has had all .NET versions (and corresponding VS versions) since VS 2008.
See screen grab:
In a Visual Studio 2012 MVC 4 project, all references I see are 4.0.0.0, not 4.5. Is that expected?
This is an old machine that has had all .NET versions (and corresponding VS versions) since VS 2008.
See screen grab:
.NET 4.5 is a replacement of .NET 4 and fully backwards compatible. To retain this property, the assembly versions had to remain at 4.0.
For a more in-depth explanation, see this answer and the blog posts it links to.
Installing Windows Visual Studio 2012 Update 4 did the trick for me .
I had to reference
System.Windows.Interactivity 4.5
in order to work with
Microsoft.Expression.Interactions 4.5