Include Runtime Modules For Access, Crystal Reports, And .net 4.0 In Setup Deployment?

Jun 15, 2011

I have an application written in VB.net using VS2010 that I am ready to deploy. The application uses an access (2003) database, the .net 4.0 framework and Crystal Reports. I have generated a setup project which works fine when deploying to systemsthat have the runtime for CR and Access and .net 4.0, but I will need to deploy this to systems that do not contain all of thes "pre-requisites", and may not have a

View 10 Replies


ADVERTISEMENT

Deploying Crystal Reports - Adding Crystal Reports To The Setup And Deployment

Jun 21, 2010

I am working on VB.NET(Visual studio 2008)..I completed developing my application and i need to deploy the application. I tried it and faced problems in some areas like adding crystal reports to the setup and deployment. I created a setup file to my application and everything is fine except crystal reports...its showing the error like; An error occurred in crystalDecisions.Reports, crystalEngine threw exception.

View 2 Replies

VS 2008 Connection (MS Access - Crystal Reports) - Set A New Path For Data Source During Runtime?

Jan 8, 2010

I have created a data source connection to an access db by using the wizard in vs2008. I have then used this as a data source for crystal reports. My user would like to put the database on a network and reference it there. Is there a way to set a new path for this data source during runtime?

View 4 Replies

Deployment With Crystal Reports And VB?

Jun 21, 2010

I have within it several Crystal Reports utilizing the CR viewer, but when I package everything it won't work on the machine is it installed on. I get an error that reports a problem with cyrstal! I tried unistalling and reinstalling with a new build etc.

View 3 Replies

Crystal Reports Not Working After Deployment?

Aug 20, 2010

I created a program that I am testing for my company. The program works fine except when I try to print the report, I get an error. The Print feature works fine in the debugger on my computer, but when I publish the application and install it on another machine, then they cannot view/print. In fact, it will not even open the Print Form with the Crystal Reports Viewer.

I have an input Form where you add data to the database. When you hit the "Print Button", it is supposed to open another form with the Crystal Reports Viewer where you can view/print the data. I get the error right when I hit the button and the form won't open. Like I said, it works perfect in the debugger on my computer.

Here is the error - Unhandled Exception has occurred in your application. Could not load file or assembly 'CrystalDecsisons.Windows.Forms, VERSION=10.5.3700.0 CULTURE=Neutral PublicKeyToken = 62fbea5521e1304 or one of its dependencies. The system cannot find the file specified.

View 2 Replies

MS Runtime Required For App To Run - How To Include With Setup

Apr 7, 2010

My application requires access to be installed on the computer or at least the MS Access runtime. Is their a way to include that with the application to check for that component/resource or install it if it isn't? Or would it just be easier to include a link to tell the user where to get the runtime if the error happens? I am using Visual Studio 2008 and the windows form app is written in VB.net. I am currently using click once for the deployment.

View 1 Replies

Crystal Reports Deployment Causing Database Login Prompt?

Jul 27, 2009

I have deployed a Visual Studio executible module written in VB Net 3.5 SP 1 with Crystal Reports. When the user tries to view a report(s)they are prompted to login in to the data base that has been data sourced into the report module. The correct database was verified before the build was made. The developer is able to run the report in a run mode on the local machine where the VB project was created. In the properties section in the project the following check boxes pertaining to reports were checked on:

Crystal Reports Basic for Visual Studio 2008(x86, x64)
Microsoft Visual Studio 2008 Report Viewer

Notes: If the executible module is deployed to a machine that has Visual Studio 2008 installed, the Reports run fine without a database login prompt.If the executible module is deployed to a machine that does not have Visual Studio 2008 installed, the user is prompted for a login. The data base is a SQL server 2008 database.

View 14 Replies

Include Crystal Reports Assembly (crystaldecisions.reportappserver.commonobjectmodel Ver 13.0.2000.0) Into Windows Installer?

Sep 21, 2011

I have built a project using VS 2010 and I have 2 reports I am creating within the project. While in VS2010, I can debug the program and the reports work perfectly. Now I have come to the point where I want to publish my project and install it on a machine that my program will be used on. I tried 'Publishing' my project and running the 'Setup' file on the other computer and I get the following error: Unable to install or run the application. The application requires

that assembly CrystalDecisions.ReportAppServer.CommonObjectModel
Version 13.0.2000.0 be installed in the Global Assembly Cache (GAC)
first. Please Contact your System Administrator.

