Unanswered Publish Error HTTP Version not supported

  • Tuesday, September 06, 2011 11:32 PM
     
      Has Code

    Trying to publish to Azure it get Error "An unknown error occurred while attempting to deploy the published package to Windows Azure." and on the next line it says "HTTP Version not supported"

    <PublishAzurePackage Package="$(_AzurePackageOutputPath)"
                                 ApplicationName="$(ApplicationName)"
                                 SubscriptionId="$(AzureSubscriptionId)"
                                 ManagementThumbprint="$(AzureManagementThumbprint)"
                                 HostedServiceName="$(AzureHostedService)"
                                 HostedServiceLabel="$(AzureHostedServiceLabel)"
                                 StorageServiceName="$(AzureStorageService)"
                                 ServiceConfigurationFile="$(_BuiltServiceConfigurationFile_FullPath)"/>
    


    I have applied the GDR Patch http://www.microsoft.com/download/en/details.aspx?id=27221 and still get the same error, I am using some  custom controls made from Telerik Rad RichTextBox.

    Any idea what might be causing this...

All Replies

  • Tuesday, November 15, 2011 11:07 AM
     
     
    I got the same error and I also installed KB2603917
    -- Misi