我在Visual Studio 2010中创建了使用Crystal报表的程序,现在我想在客户计算机上运行它,我该怎么做才能成功运行程序? (客户计算机没有VS)。 我将所有项目文件复制到另一台计算机上,当我尝试打开其中一个报告时出现以下错误:
=========================
Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version = 12.0.2000.0, Culture=neutral, PublicKeyToken = 692fbea5521e1304' or one of its dependencies.
*emphasized text*The System cannot find the file specified.
ב- Taharat_Habait.UCReportsMenu.Open_btn_Click(Object sender, EventArgs e)
ב- System.Windows.Forms.Control.OnClick(EventArgs e)
ב- System.Windows.Forms.Button.OnClick(EventArgs e)
ב- System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
ב- System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
ב- System.Windows.Forms.Control.WndProc(Message& m)
ב- System.Windows.Forms.ButtonBase.WndProc(Message& m)
ב- System.Windows.Forms.Button.WndProc(Message& m)
ב- System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
ב- System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
ב- System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
==================================
请帮忙......!