You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating project 'SitefinityReloaded.Web'
package 'Telerik.Sitefinity.All' version '13.3.7633'
upgrading from '12.2.7232' to '13.3.7633'
Update-Package : Unable to find a version of 'AjaxControlToolkit' that is compatible with 'Progress.Sitefinity
14.0.7700 constraint: AjaxControlToolkit (= 3.0.20820)'.
At line:1 char:1
+ Update-Package -Id Telerik.Sitefinity.All -ProjectName "SitefinityRel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Update-Package], Exception
+ FullyQualifiedErrorId :
NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand
Update-Package : Unable to find a version of 'AjaxControlToolkit' that is compatible with 'Progress.Sitefinity 14.0.7700 constraint: AjaxControlToolkit (= 3.0.20820)'.
At line:1 char:1
+ Update-Package -Id Telerik.Sitefinity.All -ProjectName "SitefinityRel ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Update-Package], Exception
+ FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PackageManagement.PowerShellCmdlets.UpdatePackageCommand
PS>TerminatingError(Updater.ps1): "The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop:
Error occured while upgrading Telerik.Sitefinity.All. The error was: Unable to find a version of 'AjaxControlToolkit' that is compatible with 'Progress.Sitefinity 14.0.7700 constraint: AjaxControlToolkit (= 3.0.20820)'."
Things I've tried so far without any success:
Cleared NuGet cache
Grabbed the latest copy of CLI tool
Re-cloned repo
Other projects within the solution that are referencing sitefinity nuget packages do get upgraded successfully but it fails as soon as it tries upgrading our .Web project which is our sitefinity webapp that has the Telerik.Sitefinity.All package.
It looks like the author of the AjaxControlToolkit has removed v3 from the NuGet feed but it does exist in Sitefinity's NuGet feed but the CLI is prioritizing the NuGet feed over Sitefinity's feed even though Sitefinity feed is first:
When the the CLI opens visual studio and executed the upgrade powershell the nuget config for is the one that controls the priority of the package sources. You can check in it to see if nuget.sitefinity.com is on top
Error message from upgrade.log:
Things I've tried so far without any success:
Other projects within the solution that are referencing sitefinity nuget packages do get upgraded successfully but it fails as soon as it tries upgrading our .Web project which is our sitefinity webapp that has the Telerik.Sitefinity.All package.
It looks like the author of the AjaxControlToolkit has removed v3 from the NuGet feed but it does exist in Sitefinity's NuGet feed but the CLI is prioritizing the NuGet feed over Sitefinity's feed even though Sitefinity feed is first:
The text was updated successfully, but these errors were encountered: