Ciao a tutti, sto vedendo il modo di fare pacchetti di installazione con vs.net 2003, i pacchetti mi funzionano bene e riesco a fare in generale tutto quello che voglio, l'unica cosa quando apro un form che contiene un report mi da errore, nn mi installa con il pacchetto i riferimenti di Crystal report. e mi da un errore come quello sotto riportato..

Come faccio ad includere Crystal?

grazie delle cortesi risposte
Ciao


codice:
CrystalDecisions.CrystalReports.Engine.InternalException: Cannot find KeycodeV2.dll, or invalid keycode.
   at .F(String 	, EngineExceptionErrorID 
)
   at .B(String , Int32 )
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.;()
   at CrystalDecisions.CrystalReports.Engine.ReportDocument.InternalInit()
   at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
   at CrystalDecisions.CrystalReports.Engine.ReportClass..ctor()
   at Libreria.crLibri..ctor()
   at Libreria.FrmStampa.FrmStampa_Load(Object sender, EventArgs e)
   at System.Windows.Forms.Form.OnLoad(EventArgs e)
   at System.Windows.Forms.Form.OnCreateControl()
   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
   at System.Windows.Forms.Control.CreateControl()
   at System.Windows.Forms.Control.WmShowWindow(Message& m)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
   at System.Windows.Forms.ContainerControl.WndProc(Message& m)
   at System.Windows.Forms.Form.WmShowWindow(Message& m)
   at System.Windows.Forms.Form.WndProc(Message& m)
   at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)