This repository has been archived by the owner on Oct 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Updating the Project from CI Builds
MikhailTymchukDX edited this page Aug 11, 2016
·
2 revisions
The AJAX Control Toolkit uses AppVeyor continuous integration system. Every time a new commit is pushed to the repository, automated tests are run and in case of success 4 archives are generated:
- AjaxControlToolkit-build-xxx.zip
- AjaxControlToolkit.HtmlEditor.Sanitizer-build-xxx.zip
- AjaxControlToolkit.StaticResources-build-xxx.zip
- AjaxControlToolkit.SampleSite-build-xxx.zip
where xxx is a build number.
You can use them to apply fixes to your project as soon as they are available, no need to wait for an official release. To do so, navigate to the artifacts page, download the archives and follow the instructions below to update your project.
- If any of the following NuGet packages are used, uninstall them:
- If no AJAX Control Toolkit NuGet packages are used, remove all AJAX Control Toolkit assembly references from the project.
- Extract DLL files from downloaded artifacts and reference them using the “Add Reference” dialog box
- If static resources are used in the project, perform these additional steps:
- Delete the “Content/AjaxControlToolkit” directory from the project.
- Delete the “Scripts/AjaxControlToolkit” directory from the project.
- Add “Content” and “Scripts” directories from the AjaxControlToolkit.StaticResources-build-xxx.zip archive to the project.
This content was moved from https://ajaxcontroltoolkit.codeplex.com/documentation to this Documentation wiki. This is now the authoritative location of the AJAX Control Toolkit documentation.
- Step-by-Step Installation Guide
- Upgrading from v7.x and below
- Uninstalling the AJAX Control Toolkit
- Troubleshooting Installer Issues
- Updating the Project from CI Builds
- How to Use Bundling and CDN
- Creating a Custom Localization
- Creating a Custom Control
- Design Standards
Controls:
- Accordion
- AjaxFileUpload
- AreaChart
- AsyncFileUpload
- BarChart
- BubbleChart
- ComboBox
- Editor (deprecated)
- Gravatar
- LineChart
- NoBot
- PieChart
- Rating
- ReorderList
- Seadragon
- TabContainer
- TabPanel
Extenders:
- AlwaysVisibleControl
- Animation
- AutoComplete
- BalloonPopup
- Calendar
- CascadingDropDown
- CollapsiblePanel
- ColorPicker
- ConfirmButton
- DragPanel
- DropDown
- DropShadow
- DynamicPopulate
- FilteredTextBox
- HoverMenu
- HtmlEditor
- ListSearch
- MaskedEdit
- MaskedEditValidator
- ModalPopup
- MultiHandleSlider
- MutuallyExclusiveCheckBox
- NumericUpDown
- PagingBulletedList
- PasswordStrength
- PopupControl
- ResizableControl
- RoundedCorners
- Slider
- SlideShow
- TextBoxWatermark
- ToggleButton
- UpdatePanelAnimation
- ValidatorCallout