asp.net mvc 4 - How do I fix Azure Websites to stop confusing .Net Framework 4.5 with 4? -
i using visual studio 2012 publish simple asp.net mvc 4 project using continuous publishing in tfs online , getting error:
1 error(s), 0 warning(s) exception message: application pool trying use has 'managedruntimeversion' property set 'v4.0'. application requires 'v4.5'. learn more at: http://go.microsoft.com/fwlink/?linkid=221672#error_apppool_version_mismatch. (type deploymentdetailedexception)
add project:
<ignoredeploymanagedruntimeversion>true</ignoredeploymanagedruntimeversion>
Comments
Post a Comment