Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_espanol thread: Ayuda con problema con Crystal


Message #1 by "Colunga Moreno Alejandro" <acolunga@u...> on Thu, 13 Feb 2003 10:40:16 -0600
Hola,

  Tengo el siguiente problema a ver si alguien puede ayudarme.

  Hago un crystal que viene con vs.net enterprise architecth y pongo la 
ruta del reporte en la propiedad
"ReportSource" dentro del Databindings del control CrystalReportViewer y 
me muestra el reporte y se ve bien pero
 cuando lo ejecuto me manda lo siguiente:

ERROR:
BC30389: 'C' is not accessible in this context because it is 'Private'

Line 14: 			<CR:CrystalReportViewer id=3D"CrystalReportViewer1" 
style=3D"Z-INDEX: 101; LEFT: 8px; POSITION: absolute; TOP: 16px" 
runat=3D"server" Width=3D"1048px" Height=3D"1088px" ReportSource=3D'<%# 
c:\inetpub\wwwroot\Tuchis\reporte2.rpt %>'>



Probe de otra forma.. Quitandole en la propiedad "ReportSource" del 
control dentro de Databindings y se lo puse en el
C=F3odigo:
 CrystalReportViewer1.ReportSource =3D 
"c:\inetpub\wwwroot\Tuchis\reporte2.rpt"
 CrystalReportViewer1.LogOnInfo.Item(0).ConnectionInfo.UserID =3D 
"milogin"
 CrystalReportViewer1.LogOnInfo.Item(0).ConnectionInfo.Password =3D 
"mipasswd"
 CrystalReportViewer1.LogOnInfo.Item(0).ConnectionInfo.ServerName =3D 
"mibaseconConecxionOLEDB(ADO)"
 CrystalReportViewer1.DataBind()


Y tampoco.. Me manda lo siguiente:

----------------------------
Could not find a part of the path "D:\".

Exception Details: System.IO.DirectoryNotFoundException: Could not find 
a part of the path "D:\".


Y en ning=FAn lugar escribo "D:\" !!!!!


Espero sus comentarios gracias de antemano..

Nota.- Trabajo en un windows XP Prof pero pasa lo mismo en el servidor 
qe tiene win2000-AS


Saludos.


  Return to Index