IPWright83 / VSFileNav

Visual Studio extension for rapid finding of files within a solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation failed for unkown reason with VS 2013

zack-snyder opened this issue · comments

For unkown reason I cannot installe the plugin in VS 2013 Update 4
This is the log, any suggestion what to do?

12.01.2017 14:57:40 - Microsoft VSIX Installer
12.01.2017 14:57:40 - -------------------------------------------
12.01.2017 14:57:40 - Initializing Install...
12.01.2017 14:57:40 - Extension Details...
12.01.2017 14:57:40 - 	Identifier      : d1fa1e4a-6cb3-42cd-9141-787813a57c02
12.01.2017 14:57:40 - 	Name            : VSNav
12.01.2017 14:57:40 - 	Author          : Ian Wright
12.01.2017 14:57:40 - 	Version         : 15.1
12.01.2017 14:57:40 - 	Description     : This is a simple extention to allow rapid navigation and finding of files within a Solution using a number of different search patterns.

For more information please visit https://github.com/IPWright83/VSFileNav
    
12.01.2017 14:57:40 - 	Locale          : en-US
12.01.2017 14:57:40 - 	MoreInfoURL     : https://github.com/IPWright83/VSFileNav
12.01.2017 14:57:40 - 	InstalledByMSI  : False
12.01.2017 14:57:40 - 	SupportedFrameworkVersionRange : [4.5]
12.01.2017 14:57:40 - 
12.01.2017 14:57:40 - 	Supported Products : 
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.Pro
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.Ultimate
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.Premium
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.VSWinExpress
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.VSWinExpress
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.VPDExpress
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.VWDExpress
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.VWDExpress
12.01.2017 14:57:40 - 			Version : [14.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.IntegratedShell
12.01.2017 14:57:40 - 			Version : [14.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.Community
12.01.2017 14:57:40 - 			Version : [14.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.VSWinDesktopExpress
12.01.2017 14:57:40 - 			Version : [14.0,16.0)
12.01.2017 14:57:40 - 		Microsoft.VisualStudio.Enterprise
12.01.2017 14:57:40 - 			Version : [11.0,16.0)
12.01.2017 14:57:40 - 
12.01.2017 14:57:40 - 	References      : 
12.01.2017 14:57:40 - 		-------------------------------------------------------
12.01.2017 14:57:40 - 		Identifier   : Microsoft.VisualStudio.MPF.11.0
12.01.2017 14:57:40 - 		Name         : Visual Studio MPF 11.0
12.01.2017 14:57:40 - 		Version      : [11.0]
12.01.2017 14:57:40 - 		MoreInfoURL  : 
12.01.2017 14:57:40 - 		Nested       : No
12.01.2017 14:57:40 - 
12.01.2017 14:57:40 - 
12.01.2017 14:57:40 - Searching for applicable products...
12.01.2017 14:57:40 - Found installed product - Microsoft Visual Studio Professional 2013
12.01.2017 14:57:41 - The extension with ID 'd1fa1e4a-6cb3-42cd-9141-787813a57c02' is not installed to Microsoft Visual Studio Professional 2013.
12.01.2017 14:57:41 - Found installed product - Microsoft Visual Studio 2013 Shell (Integrated)
12.01.2017 14:57:41 - Found installed product - Global Location
12.01.2017 14:57:43 - The following target products have been selected...
12.01.2017 14:57:43 - 	Microsoft Visual Studio Professional 2013
12.01.2017 14:57:43 - 
12.01.2017 14:57:43 - Beginning to install extension to Microsoft Visual Studio Professional 2013...
12.01.2017 14:57:43 - Install Error : Microsoft.VisualStudio.ExtensionManager.MissingTargetFrameworkException: The extension 'VSNav' requires a version of the .NET Framework that is not installed.
   bei Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.CheckForValidDotNetFramework(IExtension extension)
   bei Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.CheckForInstallBlockers(InstallableExtensionImpl extension, IInstalledExtensionList modifiedInstalledExtensionsList, Boolean isNestedExtension, Boolean& olderVersionInstalled)
   bei Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallInternal(InstallableExtensionImpl extension, Boolean perMachine, Boolean isNestedExtension, IDictionary`2 extensionsInstalledSoFar, List`1 extensionsUninstalledSoFar, IInstalledExtensionList modifiedInstalledExtensionsList, AsyncOperation asyncOp, UInt64 totalBytesToWrite, UInt64& totalBytesWritten)
   bei Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.BeginInstall(IInstallableExtension installableExtension, Boolean perMachine, AsyncOperation asyncOp)
   bei Microsoft.VisualStudio.ExtensionManager.ExtensionManagerService.InstallWorker(IInstallableExtension extension, Boolean perMachine, AsyncOperation asyncOp)

I have installed .net Framework 4.6.2

Apologies and not getting back to you, I haven't been following this very actively. Obviously the error is:

Microsoft.VisualStudio.ExtensionManager.MissingTargetFrameworkException: The extension 'VSNav' requires a version of the .NET Framework that is not installed.

You could just pull the latest, and re-compile against your current version of .NET.