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. Setup Project with Crystal

Setup Project with Crystal

Scheduled Pinned Locked Moved C#
csharpquestionworkspace
10 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.
  • H Offline
    H Offline
    hxxbin
    wrote on last edited by
    #1

    Hi I made an application with Crystal dependecie. When I made the Setup Project, this detect it. And add a crystal packet, but when I build the project, and try to install this in another PC without Crystal assembly, the install begins but in the middle stop with a warning about a miss assembly, I imagine this miss assembly is Crystal, cuz I only use .NET and Crystal assembly, anyone else. :confused: What can I do?? Thanks. ---- hxxbin

    H B H 5 Replies Last reply
    0
    • H hxxbin

      Hi I made an application with Crystal dependecie. When I made the Setup Project, this detect it. And add a crystal packet, but when I build the project, and try to install this in another PC without Crystal assembly, the install begins but in the middle stop with a warning about a miss assembly, I imagine this miss assembly is Crystal, cuz I only use .NET and Crystal assembly, anyone else. :confused: What can I do?? Thanks. ---- hxxbin

      H Offline
      H Offline
      Heath Stewart
      wrote on last edited by
      #2

      See Deploying Crystal Reports in .NET Applications[^] in the Visual Studio .NET. There's other merge modules required, as well as one which requires the registration key you were emailed when you registered Crystal Reports for VS.NET.

      Microsoft MVP, Visual C# My Articles

      H 2 Replies Last reply
      0
      • H hxxbin

        Hi I made an application with Crystal dependecie. When I made the Setup Project, this detect it. And add a crystal packet, but when I build the project, and try to install this in another PC without Crystal assembly, the install begins but in the middle stop with a warning about a miss assembly, I imagine this miss assembly is Crystal, cuz I only use .NET and Crystal assembly, anyone else. :confused: What can I do?? Thanks. ---- hxxbin

        B Offline
        B Offline
        Braulio Dez
        wrote on last edited by
        #3

        Welcome to the Crystal Reports mini-hell :-)... When you install you application on a client machine, ... the user presses to get his fancy report, and Crystal Reports throws you this exception cannot find keycodev2.dll, or invalid keycode In order to avoid this error, you need to add to your installation set, the following msm’s ( in your Visual Studio Installer you will find the option “add modules”, and it will point you automatically to the right folder where the MSM’s are there). Then add the following msm’s: · regwiz ( or regwiz2003 something like that in Vstudio 2003), there in the “properties” of that MSM, you will find (after search a bit), an option called “License Key”, there you have to include the license key of your Crystal reports ( go to Visual Studio, Help Menu, about box... there you can find your Creports ID Key). · You need to include two more msm’s, one about STL and another about ATL ( you will find them in the same place). Have fun... :)

        1 Reply Last reply
        0
        • H hxxbin

          Hi I made an application with Crystal dependecie. When I made the Setup Project, this detect it. And add a crystal packet, but when I build the project, and try to install this in another PC without Crystal assembly, the install begins but in the middle stop with a warning about a miss assembly, I imagine this miss assembly is Crystal, cuz I only use .NET and Crystal assembly, anyone else. :confused: What can I do?? Thanks. ---- hxxbin

          B Offline
          B Offline
          Braulio Dez
          wrote on last edited by
          #4

          Je je, No me había dado cuenta de que eras de Méjico ! :-), yo soy de España ( Málaga al sur). Saludos ! Braulio

          H 1 Reply Last reply
          0
          • B Braulio Dez

            Je je, No me había dado cuenta de que eras de Méjico ! :-), yo soy de España ( Málaga al sur). Saludos ! Braulio

            H Offline
            H Offline
            hxxbin
            wrote on last edited by
            #5

            Sip, Mexicano, aka de Guadalajara :-D Saludos a la gente hispana! ---- hxxbin

            1 Reply Last reply
            0
            • H Heath Stewart

              See Deploying Crystal Reports in .NET Applications[^] in the Visual Studio .NET. There's other merge modules required, as well as one which requires the registration key you were emailed when you registered Crystal Reports for VS.NET.

              Microsoft MVP, Visual C# My Articles

              H Offline
              H Offline
              hxxbin
              wrote on last edited by
              #6

              Thanks I'm lookin' the article about in MSDN. ---- hxxbin

              1 Reply Last reply
              0
              • H hxxbin

                Hi I made an application with Crystal dependecie. When I made the Setup Project, this detect it. And add a crystal packet, but when I build the project, and try to install this in another PC without Crystal assembly, the install begins but in the middle stop with a warning about a miss assembly, I imagine this miss assembly is Crystal, cuz I only use .NET and Crystal assembly, anyone else. :confused: What can I do?? Thanks. ---- hxxbin

                H Offline
                H Offline
                hxxbin
                wrote on last edited by
                #7

                I still can't make this works. I read the article, and added three more modules, to the regwiz2003 module I added the licence code. But it still doesn't work :( . The message I got display this: Unabled to get installer types in the c:\....\.exe assembly. --> One or more of the types in the assembly unable to load. ---- hxxbin

                1 Reply Last reply
                0
                • H Heath Stewart

                  See Deploying Crystal Reports in .NET Applications[^] in the Visual Studio .NET. There's other merge modules required, as well as one which requires the registration key you were emailed when you registered Crystal Reports for VS.NET.

                  Microsoft MVP, Visual C# My Articles

                  H Offline
                  H Offline
                  hxxbin
                  wrote on last edited by
                  #8

                  Hello again, I tried but it doesn't work, I found more info in http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf but it still doesn't work. I try to make a XCOPY with my application and the Crystal assemblys, works, but the keyCodev2.dll error raise. :( I need this application works today :sigh: ---- hxxbin

                  H 1 Reply Last reply
                  0
                  • H hxxbin

                    Hello again, I tried but it doesn't work, I found more info in http://support.businessobjects.com/communityCS/TechnicalPapers/crnet_deployment.pdf but it still doesn't work. I try to make a XCOPY with my application and the Crystal assemblys, works, but the keyCodev2.dll error raise. :( I need this application works today :sigh: ---- hxxbin

                    H Offline
                    H Offline
                    Heath Stewart
                    wrote on last edited by
                    #9

                    XCOPY won't work with Crystal Reports. As the documentation I gave a link for explains, the regwiz*.msm merge module needs the license key. It uses this to register it in the registry or in a file somewhere (I haven't looked, so I don't know at this point). You must use an installer so that the Crystal Reports runtime is registered correctly.

                    Microsoft MVP, Visual C# My Articles

                    1 Reply Last reply
                    0
                    • H hxxbin

                      Hi I made an application with Crystal dependecie. When I made the Setup Project, this detect it. And add a crystal packet, but when I build the project, and try to install this in another PC without Crystal assembly, the install begins but in the middle stop with a warning about a miss assembly, I imagine this miss assembly is Crystal, cuz I only use .NET and Crystal assembly, anyone else. :confused: What can I do?? Thanks. ---- hxxbin

                      H Offline
                      H Offline
                      hxxbin
                      wrote on last edited by
                      #10

                      Finally I got this work. I make a dummy project with the CR modules and then just a XCOPY with my project, and works :-D I can relax me this weekend :cool: ---- hxxbin

                      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