Doing some research, I have found out that you can manually change the GAC or have Windows Installer fix it for you. To be honest, I don't know where the GAC is or how to modify it. My ideal solution would be to figure out how to setup Windows Installer to fix the GAC and configure Crystal reports however to get my project to run on a basic machine. setup Windows Installer to install the appropriate Crystal Reports Engine so my project will work??

View 2 Replies

Make Setup Of Project Then Crystal Reports Keeps Old Database Path

Jun 22, 2010

When i make Setup of my project then my crystal reports keeps old database path how can i resolve it please help me.

View 2 Replies

Page Setup During Print Preview In Crystal Reports For VS 2010

May 10, 2012

Is it possible to see the page setup during print preview of crystal reports during run time?

Because there are times that we need to set the top and bottom margin of the report.

View 1 Replies

VS 2008 Setup Including Database - .net Framework And Crystal Reports

Oct 10, 2010

how to create a setup in vb.net that comes with a ms access database and the .net framework if it is not existing in the system.. and also a crystal report... and also i want my database go automatically to C:

View 9 Replies

Creating A Crystal Reports Project - Setup The Login To Database Function?

Jan 31, 2010

I am creating a visual basic project for class. It is all running as intended though I am not sure how to set up the login to database function. When you click the link for the specific report it should display the page. But I get a login to database page. I am just wondering how I set that up so that one can actually see the information. ie:

[Code]...

View 1 Replies

Creating Bootstrapper For Crystal Reports Runtime?

Mar 15, 2012

I need help creating bootstapper for crystal reports runtime..I want crystal reports runtime to be installed automatically with the application if its not installed on the target machine.I am using vs2010?

View 3 Replies

Crystal Reports 9 Active Designer Runtime Library?

Feb 29, 2012

i added the COM reference to:Crystal Reports 9 ActiveX Designer Run Time Library 9.0 i have some code that prints a crystal report:

'print report
Dim Appl As New CRAXDRT.Application
Dim CrystalReport As New CRAXDRT.Report

[code]....

Code works fine on my Windows 7 64 bit computer because I have Crystal Reports 9 installed on that computer but i want this to work on other computers that don't have Crystal installed.I have published my app and installed it on another Windows 7 64 bit computer and it doesn't work.I think i need to have the craxdrt.dll install and register on the users computer.

how can i include this in my setup? I already include the Interop.CRAXDRT.dll when i publish (publish status: INCLUDE/Download Group: Required/Hash: Include) but it doesn't make a difference.i am using vb.net 2010 express?

View 3 Replies

Crystal Reports For Visual Studio 2010 Runtime Edition?

Aug 24, 2011

I have Visual Studio 2010 installed on a 64-bit OS with Crystal Reports for Visual Studio 2010 (obviously 64-bit edition as well). When I installed the runtime, their installation notes stated that if you develop 32-bit applications, you need install the 32-bit runtime, which I did. Testing the application and all is well.

However, this application is going to be distributed as x86 and x64. Now I have not yet converted my project to 64-bit, but should I now install the 64-bit runtime? How is this going to affect my 32-bit installation and report designs?

Secondly, when I distribute my application to the end-user, will they also be required to install the Crystal Reports runtime? Also according to their installation type (32-bit/64-bit)?

Lastly, I want to convert my project from x86 to x64. I understand you set this option by Build > Configuration Manager > (project) x64. Is it ok if I duplicate the entire project folder contents and setting only the duplicate project as x64?

View 1 Replies

Setup Project With Crystal Report Runtime?

Jul 13, 2009

I have a simple application with a crystal report in there. So, the crystal report runtime must be installed on the clients which use the app. Now i have create a setup.exe and under "Required Components", Crystal Reports Basic... is marked. I choose the second option below that Crystal Report should come from the identic folder. When i call the setup.exe or the *.msi file the app is installed under programs but without crystal reports.

View 2 Replies

Crystal Reports - Adjusting Space At Runtime Depending On Number Of Lines

Mar 24, 2008

I am trying to design a report where one filed can be multiple lines and the other related field should be located below (See attached)
address may be 1 one or more lines, city state zip should be located just below.
I already have the field set to can grow, however the spacing is the issue. How do I make the spacing adjust at runtime depending on the number of lines in the field. I can space it to say 3 lines, but if the address filed is only 1 line it leaves a 3 line gap.

View 1 Replies

Provide A Status Window In VB2008 When Calling Access 2007 Runtime Modules?

Mar 25, 2012

I am looking for some help in finding the best way to display a progress window for a module I am working on.I have a VB2008 app using an Access 2007 db. One of the MODULES in the Access db does a masterfile update and I want to show the user what is happening in process.

