Install bug. cannot locate devenv.exe using registry

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
MattyBoy
Posts: 1
Joined: Thu 27 Dec 2007 16:55

Install bug. cannot locate devenv.exe using registry

Post by MattyBoy » Thu 27 Dec 2007 16:58

I get this error when installing the latest version. I am running 64bit Vista with VS 2005 and VS 2008 (release) installed.

Install Log:
--- Custom action error: DevenvConfig
Date: 12/27/2007 10:47:38 AM
Environment
Operating System: Microsoft Windows NT 6.0.6000.0
.NET Framework: 2.0.50727.1433
Assembly: DevenvConfig, Version=1.0.2910.22418, Culture=neutral, PublicKeyToken=null
Exception
Message:
Type: CoreLab.Common.Setup.CustomActionException
StackTrace: at CoreLab.Common.DevenvConfig.Program.Main(String[] args)
CustomMessage: Cannot locate devenv.exe using registry.
Make sure you have Visual Studio 9.0 installed.

Alexey.mdr
Posts: 729
Joined: Thu 13 Dec 2007 10:24

Post by Alexey.mdr » Fri 28 Dec 2007 10:33

Does the product work properly or you cannnot run it at all?
PostgreSqlDirect .NET is being tested with Windows Vista currently.

As for now, try to insert this block of code to file “devenv.exe.config” in
(you might change the installation path/drive, this is an example for my machine only)
“D:\Program Files\Microsoft Visual Studio 8\Common7\IDE\” and
“D:\Program Files\Microsoft Visual Studio 9\Common7\IDE\”

Code: Select all


        
        

Check that “href” attribute in corresponds to a valid path.

Post Reply