why RDLC report not work properly in live server? - rdlc

RDlC Report is not working on the live server , It works correctly in the localhost always, But every time am replaced the new published files it says the below error. When i republish the files and hosted again next time it will work.

Related

VB.net 2019 RDLC report sharing to the client PC

I have some question regarding VB 2019 RDLC report sharing to the client.
I am creating a setup .exe file for my application and install it locally, it works perfectly on my local PC.
Now I share the .exe to the local client PC, the client PC can access it with no issue
When I set the report reference, the client site is not able to access the report. What I have tried:
manually drag the .dll file to the .exe file location, but no work
manually add the .dll assembly file while creating the setup, but no work
remove the report reference, it works, but I want to use the report reference in order to generate barcode
Can I know any way to solve this problem or any way to know which file is needed to install in client side while I deploying the report with my application?
In my project i sent the barcode image from my code inside the list, table, etc. Along with all data

Authentication Required Pop Up on RDLC Report Viwer Page

I have created RDLC report in my application and display this report using ReportViewer control configured Locally. It is working fine on localhost but could not work on my hosting server. When i open this page, Authentication is required pop up comes up. Rest of the pages (w/o report) are working fine.
Thanks and Appreciate your help!
It is late but it may help someone I found solution here. It could be port and location issue.

Crystal report error - System.AccessViolationException: Attempted to read or write protected memory.

I keep getting this Crystal report error while trying to view the report from an application hosted in IIS.
The code -
ceEnterpriseService = ceSession.GetService("", "InfoStore")
ReportApplicationFactory = ceSession.GetService("RASReportFactory").Interface
ceInfoStore = New InfoStore(ceEnterpriseService)
The web server throws an unhandled win exception as soon as it passes "New InfoStore(ceEnterpriseService)" line.
I have Crystal enterprise 10 installed and am using VS 2012/.NET 4.5. I have to use Crystal enterprise 10 since that is being used by the client. I also had a different version installed and un installed some time back which broke some of the reports while I checked in.
Resolved that by asking the clients to load their set of dlls.
Could this error also be an outcome of incorrect versions? How do I check what version is required.
I'm kind of lost in this. Any help would be appreciated.
Thanks.
Ok. This is fixed, in case someone faces this issue.
There was some issue with the crystal report designer on my development machine. Fixed that and the reports worked fine.

RDLC reports are not published to after deployed to IIS?

I have a web application written in VB.NET. In my application I have a few RDLC reports that will be generated dynamically. Everything works fine during the development. But those reports are not working after I deployed my web application to IIS. Here are my problems.
(1) All the reports under my RDLC folder are not deployed, I think this is the reason why I got the error “error occurred during local report processing”
My question is why this folder was not published, and what should I set to publish this folder?
(2) If I manually copy those RDLC reports to the destination folder, I got another error “failure: unknown user name or bad password”
My authentication mode is set to Windows. Is there anything else I need to set in my web.config?
I am using IIS 5.1 and my web app has been upgraded from VS2005 to VS2010.
Your RDLC files are probably marked as "Embedded resource".
Right click on rdlc file and change it to "Content" and re-publish.
It will work this time.

rdlc doesn't load fonts

I have a rdlc report which is created in server (IIS) and then delivered to client after converting it to PDF.
all things are ok when I run the site on my local IIS but when running the web site on the server(win2003) , my special fonts are not rendered correctly. I copied all the fonts I have in my local windows\fonts folder to the server font folder but nothing changed.
Did I missed something?
oh my god! restarting the server+disabling the anti-virus solved my problems. because of doing these two jobs at the same time , I don't know what the source of the problem exactly was. but as described in http://blogs.msdn.com/b/donovans/archive/2007/07/20/reporting-services-pdf-renderer-faq.aspx I need to restart after installing new fonts! so strange but solved my problem after about 6 hours!