Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Olá pessoal,Estou com problemas para colocar minha aplicação aspx no servi, local ele funciona perfeitamente mas on line naum. da o seguinte erro:Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'Borland.Data.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b' or one of its dependencies. The system cannot find the file specified.Source Error: Line 1: <%@ Page language="c#" Debug="true" Codebehind="index.pas" AutoEventWireup="false" Inherits="index.TWebForm1" %>Line 2: <%@ Register TagPrefix="borland" Namespace="Borland.Data.Web" Assembly="Borland.Data.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b" %>Line 3: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">Line 4: Source File: /Index.aspx Line: 2 Assembly Load Trace: The following information can be helpful to determine why the assembly 'Borland.Data.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b' could not be loaded.WRN: Assembly binding logging is turned OFF.To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.Note: There is some performance penalty associated with assembly bind failure logging.To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. --------------------------------------------------------------------------------Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 istu quando eu deixo esta linha abaixo, se eu tiro ai naum aparece meu componestes DBWeb, ou seja se eu tiro os DBWeb roda se eu deixa naum, ou se eu tiro a linha abaixo roda so local online naum.< % @ Register TagPrefix ="borland" Namespace="Borland.Data.Web" Assembly="Borland.Data.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=91d62ebb5b0d1b1b" % >SE EU DEIXO ELE RODA LOCALMENTE MAS ON LINE NAUM, SE EU TIRO RODA ON LINE MAS DA O PRIMEIRO ERRO.DAI NAUM APARECE OS COMPONETES BDWebALGUEM PODE ME AJUDAR, OBGATENCIOSAMNTE,WENDERSON CASTRO
Estou enviando direto para o servidor via ftp pelo próprio serviço da Ferramenta do BDS 2006, já tentei tbm copiar e colar tbm via ftp, com todos assembles e arquivos da página. O msm projeto roda bem localmente, as página q da erro são as q tem componentes DBWeb.Atenciosamente,Wenderson CastroMSN: wendcastro@hotmail.com
esse erro esta ocorrendo pq. no servidor não esta encontrando esse assembly Borland.Data.Web no GAC, vai ter que instalar no GAC do servidor onde esta sendo executado o programa
t+
você está dando Publish WebSite e copiando tudo para o servidor???