我正在尝试在visual studio 2019预览上运行扩展,我遇到了以下错误。
- System.AggregateException:项目系统数据流'DynamicOrderPrecedenceDataSourceImporter`3:54884337'由于异常而关闭:System.AggregateException:发生了一个或多个错误。 ---> System.AggregateException:发生一个或多个错误。 ---> System.AggregateException:发生一个或多个错误。 ---> System.AggregateException:发生一个或多个错误。 ---> Microsoft.VisualStudio.Composition.CompositionFailedException:初始化部分“A类”时抛出异常。 ---> System.MissingMethodException:找不到方法:'Microsoft.VisualStudio.ProjectSystem.IConfiguredProjectServicesMicrosoft.VisualStudio.ProjectSystem.ConfiguredProject.get_Services()'。
- System.AggregateException:发生一个或多个错误。 ---> Microsoft.VisualStudio.Composition.CompositionFailedException:初始化部分“B类”时抛出异常。 ---> System.MissingMethodException:找不到方法:'Microsoft.VisualStudio.ProjectSystem.IUnconfiguredProjectServicesMicrosoft.VisualStudio.ProjectSystem.UnconfiguredProject.get_Services()'。
请帮助解决上述错误
问候,