Search

Warning generated for default ASP.NET MVC 4 project by Rob Prouse

Closed
as Duplicate Help for as Duplicate

11
0
Sign in
to vote
Type: Bug
ID: 733213
Opened: 3/25/2012 12:51:15 PM
Access Restriction: Public
Moderator Decision: Sent to Engineering Team for consideration
1
Workaround(s)
6
User(s) can reproduce this bug
I created a C# ASP.NET MVC 4 Beta project using the razor view engine on VS11 beta. Without changing anything in the project, I get the following warning when building.

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1546,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly.
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling version

Visual Studio 11 Beta

Steps to reproduce

On a machine with VS2010 and VS11 installed, create a C# ASP.NET MVC 4 Beta project using the razor view engine. Make no changes to the project and compile.

Product Language

English

Operating System

Windows 7

Operating System Language

English

Actual results

C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(1546,5): warning MSB3247: Found conflicts between different versions of the same dependent assembly.

Expected results

No warning
File Attachments
0 attachments
Sign in to post a comment.
Posted by ZAiNT on 7/8/2012 at 3:53 PM
This is a dupe of which bug btw?
Posted by ZAiNT on 7/8/2012 at 3:52 PM
Same thing happens with a new default mvc4 project in Visual Studio 2012 RC.
Posted by MS-Moderator09 [Feedback Moderator] on 3/25/2012 at 10:13 PM
Thank you for submitting feedback on Visual Studio 11 and .NET Framework. Your issue has been routed to the appropriate VS development team for review. We will contact you if we require any additional information.
Posted by MS-Moderator01 on 3/25/2012 at 1:45 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.
Posted by Andy_Bfield on 3/30/2012 at 2:50 PM
I am not sure why this issue has been marked as "Resolved as Duplicate" with no reference to the issue that this is a duplicate of. In, any cast this Warning can be eliminated by manually editing the .csproj file for your project.

modify.......: <Reference Include="System.Net.Http">
to read ......: <Reference Include="System.Net.Http, Version=4.0.0.0">