473,776 Members | 1,650 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

deploying vb.net with crystal rpt as part of package

My simple program accesses an access file and uses a crystal report as part
of the package. When I deploy it to an xp machine it works fine. When I
deploy it to w98 it runs until I try to run the report and I get an error
that says load report failed. I have mdac 2.8 installed and the correct
version of framework.net.

Any thoughts?

Thanks, Bill V.
Nov 21 '05 #1
3 1551
Make absolutley sure that you have all the correct merge modules - as per
the relevant documentation on the crystal web site.

"William E Voorhees" wrote:
My simple program accesses an access file and uses a crystal report as part
of the package. When I deploy it to an xp machine it works fine. When I
deploy it to w98 it runs until I try to run the report and I get an error
that says load report failed. I have mdac 2.8 installed and the correct
version of framework.net.

Any thoughts?

Thanks, Bill V.

Nov 21 '05 #2
"William E Voorhees" <we*@cinci.rr.c om> schrieb im Newsbeitrag
news:uz******** ********@TK2MSF TNGP12.phx.gbl. ..
My simple program accesses an access file and uses a crystal report as part of the package. When I deploy it to an xp machine it works fine. When I
deploy it to w98 it runs until I try to run the report and I get an error
that says load report failed. I have mdac 2.8 installed and the correct
version of framework.net.


Dear William,

look there :
http://support.businessobjects.com/l...s/c2013420.asp
http://support.businessobjects.com/l...s/c2011640.asp

Greeting

Thomas Wenning
Nov 21 '05 #3
Thanks,
"thomas wenning" <no************ *******@gmx.de> wrote in message
news:ew******** ******@tk2msftn gp13.phx.gbl...
"William E Voorhees" <we*@cinci.rr.c om> schrieb im Newsbeitrag
news:uz******** ********@TK2MSF TNGP12.phx.gbl. ..
My simple program accesses an access file and uses a crystal report as

part
of the package. When I deploy it to an xp machine it works fine. When I
deploy it to w98 it runs until I try to run the report and I get an error that says load report failed. I have mdac 2.8 installed and the correct
version of framework.net.


Dear William,

look there :
http://support.businessobjects.com/l...s/c2013420.asp
http://support.businessobjects.com/l...s/c2011640.asp

Greeting

Thomas Wenning

Nov 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1855
by: Richard Loupatty \(MIO\) | last post by:
Hi, Does someone know how to deploy a webapplication with crystal report on a shared hosting. Normally you would use the merge-modules of Crystal and create a installation-package. But this time i want to deploy it on a shared server of my provider tia
0
1021
by: Serdar Kalaycý | last post by:
Hi everyone, I have a web application coded in C#, using Crystal Reports. The problem is, I don't have the right to run a setup program on my hosting server, I can only reach it through FTP. When I try to deploy the output files on the server, it gives an error message "Cannot find KeycodeV2.dll, or invalid keycode.". The support people tried to install a Crystal Reports package found on the Crystal Decisions website, but it didn't...
0
1029
by: Serdar Kalaycý | last post by:
Hi everyone, I have a web application coded in C#, using Crystal Reports. The problem is, I don't have the right to run a setup program on my hosting server, I can only reach it through FTP. When I try to deploy the output files on the server, it gives an error message "Cannot find KeycodeV2.dll, or invalid keycode.". The support people tried to install a Crystal Reports package found on the Crystal Decisions website, but it didn't...
2
3563
by: fig000 | last post by:
Hi everyone, I recently wrote a vb.net app which includes some crystal reports. The user has very little money in their budget and have been without a working application for quite a while. This being the case I worked with what was available: I used vb.net and crystal 8.5. The crystal reports are being viewed in the crystal report viewer which is still included in vb.net. I went ahead with developing this project because I found that...
4
3776
by: John R. Dougherty | last post by:
I have developed an application with VB.NET, which includes the Crystal Reports (Visual Studio .NET 2003 edition) controls. I can run the application on my PC and it does work fine, but on any other PC it throws an error message once the user tries to view an existing Crystal Report file. How can I use my application to view Crystal Reports from other PCs? Do I have to include the .RPT files in the VB.NET project? What about when .RPT...
0
1091
by: markcash | last post by:
I have developed a ASP.NET application that contains several reports that were developed with Crystal Report XI. My development machine is Windows XP SP2. Everything works fine, but when I deploy the application to my web server which is running Windows 2003 SP1, the reports do not work. I get no errors when I click the link to the page that has the CrystalReportViewer control, but I also get no report. I have tried deploying the...
3
1226
by: Rabbit | last post by:
I would like to know the common practise for the captioned subject Currently if create a Web Setup Project to deploy my ASP.net 2.0 solution, it will include all my source code, as my target machine don't have crystal report installed, I was wondering if I can use Build->Publish Web Site to deploy my solution which has Crystal Reports? Can some give me some suggestion, how to deploy web solution to customer web server which has Crystal...
0
960
by: Roger | last post by:
In my previous asp.net app, I am able from the Visual Studio, select "Publish Web Site" by right clicking on the solution and selecting the menu item. But, how do you publish a asp web app that uses the crystal report assemblies without having to create a windows installer package. Or the only way is to create a windows installer package. Or is there a way to deploy the crystal assemblies once and if I make updates to the asp app, I do...
1
8145
by: =?Utf-8?B?Q2lhcmFuIE8nJ0Rvbm5lbGw=?= | last post by:
On reflection, you could possibly make the app a self extracting zip file which extracts the EXE and a settings file and then starts the app, then when you app closes, it can repack the settings file and itself into the exe. You would probably want a tool for this bit which could be in the zip too. So the app isnt single exe when running but when not running, it is. Just an idea for you to think about. Another option would possibly be to...
0
9464
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10289
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10120
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10061
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9923
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8952
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6722
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3622
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2860
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.