.net crystal report

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santoshshrigadwar
    New Member
    • Sep 2007
    • 5

    .net crystal report

    I have designed Application using Visual Studio 2003, in which I design crystal Report. The application works fine on the development machine where i had complete .net installation.

    On other machine I installed framework 1.1 , rest of the things work fine but Crystal report dosent work

    Can you please help me out
  • dip_developer
    Recognized Expert Contributor
    • Aug 2006
    • 648

    #2
    Originally posted by santoshshrigadw ar
    I have designed Application using Visual Studio 2003, in which I design crystal Report. The application works fine on the development machine where i had complete .net installation.

    On other machine I installed framework 1.1 , rest of the things work fine but Crystal report dosent work

    Can you please help me out
    check whether you have correctly added the reference of required assemblies such as..

    CrystalDecision s.CrystalReport s.Engine
    CrystalDecision s.ReportSource
    CrystalDecision s.Shared
    CrystalDecision s.Windows.Forms etc..

    Comment

    • santoshshrigadwar
      New Member
      • Sep 2007
      • 5

      #3
      Originally posted by dip_developer
      check whether you have correctly added the reference of required assemblies such as..

      CrystalDecision s.CrystalReport s.Engine
      CrystalDecision s.ReportSource
      CrystalDecision s.Shared
      CrystalDecision s.Windows.Forms etc..
      Yes all the above are there in the Reference, still on another machine CR dosent work

      Comment

      • dip_developer
        Recognized Expert Contributor
        • Aug 2006
        • 648

        #4
        Originally posted by santoshshrigadw ar
        Yes all the above are there in the Reference, still on another machine CR dosent work
        are you getting any error message..??

        Comment

        • santoshshrigadwar
          New Member
          • Sep 2007
          • 5

          #5
          Originally posted by dip_developer
          are you getting any error message..??
          Error Message is Cannot Find KeyCodeV2.dll file

          Comment

          • dip_developer
            Recognized Expert Contributor
            • Aug 2006
            • 648

            #6
            Originally posted by santoshshrigadw ar
            Error Message is Cannot Find KeyCodeV2.dll file

            Do the foolowing steps.......... ......

            1.Register the crystal reports with ur email

            2.U will be given a Registration number and crystal reports Licesnse key in ur mail box

            3.Go to the solution explore of ur project ..........right click on the solution explorer and add new project...

            4.Then select setup and deployment projects in the right hand box ..............c hoose the correct folder to save ur setup then ok.

            5.Right click on the setup in the solution explorer and add the crystal reports which u need by add file and also add the exe from the bin folder

            6.Then right click on the setup and add following merge modules ...........
            Database_Access .msm,Database_A ccess_enu.msm,r egwiz.msm,Manag ed.msm

            7.Right click on the regwiz.msm and select properties..... ........... one option will be there as 'mergemodulepro perties'....... .......
            give the license key of the report which is given to ur mail not the regno...

            8.If u lost the license key then go to ur application -->help-->about microsoft development environment there u can see the crystal report lisence key copy thet exact key alone and paste in the 'mergemodulepro perties' license key property box..

            9.Then build the set up by right clicking on it and select build ...

            Comment

            • Darpan Singh
              New Member
              • Sep 2007
              • 1

              #7
              Originally posted by santoshshrigadw ar
              I have designed Application using Visual Studio 2003, in which I design crystal Report. The application works fine on the development machine where i had complete .net installation.

              On other machine I installed framework 1.1 , rest of the things work fine but Crystal report dosent work

              Can you please help me out

              Hi, You havenot mentioned that whether you are using registered VS .Net. If yes, then you may try to give a valid registration number and valid keycode to Crystal Report, after registering Crystal report properly you may again make a solution and then try it on other machine.

              Comment

              • santoshshrigadwar
                New Member
                • Sep 2007
                • 5

                #8
                Thanks Mate Its working Fine.

                Comment

                Working...