Click here to Skip to main content
15,902,112 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody!
I am working in window application (c# 4, RDLC and Visual Studio 2008). I create an .EXE file for this application (by using Setup and Deployment).

Whenever i print any report(rdlc) then it generate an error. (An error occurred during local report processing)

How i can resolve this problem, if anybody know then please tell me.

Thanks

Sunil Thakur
Posted
Comments
OriginalGriff 13-Apr-13 3:37am    
This is not a good question - we cannot work out from that little what you are trying to do.
Remember that we can't see your screen, access your HDD, or read your mind.
Use the "Improve question" widget to edit your question and provide better information.
Aman4.net 13-Apr-13 3:38am    
i have created a .exe , but when i run that exe, an error is generated while viewing the rdlc reports
Aman4.net 29-Apr-13 4:13am    
Hello Everybody,

I have created a setup(.exe) (by using Setup and Deployment), and when I install that exe on computer other than mine, the rdlc report's don't display and an error is shown ("Error while local report processing").

How can i resolve this issue.
Thanks
Sunil Thakur

1 solution

You probably need to go through Deploying Reports and ReportViewer Controls [^]. Make sure you follow the steps correctly.
 
Share this answer
 
Comments
Aman4.net 13-Apr-13 7:10am    
I have tried it, but still its not working. It shows the Following error

"Error while local report processing, could not find the path specified"
Aman4.net 18-Apr-13 0:35am    
I have also added the following connection string in my config file, but still there is error

add name="FBTS.Properties.Settings.HOSTSDBConnectionString" connectionstring="Data Source=.;AttachDbFilename=C:\FBTS\FBTS\DB\HOSTSDB.mdf;Initial Catalog=HOSTS;Integrated Security=True" providername="System.Data.SqlClient"

add name="cn" connectionstring="Data Source=AMAN;Initial Catalog=HOSTSDB;User ID=SA;Password=1234"

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