Conflicting versions of ASP.NET Web Pages detected: specified version is “1.0.0.0”, but the version in bin is “2.0.0.0” in ASP.MET MVC 3

I had this issue after upgrading to VS 2013 Express Preview. Then I noticed there was a line in web.config that was: <add key=”webpages:Version” value=”1.0.0.0″ /> Changed it to the version of system.web.webpages.dll in my bin folder: <add key=”webpages:Version” value=”3.0.0.0″ /> …and the problem went away. (in your case I guess it’s 2.0.0.0.)

Razor Host Factory error

I resolved this issue by setting System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc Version to 5.2.0.0 and it worked, finally! Why 5.2.0.0? Same version as NuGet Microsoft ASP.NET project. So, the line in /Views/Web.Config should be: <host factoryType=”System.Web.Mvc.MvcWebRazorHostFactory, System.Web.Mvc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35″ />

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)