当前设置:
- 站点核心 9.1
- TDS TDS 5.8.0.6
我创建了一个 TDS 项目来连接到 sitecore 实例,并且我正在尝试获取所有 sitecore 项目。我收到以下异常消息:
Exception OnPropertyChanged must be called on the UI thread. (COMException):
at Microsoft.VisualStudio.Shell.ThreadHelper.ThrowIfNotOnUIThread(String callerMemberName)
at Microsoft.VisualStudio.Platform.WindowManagement.OrderableProject.OnPropertyChanged(UInt32 itemid, Int32 propid, UInt32 flags)
at Microsoft.VisualStudio.Project.HierarchyNode.ReDraw(UIHierarchyElement element)
at HedgehogDevelopment.SitecoreProject.VSIP.SitecoreItemNode.RefreshItemInProject()
at HedgehogDevelopment.SitecoreProject.VSIP.SitecoreItemNode.RefreshSitecoreInfo(String sitecoreItemPath)
at HedgehogDevelopment.SitecoreProject.VSIP.SitecoreItemNode.RefreshSitecoreInfo()
at HedgehogDevelopment.SitecoreProject.VSIP.Dialogs.GetItemStatus.GetItem(CheckedSitecoreItem item, Dictionary`2 createdNodes)
at HedgehogDevelopment.SitecoreProject.VSIP.Dialogs.GetItemStatus.GetItemsWorker()