Page 1 of 1

Installation errors (VS 2017)

Posted: Fri 14 Jul 2017 17:59
by motuzko
Installing 9.4.314 13-Jul-17 to VS 2017
Got 2 errors while installing the extensions.

Code: Select all

7/14/2017 12:52:07 PM - Microsoft VSIX Installer
7/14/2017 12:52:07 PM - -------------------------------------------
7/14/2017 12:52:07 PM - vsixinstaller.exe version:
7/14/2017 12:52:07 PM - 15.0.26430.15 built by: D15SVC
7/14/2017 12:52:07 PM - -------------------------------------------
7/14/2017 12:52:07 PM - Command line parameters:
7/14/2017 12:52:07 PM - C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VSIXInstaller.exe,/v:15.0,/s:Enterprise,C:\Program Files (x86)\Devart\dotConnect\Oracle\Devart.Data.Oracle.VSProPackage.vsix
7/14/2017 12:52:07 PM - -------------------------------------------
7/14/2017 12:52:07 PM - Microsoft VSIX Installer
7/14/2017 12:52:07 PM - -------------------------------------------
7/14/2017 12:52:07 PM - Failed to initialize settings for Isolated Shell C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn\ManagementStudio\ssms.exe: Unable to find an entry point named '?' in DLL 'PkgdefMgmt.dll'.
7/14/2017 12:52:07 PM - Initializing Install...
7/14/2017 12:52:07 PM - Extension Details...
7/14/2017 12:52:07 PM - 	Identifier         : Devart.Data.Oracle.VSProPackage.b897bbb8-3325-484d-9d86-d9a3a74205b0
7/14/2017 12:52:07 PM - 	Name               : Devart.Data.Oracle.VSProPackage
7/14/2017 12:52:07 PM - 	Author             : Devart
7/14/2017 12:52:07 PM - 	Version            : 1.0
7/14/2017 12:52:07 PM - 	Description        : Empty VSIX Project.
7/14/2017 12:52:07 PM - 	Locale             : en-US
7/14/2017 12:52:07 PM - 	MoreInfoURL        : 
7/14/2017 12:52:07 PM - 	InstalledByMSI     : False
7/14/2017 12:52:07 PM - 	SupportedFrameworkVersionRange : [4.5,)
7/14/2017 12:52:07 PM - 
7/14/2017 12:52:07 PM - 	SignatureState     : Unsigned
7/14/2017 12:52:07 PM - 	Supported Products : 
7/14/2017 12:52:07 PM - 		Microsoft.VisualStudio.Community
7/14/2017 12:52:07 PM - 			Version : [15.0]
7/14/2017 12:52:07 PM - 
7/14/2017 12:52:07 PM - 	References         : 
7/14/2017 12:52:07 PM - 		-------------------------------------------------------
7/14/2017 12:52:07 PM - 		Identifier   : Devart.Data.VSPackage.91b71a62-55a1-4e54-8bef-63f710c5e2a7
7/14/2017 12:52:07 PM - 		Name         : Devart.Data.VSPackage
7/14/2017 12:52:07 PM - 		Version      : [1.0,2.0)
7/14/2017 12:52:07 PM - 		MoreInfoURL  : 
7/14/2017 12:52:07 PM - 		Nested       : Yes
7/14/2017 12:52:07 PM - 
7/14/2017 12:52:07 PM - 		-------------------------------------------------------
7/14/2017 12:52:07 PM - 		Identifier   : Devart.Data.Oracle.VSStdPackage.7afb613f-415a-47cb-97a6-3a1e00b563a9
7/14/2017 12:52:07 PM - 		Name         : Devart.Data.Oracle.VSStdPackage
7/14/2017 12:52:07 PM - 		Version      : [1.0,2.0)
7/14/2017 12:52:07 PM - 		MoreInfoURL  : 
7/14/2017 12:52:07 PM - 		Nested       : Yes
7/14/2017 12:52:07 PM - 
7/14/2017 12:52:07 PM - 	Prerequisites      : 
7/14/2017 12:52:07 PM - 		-------------------------------------------------------
7/14/2017 12:52:07 PM - 		Identifier   : Microsoft.VisualStudio.Component.CoreEditor
7/14/2017 12:52:07 PM - 		Name         : Visual Studio core editor
7/14/2017 12:52:07 PM - 		Version      : [15.0,16.0)
7/14/2017 12:52:07 PM - 
7/14/2017 12:52:07 PM - Signature Details...
7/14/2017 12:52:07 PM - 	Extension is not signed.
7/14/2017 12:52:07 PM - 
7/14/2017 12:52:07 PM - System.IO.FileNotFoundException: C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\
   at System.Diagnostics.FileVersionInfo.GetVersionInfo(String fileName)
   at VSIXInstaller.SupportedVSSKU.get_VersionWithBuildRevisionInfo()
   at VSIXInstaller.App.<>c__DisplayClass45_0.<GetInstallableData>b__0(SupportedVSSKU sku)
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
   at VSIXInstaller.App.GetInstallableData(String vsixPath, Boolean isRepairSupported, IEnumerable`1& skuData)
   at VSIXInstaller.App.Initialize(Boolean isRepairSupported)
   at VSIXInstaller.App.Initialize()
   at System.Threading.Tasks.Task`1.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

Re: Installation errors (VS 2017)

Posted: Tue 18 Jul 2017 10:17
by Shalex
Looks like the issue is not Devart specific: https://developercommunity.visualstudio ... -visu.html.

Can you install any other VSIX package in your VS2017?

Notify us about the result.

Re: Installation errors (VS 2017)

Posted: Tue 18 Jul 2017 16:22
by motuzko
Yes, other vsix packages install fine.

Re: Installation errors (VS 2017)

Posted: Wed 19 Jul 2017 10:28
by Shalex
We still cannot reproduce the issue in our environment.

Refer to https://github.com/StefanKert/BuildVision/issues/22. Did you install Visual Studio Build Tools 2017? It can be the root of the issue.

Re: Installation errors (VS 2017)

Posted: Wed 19 Jul 2017 15:59
by motuzko
on other hand, postsharp installation refused to install; claimed build tools were unavailable. uninstalled the separate instance of build tools, postsharp installation went through.

Re: Installation errors (VS 2017)

Posted: Thu 20 Jul 2017 14:11
by Shalex
Is the problem with dotConnect for Oracle installation fixed after uninstalling Build Tools? If not, please specify the current text of the error.

Re: Installation errors (VS 2017)

Posted: Fri 21 Jul 2017 14:35
by motuzko
the installation went fine after uninstalling the build tools.
I am not eager to pursue this one, although I hope there must be a way to detect tools' presence.