Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
Microsoft.WindowsAzure.ServiceRuntime requires "CopyLocal" = true in SDK 1.7?

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

  • quinta-feira, 21 de junho de 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?

Todas as Respostas

  • sexta-feira, 22 de junho de 2012 06:29
    Moderador
     
     Respondido

    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