Erreur bizarre Asp et Crystal reports
Bonjour,
actuellement j'essaye de mettre un report viewer dans ma page asp et j'obtient l'erreur:
Citation:
Erreur 1 Type 'CrystalDecisions.Web.CrystalReportSource' non défini. C:\~\TEST OO\ListeTech.aspx.designer.vb 79 50 TunOO-0.0
Quand je click sur l erreur, VS m ouvre le ListeTech.aspx.designer.vb et il me souligne
Code:
1 2 3 4
|
Protected WithEvents CrystalReportSource1 As Global.CrystalDecisions.Web.CrystalReportSource
Protected WithEvents CrystalReportViewer1 As Global.CrystalDecisions.Web.CrystalReportViewer |
Quand je met ma souris sur Global.CrystalDecisions.Web.CrystalReportSource il me propose de la modifier en autre chose.
Code:
1 2 3 4
|
Protected WithEvents CrystalReportSource1 As CrystalDecisions.Shared.IReportSource
Protected WithEvents CrystalReportViewer1 As CrystalDecisions.CrystalReports.Engine.Area |
Pourtant, quand je crée un nouveau projet, cette erreur ne s'affiche pas.
Bizarre non!! Que faire :calim2:
Merci.