MVC4 (Beta) + EF 4.3 + Azurehttp://forums.asp.net/t/1771257.aspx/1?MVC4+Beta+EF+4+3+AzureMon, 20 Feb 2012 02:52:26 -050017712574839741http://forums.asp.net/p/1771257/4839741.aspx/1?MVC4+Beta+EF+4+3+AzureMVC4 (Beta) + EF 4.3 + Azure <p>I've created the MVC4 (Beta) project (standard template). Then I've added the Cloud project and I was able to publish it to Azure environment - everything worked fine (publically).</p> <p>Then I've changed Entity Framewodk to 4.3 version via Nuget (Install-Package EntityFramework) - EF has been replaced, web.config has been updated automatically. The project worked fine locally, but after the change I wasn't able to publish it to Azure again. Azure log showed: &quot;... MVC4Test ... cycling&quot; and this step took more than half hour. A newest version of Entity Framework was the only change.</p> <p>Probably this problem relates to Azure&#43;EF, but maybe somebody solved it and can give me any advice.</p> <p>B.</p> <p>&nbsp;</p> 2012-02-19T14:33:23-05:004840113http://forums.asp.net/p/1771257/4840113.aspx/1?Re+MVC4+Beta+EF+4+3+AzureRe: MVC4 (Beta) + EF 4.3 + Azure <p>After changing the Entity Framework's version , the Azure roles got stuck , while it's working fine in local dev fabric. So, As the problem happens in Azure VM , not in the dev fabric, in that case , you can only troubleshoot in Azure VM, for that you need to have access in the Remote VM (If you have enabled that feature during deployments).</p> <p>Alternatively, if you have enabled Intellitrace during deployment, so then can find the Diagnostics &amp; trace logs .</p> <p>&nbsp;More on Intellitrace support on Windows Azure&nbsp;:</p> <p><a href="http://blogs.msdn.com/b/jnak/archive/2010/06/07/using-intellitrace-to-debug-windows-azure-cloud-services.aspx">http://blogs.msdn.com/b/jnak/archive/2010/06/07/using-intellitrace-to-debug-windows-azure-cloud-services.aspx</a></p> <p>&nbsp;</p> <p>Or in other way, you can always open up a support case&nbsp;with Azure dev support team :</p> <p><a href="https://support.microsoft.com/oas/default.aspx?gprid=14928&amp;st=1&amp;wfxredirect=1&amp;sd=gn">https://support.microsoft.com/oas/default.aspx?gprid=14928&amp;st=1&amp;wfxredirect=1&amp;sd=gn</a>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> <p>Thanks,</p> <p>Anindita</p> 2012-02-20T02:52:26-05:00