Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_espanol thread: error al leer de un webservices


Message #1 by "Daniel Chavez" <chavezd@r...> on Thu, 18 Apr 2002 16:49:14 -0500
This is a multi-part message in MIME format.

------=_NextPart_000_0046_01C1E7C5.607839F0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Muchas gracias,

le puse doble '\' en mi report resource y me funciono mi reporte


  ----- Original Message -----
  From: Juan T. Llibre
  To: ASP.Net en Espa=F1ol
  Sent: Friday, April 19, 2002 5:29 AM
  Subject: [aspx_espanol] Re: error al leer de un webservices


  Parece ser que no duplicaste los "slashes" ( \ ) en :
  C:\Inetpub\wwwroot\TestReports\CrystalReport1.rpt

  Prueba con "C:\\Inetpub\\wwwroot\\TestReports\\CrystalReport1.rpt"

  saludos,



  Juan T. Llibre
  Microsoft MVP [IIS/ASP]
  ASP.NET en Espa=F1ol : http://asp.net.do/
  
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=3D=3D=3D=3D=3D
    ----- Original Message -----
    From: Cesar Quintero
    To: ASP.Net en Espa=F1ol
    Sent: Thursday, April 18, 2002 9:15 PM
    Subject: [aspx_espanol] Re: error al leer de un webservices


    Alguien pudiera ayudarme, Estoy elaborando reportes en ASP.net con 
c# pero al correr mi reporte me sale el siguiente error:
    Server Error in '/TestReports' Application.
-------------------------------------------------------------------------
---

    Compilation Error
    Description: An error occurred during the compilation of a resource 
required to service this request. Please review the following specific 
error details and modify your source code appropriately.

    Compiler Error Message: CS1009: Unrecognized escape sequence

    Source Error:


        
Line 12: 	<body MS_POSITIONING=3D"GridLayout">
Line 13: 		<form id=3D"WebForm1" method=3D"post" runat=3D"server">
Line 14: 			<cr:CrystalReportViewer id=3D"CrystalReportViewer1" 
style=3D"Z-INDEX: 101; LEFT: 25px; POSITION: absolute; TOP: 12px" 
runat=3D"server" ReportSource=3D'<%# 
"C:\Inetpub\wwwroot\TestReports\CrystalReport1.rpt" %>' Width=3D"1029px" 
Height=3D"1082px">
Line 15: 			</cr:CrystalReportViewer>
Line 16: 		</form>
        


    Source File: c:\inetpub\wwwroot\TestReports\WebForm1.aspx    Line: 
14
  ---
  Usted est=E1 suscrito a aspx_espanol como:
  cdqp_net@h...
  Para darse de baja, env=EDe un mensaje en blanco a
  %%email.unsub%%


  Return to Index