473,513 Members | 2,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crystal Report, Win 2000

Hi,

I have a project that uses Crystal Reports (VS .Net included) and the
System.Data namespace. I've managed to deploy the project and to get Crystal
Report working on my clients XP based machines. However, once I try the
install the solution on their Win 2000 machines I run into some problems. On
some machines the application works but the Crystal Report engine throws an
error, on other machines the applications crashes (with the framework
installed).

My question is. What do I actually need when it comes to MDAC, merged
Crystal Reports DLL:s and so on..? Can't really find a good specification
about this.

Cheers

Richard
Nov 16 '05 #1
3 1565
You don't mention your specific error, but I had a similar problem a few
years ago with Crystal 8.5 and Win2K. Apparently the issue revolved around
rights. If the user had admin privilidges, the app worked fine. If the did
not, the app would not run some of the reports (it seemed to mostly occur
with reports that were derived from multiple tables).

Didn't happen with XP, just 2K. Unfortunately Crystals solution was to
either a) give user admin rights or b) upgrade to xp. :(

This may or may not be your issue, but thought I'd throw it out.

Robert

"Richard Hallgren" <ri*******@dreamforce.se> wrote in message
news:e2**************@TK2MSFTNGP12.phx.gbl...
Hi,

I have a project that uses Crystal Reports (VS .Net included) and the
System.Data namespace. I've managed to deploy the project and to get Crystal Report working on my clients XP based machines. However, once I try the
install the solution on their Win 2000 machines I run into some problems. On some machines the application works but the Crystal Report engine throws an error, on other machines the applications crashes (with the framework
installed).

My question is. What do I actually need when it comes to MDAC, merged
Crystal Reports DLL:s and so on..? Can't really find a good specification
about this.

Cheers

Richard

Nov 16 '05 #2
Ok, thanks,

But what about MDAC; do I have to worry about that and win 2000? I know that
it comes with VS .Net, but isn't it included in XP? I'm quite new to Windows
Form programming but I must say that it feels really hard to deploy a
project that's supposed to work - without actually supervising each and
every
installation... Are there any good guidelines or articles about problems
related to OS compatibility and .Net?

Richard

"N4IXT" <n4***@NOSPAMTHANKS.mindspring.com> wrote in message
news:7z****************@newsread2.news.atl.earthli nk.net...
You don't mention your specific error, but I had a similar problem a few
years ago with Crystal 8.5 and Win2K. Apparently the issue revolved around
rights. If the user had admin privilidges, the app worked fine. If the did
not, the app would not run some of the reports (it seemed to mostly occur
with reports that were derived from multiple tables).

Didn't happen with XP, just 2K. Unfortunately Crystals solution was to
either a) give user admin rights or b) upgrade to xp. :(

This may or may not be your issue, but thought I'd throw it out.

Robert

"Richard Hallgren" <ri*******@dreamforce.se> wrote in message
news:e2**************@TK2MSFTNGP12.phx.gbl...
Hi,

I have a project that uses Crystal Reports (VS .Net included) and the
System.Data namespace. I've managed to deploy the project and to get Crystal
Report working on my clients XP based machines. However, once I try the
install the solution on their Win 2000 machines I run into some problems. On
some machines the application works but the Crystal Report engine throws

an
error, on other machines the applications crashes (with the framework
installed).

My question is. What do I actually need when it comes to MDAC, merged
Crystal Reports DLL:s and so on..? Can't really find a good

specification about this.

Cheers

Richard


Nov 16 '05 #3
Hi,

I'm running on win2K and do not have any trouble, the MDAC version needed
is installed with the framework. What is the details of the exception , also
see if you can see where it's being thrown, also check your data sources, I
have found that CR is not very expressive in the exception messages :(

You should take a look at CR's web site, they have a good number of
resources there

Cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"Richard Hallgren" <ri*******@dreamforce.se> wrote in message
news:eQ**************@TK2MSFTNGP09.phx.gbl...
Ok, thanks,

But what about MDAC; do I have to worry about that and win 2000? I know that it comes with VS .Net, but isn't it included in XP? I'm quite new to Windows Form programming but I must say that it feels really hard to deploy a
project that's supposed to work - without actually supervising each and
every
installation... Are there any good guidelines or articles about problems
related to OS compatibility and .Net?

Richard

"N4IXT" <n4***@NOSPAMTHANKS.mindspring.com> wrote in message
news:7z****************@newsread2.news.atl.earthli nk.net...
You don't mention your specific error, but I had a similar problem a few
years ago with Crystal 8.5 and Win2K. Apparently the issue revolved around
rights. If the user had admin privilidges, the app worked fine. If the did not, the app would not run some of the reports (it seemed to mostly occur with reports that were derived from multiple tables).

Didn't happen with XP, just 2K. Unfortunately Crystals solution was to
either a) give user admin rights or b) upgrade to xp. :(

This may or may not be your issue, but thought I'd throw it out.

Robert

"Richard Hallgren" <ri*******@dreamforce.se> wrote in message
news:e2**************@TK2MSFTNGP12.phx.gbl...
Hi,

I have a project that uses Crystal Reports (VS .Net included) and the
System.Data namespace. I've managed to deploy the project and to get

Crystal
Report working on my clients XP based machines. However, once I try the install the solution on their Win 2000 machines I run into some problems.
On
some machines the application works but the Crystal Report engine

throws an
error, on other machines the applications crashes (with the framework
installed).

My question is. What do I actually need when it comes to MDAC, merged
Crystal Reports DLL:s and so on..? Can't really find a good

specification about this.

Cheers

Richard



Nov 16 '05 #4

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

Similar topics

1
19130
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal...
2
1253
by: airkart | last post by:
Hello, I've scoured groups and the web, and haven't found a question like mine answered. I'm using Visual Studio 2003 with the Crystal Reports it comes bundled with and SQL Server 2000....
6
13100
by: Robin Cushman | last post by:
Hi all, I need some help -- I'm working with an A2K database, using DAO, and am trying to read records into a Crystal Report and then export it to a folder on our network as an Excel...
2
3058
by: aldous scotch | last post by:
I designed a Crystal Report .rpt from within Microsoft Development Environment 2003 Version 7.1.3088 (VB .NET IDE). I selected database fields from the left side Field Explorer onto the Details...
1
3390
by: Crystal Report - LoadSaveReportException | last post by:
I have a web system which will display a crystal report for clients. It is written in Visual Studio 2003, VB.Net and Crystal Report which comes with VS 2003, and it is running on Windows 2000. It...
0
1437
by: Crystal Report - LoadSaveReportException | last post by:
I have a web system which will display a crystal report for clients. It is written in Visual Studio 2003, VB.Net and Crystal Report which comes with VS2003, running on Windows 2000. It works very...
3
2387
by: lodatokab | last post by:
I'm have problem to run crystal report (VS 2005) on my computer with Windows 2000 Server. I run the solution in my dev envroiment (Windows XP) and no problems. When I try to run in on IIS 5.0 on...
2
4761
by: microsoft . public . sqlserver | last post by:
I am a Web developer. I am new to VB 6.0 and Crystal Report. I have joined an organisation where there is an application running(developed in VB6 and crystal report 7). I have to modify one report....
0
1010
by: zahiran | last post by:
Hello there... I want to ask about using crystal report in VB.Net...involving SQL Server 2000 first of all, my application is a win-based application n i used VB.Net... i have created 2 forms,...
0
7260
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7160
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...
0
7384
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,...
0
7537
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...
0
5685
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,...
0
4746
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...
0
3222
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1594
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
456
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...

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.