The VB2008 app calls the Access module to do all the work which is FAR FASTER than having VB2008 do all the work.The goal is to have a small window popup and display the progress. Once the process is done, close the window. How would you do this? Use a Access form? That works but it not clean looking at all. Is there something else that might work better?

Something like a msgbox that opens and can be updated while the process runs. Once the process is done, it can be closed. The user will not need to interact with this window - it's just to show the applications progress.

View 11 Replies

Make A Connection Using Crystal Reports To Access 07 Database?

Dec 15, 2011

I'm trying to use crystal reports in my database that i have made using vb 2010 and access 07, I'm trying to make a new crystal report in vb, have gone add new item, crystal report, etc but when i go to specify the new connection using the Microsoft office 12.0 access database engine )LE DB provider i keep getting a catastrophic failure error 0x8000fff?

View 2 Replies

Difference Between Crystal Reports In Vb - Create Crystal Reports In Vb?

Apr 14, 2009

tell me wat is the difference between crystal reports created in vb and in vb.net??how to create crystal reports in vb??

View 1 Replies

Error Connecting Password Protected Access Database To Crystal Reports

Apr 10, 2012

How do I open my Crystal Report in VB code (RPT files) on password-protected Access 2007 database? Ever since I protected my database with password, my Crystal Report generates an error.

View 3 Replies

Creating Reports In Crystal Reports That Is Integrated Within Visual Studio 2008?

Aug 26, 2011

I am creating reports in Crystal Reports that is integrated within Visual Studio 2008, and I noticed that some of the features are disabled. One is the ability to link tables with a Right Outer Join or Full Outer Join. I also cannot "Show SQL Query" in Crystal Reports. Is this something I can enable or do I have to purchase or upgrade?

View 1 Replies

Add Serial Number Requirement To Setup & Deployment > Setup Wizard For Application?

Apr 2, 2009

add serial number requirement to Setup & deployment > setup wizard for VB.net application

View 16 Replies

Deployment :: Setup And Deployment Project With Ms Sql Server?

Nov 3, 2009

i'm developing an application vb.net with mssql server as database. on my pc it works. but i don't know how to make it works on my customer's pc.anybody have some tutorial regarding the creation of a setup and deployment project with ms sql server.my first doubt is: how can i determinate the right connection string?

View 1 Replies

Merge Modules With Crystal 10?

Mar 23, 2005

I have learned that if I want my crystal reports to work on the client machines when they install my program, I have to include some merge modules. I have VB .Net 2003 and Crystal Reports 10. The merge modules that are included with VS Studio .Net 2003 are not included in the program software I have. Is it possible to download these merge modules somewhere else and use them with my software? If so, can someone give me a link on where to get them?

View 16 Replies

Deployment :: Setup & Deployment - Copy/import 2 Folders And There Sub-files/folders Into S&d Project?

May 7, 2012

Have built a project and associated it with a Setup&Deployment Project. The S&D project needs to contain 2 main folders (under User's Desktop) with various formats of files (xmls, txts, dlls) inside them and several subfolders. How can i copy/import these 2 folders and there sub-files/folders into my s&d project?

When adding them in the usual way, they are copied and defined a source path onto the current pc. You can understand what errors this might create when an another targeted pc does not contain those files to the exact location. Is there any way to copy them locally or somehow import them?

View 5 Replies

Include Another Program In Deployment?

May 2, 2009

I have a project ready to be deployed via ClickOnce and it uses free graphing software. Is there a way to either include this software so that it will be installed with my project or have the install from the graphing software run when my program is installed from the site?

View 2 Replies

Generating Reports Without Crystal Reports?

Dec 1, 2011

How can we create a report in vb.net without using any crystal reports

View 11 Replies

Include Database In The Deployment Package?

Oct 8, 2008

I was just forced to switch from VB 6 to .Net. I have my program working but I can't figure out how to include the database that I'm writing to in the install package. I can get the program working by dropping it in but I have to deploy this to other locations and I'd like it to be easy for them.

View 39 Replies

"Setup And Deployment" Wizard Asks For .NET Framework While Running Setup

Jan 22, 2008

I hv deployed my project using "Setup and Deployment" wizard. I hv installed MS VS.NET 2003 Bootstrapper Plugin -> A plug-in for creating deployment projects in Microsoft� Visual Studio� .NET 2003 that contain the .NET Framework version 1.1 and/or Microsoft Data Access Components (MDAC) version 2.7. still it is giving the error The setup requires .NET Framework 1.1.4322. Install the .NET Framework and run the setup again. The .NET Framework can be obtained from the web. Would u like to do this now?

[Code]...

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved