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. General Programming
  3. C#
  4. Crystal reports not working on win 7 - 64bit. help

Crystal reports not working on win 7 - 64bit. help

Scheduled Pinned Locked Moved C#
csharpwpfcomhelp
3 Posts 3 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.
  • W Offline
    W Offline
    Waqas Ahmad Abbasi
    wrote on last edited by
    #1

    i created application in WPF/C#.net in window xp, but when i try to run it win 7 every time i get exception on opening crystal report form in my application, even i installed following on win 7

    http://downloads.businessobjects.com/akdlm/crystalviewer/CRViewer.exe
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS\_13\_0.exe
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS\_redist\_install\_64bit\_13\_0\_3.zip

    B S 2 Replies Last reply
    0
    • W Waqas Ahmad Abbasi

      i created application in WPF/C#.net in window xp, but when i try to run it win 7 every time i get exception on opening crystal report form in my application, even i installed following on win 7

      http://downloads.businessobjects.com/akdlm/crystalviewer/CRViewer.exe
      http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS\_13\_0.exe
      http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS\_redist\_install\_64bit\_13\_0\_3.zip

      B Offline
      B Offline
      Bernhard Hiller
      wrote on last edited by
      #2

      That looks like the common 32bit-64bit problem: a 32bit application cannot load a 64bit dll, and a 64bit application cannot load a 32bit dll. Set the target of your application to x86 (i.e. 32bit), and install the 32bit version of crystal reports also on 64bit OS. If that does not solve the problem, provide necessary details like the error message and the code lines where the exception happens.

      1 Reply Last reply
      0
      • W Waqas Ahmad Abbasi

        i created application in WPF/C#.net in window xp, but when i try to run it win 7 every time i get exception on opening crystal report form in my application, even i installed following on win 7

        http://downloads.businessobjects.com/akdlm/crystalviewer/CRViewer.exe
        http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS\_13\_0.exe
        http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS\_redist\_install\_64bit\_13\_0\_3.zip

        S Offline
        S Offline
        Sandeep Mewara
        wrote on last edited by
        #3

        You failed to mention what error you get. CR 10.5 upwards were Win7 compatible. Here is a list of all Crystal runtimes: Crystal Reports Runtime Distribution & Supported Operating Systems[^] Make sure you install the correct runtime and refer the same one in your application. Any mismatch of version will lead to an error.

        Sandeep Mewara [My last tip/trick]: Server side Delimiters in ASP.NET[^]

        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