CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2002
    Location
    Pakistan
    Posts
    11

    export not working on windows xp

    I m using crystal reports 8.0 all the operations working fine on win98 and xp but
    The export operation not working on windows xp which is working fine on win98, although i have place folder of crystal report in system32 dir .the export operation generate the blank file of size 0 bytes.

    Plz help what is the problem with xp.

  2. #2
    Join Date
    Jul 2003
    Location
    Florida
    Posts
    651

    Re: export not working on windows xp

    CR 8.5 has a file called runtime.hlp that tells which dlls are needed. Make sure you have all the dlls installed on the WinXP machine and that they are registered properly (if they have to be registered, some dll's don't need to be registered).

    Remember that you need to have a dll for the Export Type (ex. pdf) and one for the Export Destination (ex. application).
    I'd rather be wakeboarding...

  3. #3
    Join Date
    Dec 2002
    Location
    Pakistan
    Posts
    11

    Re: export not working on windows xp

    Thanx for ur reply

    I Have placed all the dlls which r required by export operation in windows/system32 dir but still the same result. i have also tried to place the crystal dll folder which is in windows dir on develpment machine but still same.

    I think if there is a problem of any dll then it also should not wok on win 98 client machine coz i used the same package to install the app on 98 and xp but its working fine on 98 and not working on xp.

  4. #4
    Join Date
    Jul 2003
    Location
    Florida
    Posts
    651

    Re: export not working on windows xp

    I'm running Windows 2000, so I'm not sure if this will help. I have all my Export dlls in C:\WINNT\Crystal.
    I'd rather be wakeboarding...

  5. #5
    Join Date
    Oct 2004
    Location
    Adelaide, South Australia
    Posts
    125

    Re: export not working on windows xp

    I've seen this problem before, a couple of years ago.
    Reared its ugly head because of a missing or outdated DLL from Crystal.

    It worked on another machine and we reasoned it must be the OS, because that was the (obvious) difference. Upon investigating, we discovered that Crystal had once been installed on the box that it still worked on, and had been later uninstalled. The old Crystal DLLs were still hanging around from the previous Crystal install, which is why Crystal still worked on that box. It didn't work on the new box because that machine had never had Crystal installed on it, and our DLL install was incomplete by a file or 2.

    As malleyo said, you need to get that info from Crystal, and when in doubt install anthing you're not sure about, just in case. Make sure that after copying the files to the designated directories, you run RegSvr32.exe on them all. When you do this some will tell you they don't need registering (ie a fail message), and that's quite OK - some are registerable and some aren't.

    That's what I remember of it, but I'm getting old.....:-)))

    Dave

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured