使用環境
OS:Windows 11 Pro
使用ソフト:Visual Studio Professional 2022 LTSC 17.4
新しいプロジェクトの作成>コンソールアプリ(C++) でプロジェクトの作成後
ソリューションエクスプローラーを開いたところ、ソリューションエクスプローラーに以下のエラーが表示されてしまいます。
visualstudioをインストールしなおしても症状は変わらずです。
対応策を教えていただけないでしょうか?
以下は、ソリューションエクスプローラーに表示されるエラーとなります
例外により、ビューを作成できませんでした:
System.TypeLoadException: アセンブリ 'Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider, Version=17.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' から型 'Microsoft.VisualStudio.Shell.TreeNavigation.GraphProvider.NodeContainedByNodeProvider' を読み込めませんでした。
場所 System.Reflection.RuntimeModule.GetType(RuntimeModule module, String className, Boolean ignoreCase, Boolean throwOnError, ObjectHandleOnStack type)
場所 System.Reflection.RuntimeModule.GetType(String className, Boolean throwOnError, Boolean ignoreCase)
場所 Microsoft.VisualStudio.Composition.Reflection.TypeRef.get_ResolvedType()
場所 Microsoft.VisualStudio.Composition.Reflection.ResolverExtensions.Resolve(MethodRef methodRef)
場所 Microsoft.VisualStudio.Composition.Reflection.MemberRef.get_MemberInfo()
場所 Microsoft.VisualStudio.Composition.RuntimeExportProviderFactory.RuntimeExportProvider.RuntimePartLifecycleTracker.CreateValue()
場所 Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.Create()
場所 Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.MoveNext(PartLifecycleState nextState)
場所 Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.MoveToState(PartLifecycleState requiredState)
場所 Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.GetValueReadyToExpose()
場所 Microsoft.VisualStudio.Composition.RuntimeExportProviderFactory.RuntimeExportProvider.ConstructExportedValue(RuntimeImport import, RuntimeExport export, RuntimePartLifecycleTracker importingPartTracker, PartLifecycleTracker partLifecycle, ReportFaultCallback faultCallback)
場所 Microsoft.VisualStudio.Composition.RuntimeExportProviderFactory.RuntimeExportProvider.<>c__DisplayClass16_0.<GetExportedValue>b__1()
場所 Microsoft.VisualStudio.Composition.DelegateServices.<>c__DisplayClass2_0`1.<As>b__0()
場所 System.Lazy`1.CreateValue()
場所 System.Lazy`1.LazyInitValue()
場所 System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
場所 System.Linq.Buffer1..ctor(IEnumerable
1 source)
場所 System.Linq.Enumerable.ToArrayTSource
場所 Microsoft.VisualStudio.PlatformUI.AttachedCollectionService.OnCollectionSourceProvidersAdded(Object sender, LazyActivationAddedEventArgs`2 e)
場所 Microsoft.VisualStudio.PlatformUI.LazyActivationWrapper`2.ScanForNewApplicableComponents(ComponentScanReason scanReason)
場所 Microsoft.VisualStudio.PlatformUI.LazyActivationWrapper`2.<<EnsureComponents>b__25_0>d.MoveNext()
--- 直前に例外がスローされた場所からのスタック トレースの終わり ---
場所 System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
場所 System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
場所 Microsoft.VisualStudio.Threading.JoinableTask.CompleteOnCurrentThread()
場所 Microsoft.VisualStudio.PlatformUI.LazyActivationWrapper`2.EnsureComponents()
場所 Microsoft.VisualStudio.PlatformUI.LazyActivationWrapper`2.GetOrderedApplicableComponents()
場所 Microsoft.VisualStudio.PlatformUI.AttachedCollectionService.AggregateItemsSource(Object item, String relationshipName)
場所 Microsoft.VisualStudio.PlatformUI.AttachedCollectionService.GetOrCreateCollectionSource(Object item, String relationshipName)
場所 Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPane.HookShowSolutionNodeEvents(IVsHierarchyItem solution)
場所 Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPane.RefillNavigator(Boolean skipRestorePhase, Boolean isFirstLoad)