Board index » delphi » bdpDataAdapter Problem
T.J. Gillmore
![]() Delphi Developer |
bdpDataAdapter Problem2005-10-30 04:50:23 PM delphi129 I've deployed an asp.net application (built in Delphi2005) to a server. When I run it, I get the following error: One or more of the types in the assembly unable to load. 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: Borland.Data.Common.BdpException: One or more of the types in the assembly unable to load. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [BdpException: One or more of the types in the assembly unable to load.] Borland.Data.Provider.BdpDataAdapter.e() +1025 Borland.Data.Provider.BdpDataAdapter.EndInit() +43 WebForm1.TWebForm1.InitializeComponent() WebForm1.TWebForm1.OnInit(EventArgs e) System.Web.UI.Control.InitRecursive(Control namingContainer) +240 System.Web.UI.Page.ProcessRequestMain() +197 I'm using Interbase7.5 as the database and have Borland.Data.Common.dll, Borland.Data.Provider.dll, Borland.Data.Interbase.dll, and bdpint20.dll in the bin directory of the application. I'm at a loss and would apprecitate any help |