Ver Mensaje Individual
  #12  
Antiguo 20-01-2008
faisan98 faisan98 is offline
Registrado
 
Registrado: dic 2005
Posts: 5
Reputación: 0
faisan98 Va por buen camino
Tengo un pequeño problema

Hola a todos, espero que me puedan ayudar; he realizado un Web Services, el cual esta funcionando bastante bien, al igual que una cliente, esto es con Delphi 2006,
todo estaba bien, pero tengo un problema, trate de publicarlo en un servidor Win2003 con IIS pero me da el siguiente Error


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 142: // TODO: Put user code to initialize the page here
Line 143:end;
Line 144:
Line 145rocedure TWebForm1.OnInit(e: EventArgs);
Line 146:begin
Source File: c:\inetpub\wwwroot\VolanteWeb\Principal.pas Line: 144

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:///c:/inetpub/wwwroot/VolanteWeb
LOG: Initial PrivatePath = bin
Calling assembly : VolanteWeb, Version=1.0.2841.25455, 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:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider/Borland.Data.Provider.DLL.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider.EXE.
LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/volanteweb/917dde6e/ea921027/Borland.Data.Provider/Borland.Data.Provider.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider.EXE.
LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/VolanteWeb/bin/Borland.Data.Provider/Borland.Data.Provider.EXE.

Stack Trace:

[FileNotFoundException: File or assembly name Borland.Data.Provider, or one of its dependencies, was not found.]
Principal.TWebForm1.InitializeComponent() +0
Principal.TWebForm1.OnInit(EventArgs e) in c:\inetpub\wwwroot\VolanteWeb\Principal.pas:144
System.Web.UI.Control.InitRecursive(Control namingContainer) +240

System.Web.UI.Page.ProcessRequestMain() +174

Bien como pueden ver faltan algunas DLL en el servidor, las he copiado en el Directorio donde se encuentra el .net instalado y nada, también las copie en el directorio Virtual de la aplicación en IIS tampoco funciona, las copie en la carpeta de archivos \Archivos de programa \ archivos comunes\Borland Shared

tampoco funciona

Atentamente
Sidekill
Desde Republica Dominicana
Responder Con Cita