Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > Pro VB 6
|
Pro VB 6 For advanced Visual Basic coders working in version 6 (not .NET). Beginning-level questions will be redirected to other forums, including Beginning VB 6.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro VB 6 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 8th, 2003, 07:06 AM
Registered User
 
Join Date: Dec 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Crystal 8.5 - missing or out-of-date report DLL

Hi,

I'm trying to export a report using Crystal 8.5 and VB6, and although this works on every other installation i've just done a Terminal Services install and keep getting the error message 'missing or out-of-date report DLL'. All I can think is that it must be a permissions problem on one of the DLL's; the problem is I don't know Crystal well enough to know which one, or why! Any advice would be very much appreciated.

The code that does the export is included below, although I don't think that it's a code problem (but which developer would?! ;) )

With mobjCrystalReport
    With .ExportOptions
        .UseReportDateFormat = True
        .UseReportNumberFormat = True
        .FormatType = crEFTCommaSeparatedValues
        .DestinationType = crEDTDiskFile
        .DiskFileName = strFileName
    End With
    .Export False
End With

With thanks and much desperation!

Paul.


 
Old December 8th, 2003, 12:40 PM
Registered User
 
Join Date: Dec 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Thought I'd let you anyone interested know that I've sorted it out now and, in case this is useful for anyone else, here's how I did it...

Under Terminal Services, the Crystal dlls are installed in the winnt\crystal directory and not everyone has access to this. Crystal recommend copying all the dll's from the winnt\crystal dir to the winnt\system32 dir. Did this and everything is fine again.

Always something daft, isn't it?

Paul.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Crystal report Pdssql.dll Can't find Arunachalam Javascript 1 August 25th, 2011 09:32 AM
Crystal 8.5 - Missing or out-of-date export DLL petitpal Pro VB.NET 2002/2003 4 August 27th, 2009 02:10 PM
Missing or out-of-date export DLL svetlagusik Classic ASP Components 0 July 28th, 2006 10:22 AM
Crystal Report pdssql.dll Can't find Arunachalam Pro VB 6 1 May 17th, 2006 09:38 AM
Invalid Export DLL error with Crystal Report cumadhu .NET Web Services 0 December 16th, 2004 12:38 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.