Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i transfer my project solution to other computer. My Crystal Report Windows Viewer Prompt. "Failed to open the connection. temp_14365d98-f5f3-42b1-917b-1d1243e826c812016_4552_{448AFA0B-384E-497F-86E5-C178433FA7CA}.rpt}". Need Help
C#



What I have tried:

i dont know what to do.. i already installed all drivers i used in my other computer. nothing happened
Posted
Updated 11-May-21 21:35pm
Comments
[no name] 12-May-21 3:30am    
Make a new connection to whatever you've been connecting to for the report.

1 solution

Crystal reports requires a connection to the database, which your code will be setting.
If the new computer can't access the DB server (or file) via exactly the path your code is providing, it will - understandably - fail.

So start with your code: where do you set the connection string, where do you get the string from? Have you checked that it is valid for the new computer, and that the server / file is accessible by the current user of that?

Sorry, but we can't do any of that for you!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900