So far I haven't been able to find a solution to this problem.
I'm running Crystal Reports (64bit SP4) for VS 2010. When I run it on my development machine I have no problems launching the Crystal Reports and it displays data as expected. I've even ran the actual .exe program file created and it also runs fine.
But after I install the application on a test computer, (and the CRRuntime_64bit13_0_4 has been installed on this computer), the application itself is connecting to the database without any problems using Entity Frameworks, but when I try to open the Crystal Reports, I'm getting prompted for a Login. The login box is only showing the Server name and the UserID (The Database (which is NOT editable in the dialog box) and Password are blank. I do not get this login box on my development machine in which the the report opens correctly on.
All the connection data is being set in the ConnectionInfo for the report tables and I've even displayed the values in a message box after they are set to confirm the correct data is being set).
Even after I reenter the password, I still get a Login Failed error (which I don't know if it's because the Database name is empty, but I can't enter it in the login prompt).
The application is a WPF application.
The database is connecting to a SQL server database.
No firewall issues since I would believe the main application wouldn't be able to connect to the database itself if that existed.
The same connection strings in the config file are being used on both my development machine and on the test computer.

Can anyone help me in trying to get Crystal Reports to work on this test computer? Is anything else needed to run Crystal Reports on a deployed computer?