Could not load file or assembly 'Devart.DbxMda.DriverLoader'

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for PostgreSQL in Delphi and C++Builder
Post Reply
munggaran
Posts: 18
Joined: Sat 11 Apr 2009 08:50

Could not load file or assembly 'Devart.DbxMda.DriverLoader'

Post by munggaran » Fri 27 Nov 2009 09:59

Hi,

When I'm trying to connect dbExpress to PostgreSQL, it seems the dll not found, here the message then I try to connect:

System.IO.FileNotFoundException: Could not load file or assembly 'Devart.DbxMda.DriverLoader, Version=1.0.0.5001, Culture=neutral, PublicKeyToken=09af7300eec23701' or one of its dependencies. The system cannot find the file specified.


Where I should place the dll....., or is there any way to register the dll that needs to be done ?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 27 Nov 2009 13:04

What is your Delphi version?
Do you get this error in the IDE from the Data Explore window?

munggaran
Posts: 18
Joined: Sat 11 Apr 2009 08:50

Post by munggaran » Sat 28 Nov 2009 11:23

I'm using Delphi 2010
the message is out both same either from IDE or DataExplorer.exe

Post Reply