You must Sign In to post a response.
  • Category: ASP.NET

    Not showing crystalreport in live server

    Hi,

    I developed reports using SAP crystal in visual studio 2010.It is working good in local host but it is not showing in live server.It is showing as blank page.Can you please any help me to solve this issue.
  • #766235
    Hi
    In your server Crystal report have ?

    No Means

    Install Crystal report to server which you have use then try them.

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #766240
    Hi,
    1. Go to the 'C\inetpub\wwwroot' folder on server..
    2. Copy the 'aspnet_client' folder from 'wwwroot' directory.
    3. Paste it in the your website/virtual directory physical folder.
    4. restart IIS.
    If its not working then follow the steps given over here:
    http://www.codeproject.com/Answers/361109/Crystal-Reports-not-rendering-when-webpage-is-serv#answer2

  • #766243
    Hi,

    Something is working fine in local and it is not working in production then the problem might be configurations, please compare dev server configurations with production server, make sure both should be same.

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #766262
    1) Go to the C\inetpub\wwwroot folder on any machine that has either/or crystal report runtime engine installations. For my purposes, I just went to the one on the 2008 server I'm installing on.
    2) Copy the aspnet_client folder in the wwwroot directory.
    3) Paste this folder in the website directory folder. I assume this would work with a web application that was created from a virtual directory as well, just paste it into the virtual directory.
    OR
    For proper formatting Copy C:\inetpub\wwwroot\aspnet_client\system_web\4_0_30319\crystalreportviewers13 this folder into your project.
    And past these lines into your web.config file

    <configSections>
    <sectionGroup name="businessObjects">
    <sectionGroup name="crystalReports">
    <section name="rptBuildProvider" type="CrystalDecisions.Shared.RptBuildProviderHandler, CrystalDecisions.Shared, Version=13.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304, Custom=null" />
    <section name="crystalReportViewer" type="System.Configuration.NameValueSectionHandler" />
    </sectionGroup>
    </sectionGroup>
    </configSections>

    Thanks
    Koolprasd2003
    Editor, DotNetSpider MVM
    Microsoft MVP 2014 [ASP.NET/IIS]


  • Sign In to post your comments