Quantcast
Channel: ASP.NET AJAX + Ajax Control Toolkit (ACT)
Viewing all articles
Browse latest Browse all 5678

Can't build the AjaxControlToolkit from souce in Visual Studio 2012 (21 errors)

$
0
0

I recently downloaded the source for the ajaxcontroltoolkit from (http://ajaxcontroltoolkit.codeplex.com/SourceControl/latest#ReadMe.html).  I opened up the project (from AjaxControlTookit.sln) and made a few changes to the htmleditorextender.  The changes I made were to stop the removal of width, id, and class tags when encoding, but I do not think that the errors I am getting are related to this.

When I attempt to "build solution" I get the following errors:

Error 1 The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs
 7 17 AjaxControlToolkit
Error 2 The type or namespace name 'WindowsAzure' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs
 8 17 AjaxControlToolkit
Error 3 The type or namespace name 'CloudBlobClient' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\AjaxControlToolkit\AjaxFileUpload\Helpers\AjaxFileUploadAzureHelper.cs
 200 24 AjaxControlToolkit
Error 5 The type or namespace name 'Editor' does not exist in the namespace 'AjaxControlToolkit.HTMLEditor' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.Samples.cs
 5 52 V:\...\AjaxControlToolkitSampleSite\
Error 6 The type or namespace name 'ToolbarButton' does not exist in the namespace 'AjaxControlToolkit.HTMLEditor' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 25 37 V:\...\AjaxControlToolkitSampleSite\
Error 7 The type or namespace name 'RequiredScriptAttribute' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 33 6 V:\...\AjaxControlToolkitSampleSite\
Error 8 The type or namespace name 'RequiredScript' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 33 6 V:\...\AjaxControlToolkitSampleSite\
Error 9 The type or namespace name 'DesignModePopupImageButton' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 35 31 V:\...\AjaxControlToolkitSampleSite\
Error 10 The type or namespace name 'CascadingDropDownNameValue' does not exist in the namespace 'AjaxControlToolkit' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\CarsService.cs
 73 31 V:\...\AjaxControlToolkitSampleSite\
Error 11 The type or namespace name 'RequiredScriptAttribute' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 96 6 V:\...\AjaxControlToolkitSampleSite\
Error 12 The type or namespace name 'RequiredScript' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 96 6 V:\...\AjaxControlToolkitSampleSite\
Error 13 The type or namespace name 'MethodButton' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 98 31 V:\...\AjaxControlToolkitSampleSite\
Error 14 The type or namespace name 'Editor' does not exist in the namespace 'AjaxControlToolkit.HTMLEditor' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.Samples.cs
 115 60 V:\...\AjaxControlToolkitSampleSite\
Error 15 The type or namespace name 'Editor' does not exist in the namespace 'AjaxControlToolkit.HTMLEditor' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.Samples.cs
 122 67 V:\...\AjaxControlToolkitSampleSite\
Error 16 The type or namespace name 'RequiredScriptAttribute' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 130 6 V:\...\AjaxControlToolkitSampleSite\
Error 17 The type or namespace name 'RequiredScript' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 130 6 V:\...\AjaxControlToolkitSampleSite\
Error 18 The type or namespace name 'Popups' could not be found (are you missing a using directive or an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.CustomButtonsAndPopups.cs
 132 38 V:\...\AjaxControlToolkitSampleSite\
Error 19 The type or namespace name 'Editor' does not exist in the namespace 'AjaxControlToolkit.HTMLEditor' (are you missing an assembly reference?) V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\SampleWebSites\AjaxControlToolkitSampleSite\App_Code\HTMLEditor.Samples.cs
 133 74 V:\...\AjaxControlToolkitSampleSite\
Error 20 Metadata file 'V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\AjaxControlToolkit\bin\NET45\Debug\AjaxControlToolkit.dll' could not be found V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\Tests\UnitTests\CSC
 UnitTests
Error 21 Metadata file 'V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\AjaxControlToolkit\bin\NET45\Debug\AjaxControlToolkit.dll' could not be found V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\Tests\BackwardCompatibilityTests\CSC
 AjaxControlToolkit.BackwardCompatibilityTests
Error 22 Metadata file 'V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\AjaxControlToolkit\bin\NET45\Debug\AjaxControlToolkit.dll' could not be found V:\Backup\Company Volume\Clients\AmeriWealth\Development Projects\Sites\ajaxcontroltoolkitsource\Server\Tests\AjaxControlToolkitTests\CSC
 AjaxControlToolkit.Tests

Like I said, I really don't believe that the few changes I made are causing these errors.  The rest of the toolkit is untouched, but I cannot build.  I looked through the frequently asked questions and tried to search for these issues and am coming up short.  Perhaps there is something else that I need to install?




Viewing all articles
Browse latest Browse all 5678

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>