Ludek,
now i re-installed the CR for VS2010 with integration to IDE and found the DLL's on GAC.
And the error changed. Take a look, please:
SOURCE: CrystalDecisions.Windows.Forms
ERROR MESSAGE: O inicializador de tipo de `CrystalDecisions.ReportSource.ReportSourceFactory` acionou uma exceção.
STACK TRACE: em CrystalDecisions.Windows.Forms.CrystalReportViewer..ctor()
em CCI_WIN.frmVisualizaRelatorio.InitializeComponent()
em CCI_WIN.frmVisualizaRelatorio..ctor()
em CCI_WIN.UCRelatorios.UCHistoricoLogin.btnVisualizar_Click(Object sender, EventArgs e)
em System.Windows.Forms.Control.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ButtonBase.WndProc(Message& m)
em System.Windows.Forms.Button.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I also uploaded an image showing what is the configuration of the reference, with the option Copy Local: true and Specific Version: true
Thiago