You must Sign In to post a response.
  • Category: Visual Studio

    Crystal report for visual studio 2012

    hi,
    i have installed visualstudio 2012.i want to develop report in crystal report viewer.whenever i run the project,report will be blank.does not load in crystal report viewer.anybody help me.
    Thank you
  • #769755
    I hope you have copied the crystalreports folder into deployment folder which was configured on IIS.
    also, can you check all the required configurations along with version has been added in configuration file. esepcially the below key should be added

    <add key="ResourceUri" value="~/crystalreportviewers13" />"

    work with ~ & in some cases without ~. make sure path was mentioned correctly and hopefully this will resolve.

    Thanks!
    B.Ramana Reddy

  • #769756
    Also, I suggest you repair the Crystal report installed components for VS and make sure you are installing and running under a local computer administrator account.
    Thanks!
    B.Ramana Reddy


  • Sign In to post your comments