打开 TDS 解决方案时出错:检查许可证时发生'The operation has timed out'



我试图从learning@sitecore中提供的服装公司样本解决方案加载TDS解决方案,但当我试图加载它时,出现了一些错误消息。第一个是Sitecore TDS许可证无法验证

当我重新加载TDS项目时出现第二个错误。项目不支持错误。

我尝试过的事情:

  • 重新安装TDS
  • 重启Visual Studio和PC
  • Repair Visual Studio

Visual Studio的输出:

The error 'The operation has timed out' occured while checking your license.
This error occurs when Visual Studio is blocked from accessing the Sitecore license server.
Please contact developersupport@sitecore.com for more information on resolving this error.
Exception The operation has timed out (WebException):
at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
at System.Net.HttpWebRequest.GetRequestStream()
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Hedgehog.LicensingV3.Client.ProductInfo.ProductInfo.ValidateLicense(Byte[] profileBytes)
at Hedgehog.LicensingV3.Client.LicenseValidator.GetActivatedLicense(WorkstationProfile profile, Int32 serviceTimeoutSeconds, Boolean isMultiLicense)
at Hedgehog.LicensingV3.Client.LicenseValidator.ActivateLicense(ILicenseInfoStore licenseInfoStore, Int32 serviceTimeoutSeconds, Boolean contactServer)
at HedgehogDevelopment.SitecoreProject.VSIP.Licensing.TDSLicenseSupport.DownloadNewActivationKey(ILicenseKeyProvider licenseKeyProvider, ILicenseFailureLogger logger, Int32 serviceTimeoutSeconds, Boolean backgroundCheck)
The error 'The operation has timed out' occurred while checking your license.

把这个放在这里。找到解决办法了。只需要启动visual studio而不选择任何最近的项目。一旦visual studio启动,点击Continue without code,一切都应该正常工作。

相关内容

最新更新