Hi.
I have intalled: Windows 7, Windows Azure SDK for .NET 2.2, VS2013 Ultimate Version 12.0.21005.1 REL.
I have downloaded with Git the last version of source code AjaxControlToolkit (Dic. 13, 2013).
With the project AjaxControlToolkit i have error reference with Microsoft.WindowsAzure.
I have removed and referenced again Microsoft.WindowsAzure: OK.
But when I have compiled the solution the errors refers to Microsoft.WindowsAzure (see below).
The project has .NET Framework 4.5, and I can´t setup .NET 4.0 (VS2013 hasn´t this .net Framework but the .NET Framework 4 Multi-Targeting Pack is installed).
_Error 1 The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 8 17 AjaxControlToolkit
Error 2 The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 9 17 AjaxControlToolkit
Error 3 The type or namespace name 'AjaxFileUploadBlobInfo' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 159 25 AjaxControlToolkit
Error 4 The type or namespace name 'AjaxFileUploadBlobInfo' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 176 87 AjaxControlToolkit
Error 5 The type or namespace name 'AjaxFileUploadBlobInfo' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 181 87 AjaxControlToolkit
Error 8 The type or namespace name 'CloudBlobClient' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 201 24 AjaxControlToolkit_
Thanks.
I have intalled: Windows 7, Windows Azure SDK for .NET 2.2, VS2013 Ultimate Version 12.0.21005.1 REL.
I have downloaded with Git the last version of source code AjaxControlToolkit (Dic. 13, 2013).
With the project AjaxControlToolkit i have error reference with Microsoft.WindowsAzure.
I have removed and referenced again Microsoft.WindowsAzure: OK.
But when I have compiled the solution the errors refers to Microsoft.WindowsAzure (see below).
The project has .NET Framework 4.5, and I can´t setup .NET 4.0 (VS2013 hasn´t this .net Framework but the .NET Framework 4 Multi-Targeting Pack is installed).
_Error 1 The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 8 17 AjaxControlToolkit
Error 2 The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 9 17 AjaxControlToolkit
Error 3 The type or namespace name 'AjaxFileUploadBlobInfo' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 159 25 AjaxControlToolkit
Error 4 The type or namespace name 'AjaxFileUploadBlobInfo' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 176 87 AjaxControlToolkit
Error 5 The type or namespace name 'AjaxFileUploadBlobInfo' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 181 87 AjaxControlToolkit
Error 8 The type or namespace name 'CloudBlobClient' could not be found (are you missing a using directive or an assembly reference?) C:\ajaxACTsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs 201 24 AjaxControlToolkit_
Thanks.