Installation issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
sbslavonac
Posts: 35
Joined: Mon 02 Apr 2007 09:14

Installation issue

Post by sbslavonac » Fri 05 Mar 2010 08:21

Hi,
I was uninstalling and installing dotconnect from Visual studio 2008 and got error during the install.
This is the content of install.log
--- Custom action error: HelpReg
Date: 5.3.2010 7:19:17
Environment
Operating System: Microsoft Windows NT 6.1.7600.0
.NET Framework: 2.0.50727.4927
Assembly: HelpReg, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null
Exception
Message: [Ñàmespäcê not spécïfíèd: ms-help://MS.VSCC.V80.||||||||||||||||||||||||]
Type: System.Runtime.InteropServices.COMException
StackTrace: at MSHelpServices.IHxSession.Initialize(String NameSpace, Int32 options)
at Devart.Common.Setup.InnovaHxReg.UpdateHelp(String helpCollection)

--- Custom action error: UninstallAddin
Date: 5.3.2010 7:59:56
Environment
Operating System: Microsoft Windows NT 6.1.7600.0
.NET Framework: 2.0.50727.4927
Assembly: UninstallAddin, Version=1.0.3714.24634, Culture=neutral, PublicKeyToken=null
Exception
Message: Retrieving the COM class factory for component with CLSID {BA018599-1DB3-44F9-83B4-461454C84BF8} failed due to the following error: 80040154.
Type: Devart.Common.Setup.CustomActionException
StackTrace: at Devart.Common.Setup.AddinUninstaller.CreateDTEObject(VisualStudioVersion visualStudioVersion)
at Devart.Common.Setup.AddinUninstaller.Execute(String[] args)
CustomMessage: Cannot interact with VisualStudio Vs80 IDE.
Check if this IDE is installed correctly.
Inner Exception
Message: Retrieving the COM class factory for component with CLSID {BA018599-1DB3-44F9-83B4-461454C84BF8} failed due to the following error: 80040154.
Type: Devart.Common.Setup.CustomActionException
StackTrace: at Devart.Common.Setup.AddinUninstaller.CreateDTEObject(VisualStudioVersion visualStudioVersion)
at Devart.Common.Setup.AddinUninstaller.Execute(String[] args)

--- Custom action error: UninstallAddin
Date: 5.3.2010 8:00:05
Environment
Operating System: Microsoft Windows NT 6.1.7600.0
.NET Framework: 2.0.50727.4927
Assembly: UninstallAddin, Version=1.0.3714.24634, Culture=neutral, PublicKeyToken=null
Exception
Message: Creating an instance of the COM component with CLSID {1A5AC6AE-7B95-478C-B422-0E994FD727D6} from the IClassFactory failed due to the following error: 8001010a.
Type: Devart.Common.Setup.CustomActionException
StackTrace: at Devart.Common.Setup.AddinUninstaller.CreateDTEObject(VisualStudioVersion visualStudioVersion)
at Devart.Common.Setup.AddinUninstaller.Execute(String[] args)
CustomMessage: Cannot interact with VisualStudio Vs90 IDE.
Check if this IDE is installed correctly.
Inner Exception
Message: Creating an instance of the COM component with CLSID {1A5AC6AE-7B95-478C-B422-0E994FD727D6} from the IClassFactory failed due to the following error: 8001010a.
Type: Devart.Common.Setup.CustomActionException
StackTrace: at Devart.Common.Setup.AddinUninstaller.CreateDTEObject(VisualStudioVersion visualStudioVersion)
at Devart.Common.Setup.AddinUninstaller.Execute(String[] args)

--- Custom action error: logDir
Date: 5.3.2010 8:00:08
Environment
Operating System: Microsoft Windows NT 6.1.7600.0
.NET Framework: 2.0.50727.4927
Assembly: RunProgram, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
Exception
Message: The system cannot find the file specified
Type: System.ComponentModel.Win32Exception
StackTrace: at System.Diagnostics.Process.StartWithShellExecuteEx(ProcessStartInfo startInfo)
at RunProgram.Program.Main(String[] args)
ErrorCode: -2147467259
NativeErrorCode: 2

---------------------------
dotConnect for Oracle - Install Wizard
---------------------------
Unable to execute file:

c:\MS\VS2005\Common7\IDE\devenv.exe



CreateProcess failed; code 2.

The system cannot find the file specified.

---------------------------
I was uninstalling dcoracle560pro and installing dcoracle535pro.
Upon uninstall and reinstall I had in toolbox 5.55.97 OracleDatasource and there was no 5.35.79 dah to add it manually.
Also the Upgrade wizzard did'n do upgrade so I had to do it manually (from 5.2x to 5.35).

Windows 7 64
Visual studio 2008
Non default installation of VS and Dotconnect.
VS is installed in F:\Program Files\Microsoft Visual Studio 9.0
(deven.exe is in location F:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE)

Best regards
Boris

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 05 Mar 2010 14:40

1. The HelpReg error: merging the Devart documentation with the Microsoft help collection of Visual Studio 2005 failed.
a) have you installed / uninstalled the Visual Studio 2005/2008 Help collections before?
b) please tell us the content of the InstallDir registry keys which should be available at these locations:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0

2. The UninstallAddin error: our uninstall program cannot find the COM objects with the specified GUIDs. Probably, there is a problem with the Visual Studio installation. This means that you need to remove the old version components from the toolbox manually.

3. The logDir error: our installation program cannot find the file basing on the registry entries. Please give us the content of the keys we have mentioned in the description of the HelpReg error.

4. Actually Upgrade Wizard was designed to upgrade from previous versions (CoreLab namespace) to dotConnect for Oracle 5.00 (Devart namespace). We will consider the possibility of using Upgrade Wizard to change only references.

sbslavonac
Posts: 35
Joined: Mon 02 Apr 2007 09:14

Post by sbslavonac » Fri 05 Mar 2010 15:32

1. Visual studio 2005 was never installed on the machine. Possibly combination of Delphi 2010 and Embarcadero Prism might messed up something. Specially Prism, since it was integrated into Visual studio 2008 and I've done it before upgrading (installation of prevous build vent normally, without Prism installed).

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0
c:\MS\VS2005\Common7\IDE\

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\9.0
f:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\



Thank you for the support.
Boris

sbslavonac
Posts: 35
Joined: Mon 02 Apr 2007 09:14

Post by sbslavonac » Mon 08 Mar 2010 11:24

Hi,
I've removed HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0
from registry and now installation works normally.

Thank you.
Boris

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 26 Apr 2010 11:11

We have improved Upgrade Wizard. It can be used for changing references when upgrading to the other version. I will post here when this functionality is available.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 21 May 2010 14:16

dotConnect for Oracle v 5.70 is released!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=18028 .

Post Reply