Link to home
Start Free TrialLog in
Avatar of Paul Edwardian
Paul EdwardianFlag for United States of America

asked on

Crystal report 9.1.5 Assembly files

Is there any easy way to transfer Crystal dll files from one server to another?????????????
This is VERY VERY urgunt for me to get done.
Avatar of Mike McCracken
Mike McCracken

According to your other question this is done.

You need to use the MERGE MODULES for the appropriate version of Visual Studio.
From your other question

This link shows the merge modules you need to install

http://msdn.microsoft.com/en-us/library/ms225284(v=vs.80).aspx

If application is written in VS2003
https://smpdl.sap-ag.de/~sapidp/012002523100006009302008E/cr_net_2003_mm_en.zip

If it is written in VS2002
https://smpdl.sap-ag.de/~sapidp/012002523100006009362008E/cr_net_mm_en.zip

mlmcc
Avatar of Paul Edwardian

ASKER

OK but can you explain how can I install it? Does it have to be done in visual studio? And if yes, how can I do it. I appreciate if you can explain the steps since I'm an student.
Thanks for the link. It was good to follow. I installed the setup file that was created from visual studio but they are 9.2.33 crystal report assemblies version and I need to have 9.1.5 version on my server. Can you please help?
WHy do you need 9.1.5 if you VS is 9.2.33?

mlmcc
No the original request I submitted was about 9.1.5 Thats the version of the assebly that I have in the old server. Therefore I need to have same versions on both servers.
ASKER CERTIFIED SOLUTION
Avatar of Mike McCracken
Mike McCracken

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
which one do you think I need to use:

Crystal Reports for VS .NET 9.1
Utility
Modules utility for DLL usage and diagnosing app termination

OR

Crystal Reports for VS .NET 9.1
Utility
English Merge Modules for CR for .NET 2003
Which version of Crystal is the application built with?

mlmcc
Its 9.1.5 Crystal Report
VB.Net 2003
Crystal Reports for VS .NET 9.1
Utility
English Merge Modules for CR for .NET 2003

mlmcc
It worked. But now Im getting another error. I have already put the crystal report product key in the properties of Crystal_regwiz2003.msm before building the solution. What do I need to do? PLZ help!

User generated image
Is KeyCodeV2.dll on the machine?

mlmcc
Ok I restarted the server and now im getting a differant error:

User generated image
What does sReportPath equal?

mlmcc
This is the Code:

    Public Sub CreateReport(ByVal sReport As String, ByVal _
                   arParams As Array, Optional ByVal _
                   DoParams As Boolean = True)
        Dim ReportFormat As String = GetReportFormat()
        Dim oRpt As New ReportDocument
        Dim oSubRpt As New ReportDocument
        Dim Counter As Integer
        Dim crSections As Sections
        Dim crSection As Section
        Dim crReportObjects As ReportObjects
        Dim crReportObject As ReportObject
        Dim crSubreportObject As SubreportObject
        Dim crDatabase As Database
        Dim crTables As Tables
        Dim crTable As Table
        Dim crLogOnInfo As TableLogOnInfo
        Dim crConnInfo As New ConnectionInfo
        Dim crParameterValues As ParameterValues
        Dim crParameterDiscreteValue As ParameterDiscreteValue
        Dim crParameterRangeValue As ParameterRangeValue
        Dim crParameterFieldDefinitions As ParameterFieldDefinitions
        Dim crParameterFieldDefinition As ParameterFieldDefinition
        Dim crParameterFieldDefinition2 As ParameterFieldDefinition
        Dim strFile As String
        Dim fi As FileInfo
        Dim tstr As String
        Dim sPath As String
        Dim configurationAppSettings As _
            System.Configuration.AppSettingsReader = _
            New System.Configuration.AppSettingsReader

        Dim sReportPath As String = _
            configurationAppSettings.GetValue("ReportPath", _
            GetType(System.String)) & sReport
        Dim pos As Integer


        'Try
        tstr = Microsoft.VisualBasic.Format(Now, "MM/dd/yyyy HH:mm:ss")
        'load report
        oRpt.Load(sReportPath)
If you use MsgBox sReportPath
What does it display?

mlmcc
I got another error massage on the comment:

User generated image
can I get some help here please?
I see you are relatively new member of EE.  Please understand all experts are volunteers and work the hours they can.  This means sometimes you have to wait for an expert to see the question or comment and then take the time to respond.

What was displayed in the message box for the report path?

mlmcc
Thanks
Im having KeyCodeV2.dll in my system, But having error like cannot find KeyCodeV2.dll or Invalid Keycode
Shankar - Please create a NEW question.  Asking in an existing question limits the experts who will your question and also the is no way to reward the expert.

mlmcc