Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Image is not displaying

Image is not displaying

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netvisual-studiohelpquestion
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BalasubramanianK
    wrote on last edited by
    #1

    Hi, I can show my report (CR of VS 2005) well in my development machine (ASP.Net with C#). But after deploying in my sever, the toolbar images of the report is not displaying well. It show as red color (X) mark. I googled and tried in different ways. But I could not solve it. I tried in four ways so far such as by pasting aspnet_client in my project folder, creating another virtual diretry in my prj and linking with aspnet_client, adding CR of VS2005 in pre-requisitis while building and finaly building with Merge module. But I never got help from the above mentioned 4 ways. Anybody can help me? I'm being struck in this for more than 5 days. Note: Report is generating well with toolbar images in my development machine in both of running the application and deploying the application.

    Balasubramanian K.

    J 1 Reply Last reply
    0
    • B BalasubramanianK

      Hi, I can show my report (CR of VS 2005) well in my development machine (ASP.Net with C#). But after deploying in my sever, the toolbar images of the report is not displaying well. It show as red color (X) mark. I googled and tried in different ways. But I could not solve it. I tried in four ways so far such as by pasting aspnet_client in my project folder, creating another virtual diretry in my prj and linking with aspnet_client, adding CR of VS2005 in pre-requisitis while building and finaly building with Merge module. But I never got help from the above mentioned 4 ways. Anybody can help me? I'm being struck in this for more than 5 days. Note: Report is generating well with toolbar images in my development machine in both of running the application and deploying the application.

      Balasubramanian K.

      J Offline
      J Offline
      Jack Li
      wrote on last edited by
      #2

      can you paster code of the report (CR)? it's must request one data source, and (CR).rpt files must in one directory.

      B 1 Reply Last reply
      0
      • J Jack Li

        can you paster code of the report (CR)? it's must request one data source, and (CR).rpt files must in one directory.

        B Offline
        B Offline
        BalasubramanianK
        wrote on last edited by
        #3

        In my report, I am using command. I've written some queries over there itself.

                rptDocument = new ReportDocument();
                rptDocument.Load(Server.MapPath("Reports/rptPendingCredit.rpt"));
                crvPendingCredit.ReportSource = rptDocument;
                crvPendingCredit.DataBind();
        

        This followng is my code of my Crystal Report Viewer control

            <CR:CrystalReportViewer ID="crvPendingCredit" runat="server" AutoDataBind="true" />
        

        Previously I added some more in my control. But I removed again

        <CR:CrystalReportViewer ID="crvPendingCredit" runat="server" AutoDataBind="true" HasCrystalLogo="False" EnableDatabaseLogonPrompt="false" EnableParameterPrompt="false"
        GroupTreeImagesFolderUrl="/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer3/images/tree/"
        ToolbarImagesFolderUrl="/aspnet_client/system_web/2_0_50727/CrystalReportWebFormViewer3/images/toolbar/" />

        Balasubramanian K.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups