Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Microsoft.VisualStudio.ExtensionManager.InvalidExtensionPackageException: The file is not a valid VSIX package. #6

Open
vvidov opened this issue Aug 30, 2017 · 0 comments

Comments

@vvidov
Copy link

vvidov commented Aug 30, 2017

Hello, I have build solution with VS2015. When I start it I have that error

30.08.2017 08:54:15 - Microsoft VSIX Installer
30.08.2017 08:54:15 - -------------------------------------------
......
30.08.2017 08:54:47 - PKGDEF Information: InitializeCache: Post initializing cache
30.08.2017 08:54:47 - PKGDEF Error: Nothing to unlock for PkgDef mutex, PKGDEF: 8000FFFF
30.08.2017 08:54:47 - PKGDEF Information: PkgDefManagement startup complete
30.08.2017 08:54:47 - PKGDEF Information: Shutting down pkgdef registry
30.08.2017 08:54:47 - PKGDEF Information: PkgDef registry shutdown complete
30.08.2017 08:54:47 - Initializing Install...
30.08.2017 08:54:48 - Microsoft.VisualStudio.ExtensionManager.InvalidExtensionPackageException: The file is not a valid VSIX package.
bei Microsoft.VisualStudio.ExtensionManager.InstallableExtensionImpl.ReadVSIXManifestFromPackage(Stream stream, CultureInfo preferredCulture)
bei Microsoft.VisualStudio.ExtensionManager.InstallableExtensionImpl..ctor(String path, CultureInfo preferredCulture)
bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.CreateInstallableExtension(String extensionPath, CultureInfo preferredCulture)
bei Microsoft.VisualStudio.ExtensionManager.ExtensionEngineImpl.CreateInstallableExtension(String extensionPath)
bei VSIXInstaller.App.GetInstallableData(String vsixPath, Boolean isRepairSupported, IEnumerable1& skuData) bei VSIXInstaller.App.Initialize(Boolean isRepairSupported) bei VSIXInstaller.App.Initialize() bei System.Threading.Tasks.Task1.InnerInvoke()
bei System.Threading.Tasks.Task.Execute()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant