Не удалось загрузить файл или сборку (приложение windows)
Could not load file or assembly 'file:///F:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
Что я уже пробовал:
con.Open(); cry.Load(@"D:\Cart\sample\StockManagmentSystem\StockManagmentSystem\Reports\Product.rpt"); Data.DataSet1 ds = new Data.DataSet1(); SqlDataAdapter adp = new SqlDataAdapter("select * from tblProduct", con); DataTable dt = new DataTable(); adp.Fill(dt); cry.SetDataSource(dt); crystalReportViewer1.ReportSource = cry; crystalReportViewer1.Refresh(); con.Close();