Skip to content

Instantly share code, notes, and snippets.

@GraemeF
Created December 31, 2010 16:51
Show Gist options
  • Save GraemeF/761145 to your computer and use it in GitHub Desktop.
Save GraemeF/761145 to your computer and use it in GitHub Desktop.
NuGet error
---------------------------
Microsoft Visual Studio
---------------------------
The composition produced a single composition error. The root cause is provided below. Review the CompositionException.Errors property for more detailed information.
1) The element 'metadata' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd' has invalid child element 'created' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'. List of possible elements expected: 'iconUrl, dependencies, licenseUrl, projectUrl, title, tags, summary, owners' in namespace 'http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd'.
Resulting in: An exception occurred while trying to create an instance of type 'NuGet.Dialog.PackageManagerUI.PackageManagerWindow'.
Resulting in: Cannot activate part 'NuGet.Dialog.PackageManagerUI.PackageManagerWindow'.
Element: NuGet.Dialog.PackageManagerUI.PackageManagerWindow --> NuGet.Dialog.PackageManagerUI.PackageManagerWindow --> AssemblyCatalog (Assembly="NuGet.Dialog, Version=1.0.11217.102, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
Resulting in: Cannot get export 'NuGet.Dialog.PackageManagerUI.PackageManagerWindow (ContractName="NuGet.Dialog.PackageManagerUI.PackageManagerWindow")' from part 'NuGet.Dialog.PackageManagerUI.PackageManagerWindow'.
Element: NuGet.Dialog.PackageManagerUI.PackageManagerWindow (ContractName="NuGet.Dialog.PackageManagerUI.PackageManagerWindow") --> NuGet.Dialog.PackageManagerUI.PackageManagerWindow --> AssemblyCatalog (Assembly="NuGet.Dialog, Version=1.0.11217.102, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")
---------------------------
OK
---------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment