Crystal informa de error en SetDataSource

Estoy teniendo problemas con VS 2010 reporta Crystal, usando c # para hacer una aplicación de Windows.

Recibo el siguiente error con el siguiente código:

 CrystalReport1 cr1 = new CrystalReport1();
 cr1.SetDataSource(dt1); //Error 
Could not load file or assembly 'file:///C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.

Respuestas a la pregunta(3)

Su respuesta a la pregunta