Advertisement
Guest User

VS2013 Error Message

a guest
Sep 18th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\Philip\AppData\Roaming\Microsoft\VisualStudio\12.0\ActivityLog.xml".
  2.  
  3. Exception details:
  4. System.ComponentModel.Composition.ImportCardinalityMismatchException: No exports were found that match the constraint:
  5. ContractName Microsoft.VisualStudio.Shell.IVsHierarchyItemManager
  6. RequiredTypeIdentity Microsoft.VisualStudio.Shell.IVsHierarchyItemManager
  7. at System.ComponentModel.Composition.Hosting.ExportProvider.GetExports(ImportDefinition definition, AtomicComposition atomicComposition)
  8. at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportsCore(Type type, Type metadataViewType, String contractName, ImportCardinality cardinality)
  9. at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValueCore[T](String contractName, ImportCardinality cardinality)
  10. at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue[T](String contractName)
  11. at System.ComponentModel.Composition.Hosting.ExportProvider.GetExportedValue[T]()
  12. at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
  13. at Microsoft.VisualStudio.PlatformUI.HierarchyNavigatorPaneBase`1.get_HierarchyItemManager()
  14. at Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPane.InitializeHierarchyItemManagerEvents()
  15. at Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPane.RefillNavigator()
  16. at Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPane.OnToolWindowCreated()
  17. at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, ProvideToolWindowAttribute tool)
  18. at Microsoft.VisualStudio.Shell.Package.FindToolWindow(Type toolWindowType, Int32 id, Boolean create, ProvideToolWindowAttribute tool)
  19. at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowFactory.CreateToolWindow(Guid& toolWindowType, UInt32 id)
  20. at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement