PRAISE PHS
Well-known member
- Joined
- Jun 2, 2011
- Messages
- 58
- Programming Experience
- Beginner
Hi All,
I developed a windows app with 7 forms in an mdi parent form. I also created a Microsoft report in the app for reporting. Then after deploying the app into a server, I noticed that displaying reports on the ms report viewer was not possible. The report viewer was displaying error message - could not find instance of the file C:\Users\admin\Desktop\Report.rdlc.
I resolved this issue by dropping the report.rdlc file on the server. That is, I then have both my windows app and the report file separately on the server's desktop.
My question then is, how do I make sure I have the report file inside my windows app during deployment. Thanks and I look forward to hearing from you.
I developed a windows app with 7 forms in an mdi parent form. I also created a Microsoft report in the app for reporting. Then after deploying the app into a server, I noticed that displaying reports on the ms report viewer was not possible. The report viewer was displaying error message - could not find instance of the file C:\Users\admin\Desktop\Report.rdlc.
I resolved this issue by dropping the report.rdlc file on the server. That is, I then have both my windows app and the report file separately on the server's desktop.
My question then is, how do I make sure I have the report file inside my windows app during deployment. Thanks and I look forward to hearing from you.