Microsoft.WindowsAzure.ServiceRuntime requires "CopyLocal" = true in SDK 1.7?

Answered Microsoft.WindowsAzure.ServiceRuntime requires "CopyLocal" = true in SDK 1.7?

  • 21 июня 2012 г. 18:37
     
     
    I had to change "CopyLocal" to "true" for Microsoft.WindowsAzure.ServiceRuntime.  Otherwise, my role would never leave the "Busy" state (it eventually failed completely.  After using IntelliTrace, I saw it was saying it could not find this file).  I find this particularly odd, because I recall reading that you did NOT have to do this for this file since it was the main runtime.  Also, when you create a blank cloud project in Azure, it sets this to "false."  Is this a breaking change that was introduced in SDK 1.7, or an anomaly in my configuration?

Все ответы

  • 22 июня 2012 г. 6:29
    Модератор
     
     Отвечено

    Hi,

    As far as i know, Azure SDK 1.7 does not requires Microsoft.WindowsAzure.ServiceRuntime reference's "CopyLocal" property must be "true", my test cloud application can be deployed success without "True" of "CopyLocal". Does your application works fine if true but failed if false?

    I suggest you check RoleEnvironmen.IsAvailable is true or false when application is running on cloud. And can you get any error message or trace message from Azure VM?

    BR,

    Arwind


    Please mark the replies as answers if they help or unmark if not. If you have any feedback about my replies, please contact msdnmg@microsoft.com Microsoft One Code Framework