hola soy Jesus, ten 2 problemas con .net, primero uno es que no se como publicar en el Foro, segundo el verdadero problema
he Creado una aplicacion Web en delphi 2006, esta funciona perfectamente en mi maquina.
ahora bien trato de publicarla en otra maquina con el IIS y el entorno .net instalado desde luego,
me da el siguiente Error
Server Error in '/VolanteWeb' 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 142: // TODO: Put user code to initialize the page here
Line 143:end;
Line 144:
Line 145
rocedure 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
como se puede ver es que falta una libreria del delphi en el otro equipo, dicha libreria la he copiado en los siguientes directorios
en el que se encuentra el .net istalado (nada funciona)
en donde esta la aplicacion en si (tampoco funciona)
en Archivos de programa\common files\delphi Share\ (nada)
como pueden ver necesito una mano en esto, si pueden respondan por favor



