Такая вот ошибка. Требует библиотеки еще и из с BDS.
Server Error in '/Indentify' Application.
--------------------------------------------------------------------------------
File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IO.FileNotFoundException: File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.
Source Error:
Line 88: end;
Line 89:
Line 90: procedure TWebForm1.OnInit(e: EventArgs);
Line 91: begin
Line 92:
Source File: C:\Inetpub\wwwroot\Indentify\WebForm1.pas Line: 90
Assembly Load Trace: The following information can be helpful to determine why the assembly 'Borland.Data.Provider' could not be loaded.
=== Pre-bind state information ===
LOG: DisplayName = Borland.Data.Provider, Version=2.5.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b
(Fully-specified)
LOG: Appbase = file:
LOG: Initial PrivatePath = bin
Calling assembly : Indentify, Version=1.0.3069.32044, Culture=neutral, PublicKeyToken=null.
===
LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file (C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet.config).
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: Borland.Data.Provider, Version=2.5.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b
LOG: Attempting download of new URL file:
LOG: Attempting download of new URL file:
LOG: Attempting download of new URL file:
LOG: Attempting download of new URL file:
LOG: Attempting download of new URL file:
LOG: Attempting download of new URL file:
LOG: Attempting download of new URL file:
LOG: Attempting download of new URL file:
Stack Trace:
[FileNotFoundException: File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.]
WebForm1.TWebForm1.InitializeComponent() +0
WebForm1.TWebForm1.OnInit(EventArgs e) in C:\Inetpub\wwwroot\Indentify\WebForm1.pas:90
System.Web.UI.Control.InitRecursive(Control namingContainer) +240
System.Web.UI.Page.ProcessRequestMain() +174
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
Если в опциях компилятора в разделе Linker поставить все галочки, то все равно не помогает.
Что делать? Как автоматически включить все требуемые библтотеки в конечный проект?