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

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -