Re: Anyone using ComponentOne?
From: Renaud BOMPUIS (skeptiknews_at_nkaworld.com)
Date: 06/24/04
- Next message: Wayne & Carr: "Re: Desktop Video Capture"
- Previous message: info_at_contourcomponents.com: "ANN: Intersoft Lab Starts Sales of Contour Products Version 2.0"
- In reply to: Viatcheslav V. Vassiliev: "Re: Anyone using ComponentOne?"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Anyone using ComponentOne?"
- Reply: Viatcheslav V. Vassiliev: "Re: Anyone using ComponentOne?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Jun 2004 09:03:50 +0800
Thanks for your kind help, but I have the SDK and I did create an adodb.dll
from msado15.dll as you and MSDN mention on http://tinyurl.com/367x7, but
ComponentOne's database connection dialogs complained about the version of
the assembly ("Comparing the assembly name resulted in the mismatch: Major
Version"), and if I try to add it in the GAC, I get an error message
complaining that the adodb.dll is not strongly named.
On the MSDN page above, Microsoft says:
<<
Note Visual Studio.NET provides a Primary Interop Assembly (PIA) for ADO
in the "Program Files\Microsoft.NET\Primary Interop Assemblies" directory in
the file adodb.dll. If you have a copy of Visual Studio.NET installed, it is
recommended that you use this file (adodb.dll) as opposed to importing your
own using the Type Library Importer (tlbimp.exe). For more information on
Primary Interop Assemblies, see Primary Interop Assemblies.
>>
So it seems to me that ComponentOne are relying on librairies that are not
installed on a typicial Borland setup (at least for the .Net flavour), yet
they explicitely target their products to Borland customers.
Something needs fixing I think,
Renaud.
----- Original Message -----
From: "Viatcheslav V. Vassiliev" <support@oledbdirect.com>
Newsgroups: borland.public.delphi.thirdpartytools.general
Sent: Thursday, June 24, 2004 12:29 AM
Subject: Re: Anyone using ComponentOne?
adodb.dll is primary interop assembly. It is probably installed with .Net
SDK. If not, you could recreate it with:
TlbImp.exe msado15.dll
TlbImp.exe is from .Net SDK, not from Borland. msado15.dll is located in:
c:\Program Files\Common Files\System\ado\msado15.dll
Place adodb.dll into GAC.
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi for Win32 +
ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Renaud BOMPUIS" <skeptiknews@nkaworld.com>
> Hi,
>
> I posted a message in a C# Builder group, but it seems that there is a lot
> more traffic here :)
>
> I recently upgraded the ComponentOne components that came with my Borland
> product and I am running into some issues, namely helper tools that don't
> work because they seem to rely on assemblies that are not included in
either
> the borland software or ComponentOne installations (like adodb.dll).
> The installer for their products also requires VS.Net to be installed and
it
> won't work with my current setup (you guessed it, I don't have VS.Net)
> I mailed their support, but all they are slow to reply and the first
answer
> I received was not really helpful (in short: install manually and you need
> VS.Net to install properly).
>
> Anyone ever bought the recent upgrades or had to deal with their support?
>
> Renaud Bompuis
>
>
- Next message: Wayne & Carr: "Re: Desktop Video Capture"
- Previous message: info_at_contourcomponents.com: "ANN: Intersoft Lab Starts Sales of Contour Products Version 2.0"
- In reply to: Viatcheslav V. Vassiliev: "Re: Anyone using ComponentOne?"
- Next in thread: Viatcheslav V. Vassiliev: "Re: Anyone using ComponentOne?"
- Reply: Viatcheslav V. Vassiliev: "Re: Anyone using ComponentOne?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|