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