Prob with 2.0 for VS2005 Team Edition for Software Devs

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Post Reply
chop1152
Posts: 1
Joined: Fri 06 Jan 2006 14:30

Prob with 2.0 for VS2005 Team Edition for Software Devs

Post by chop1152 » Fri 06 Jan 2006 14:56

After installing pgDirect 2.40 for .Net 2.0 I get this error when I start Visual Studio Team Edition for Software Developers....
"Error HRESULT E_FAIL has been returned from a call to a COM component."

After clicking ok on the message box, the IDE will continue to start. If I uninstall pgDirect2.40 .Net 2.0, the error message goes away on startup.

VS2005 TESD Version: 8.0.50727.42
pgSqlDirect 2.40.13.0

SecureGen
Devart Team
Posts: 133
Joined: Thu 08 Sep 2005 06:27

Post by SecureGen » Fri 06 Jan 2006 15:43

Please do the following steps:
- Uninstall PostgreSQLDirect .NET;
- Check that you do not have any CoreLab.PostgreSql.* assemblies in the corresponding GAC, framework folders and PostgreSQLDirect installation folder;
- Install PostgreSQLDirect .NET;
- Run VS2005;
If you still have the same error try to register CoreLab.PostgreSql.Addin.dll with following command:
RegAsm.exe /codebase CoreLab.PostgreSql.Addin.dll
and try to load VS2005 again.

chop11511

VS2005 Team for Developer

Post by chop11511 » Sat 18 Feb 2006 09:26

I tried the steps you suggested and they still end up with the same result. I have tried this on a seperate machine as well.

I also tried the newest version of PostgreSql.Direct released on 2/13.

Any other suggestions

Post Reply