When validating my solution against the Layer Diagram I get the following error.
TextSpans property not found at VbProvider.Initialize(IServiceProvider serviceProvider) at MiniVSIXProviderData.ActivateProvider(IServiceProvider serviceProvider) at DirectoryProviderLoader.InitializeProviders(IProviderData{} providersToActivate) at GraphCmdLibrary.Initialize()
at GraphCmdLibrary.Execute() at GraphCmdLibraryCmd.Run(String[] args) at Program.Main(String[] args)
I get the same error when tryign to generate dependencies. I am using VS 2010 Ultimate SP1 and received the error weather Feature Pack 2 was installed or not. Running GraphCmd.exe outside of VS 2010 also causes the error. If I select Retry
it opens VS 2010 as a debugger and after doing that at least once for every project in the solution it will generate the dependencies and validate the architecture.