Assembly Binding Redirection and Code Analysis

前端 未结 4 505
天命终不由人
天命终不由人 2021-01-30 20:31

I\'m using DotNetOpenAuth (which references System.Web.Mvc version 1.0.0.0) in a Mvc 3.0.0.0 project in Visual Studio 2010.

I\'m using assembly binding redirection as fo

4条回答
  •  醉酒成梦
    2021-01-30 21:24

    Use this if you need to turn off Code Analysis.

    In Visual Studio 2012,

    1. Right click on your project and select "Properties" from the popup menu.
    2. Click on "Code Analysis" tab and uncheck "Enable Code Analysis on Build"

    Clean and Build. Code Analysis error should go away.

提交回复
热议问题