473,396 Members | 1,864 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Crystal Reports Viewer question

hello,

much to my surprise, the version of crystal that comes with visual studio.net 2003 does not have a
report preview window. i found out that i have to build a form in visual basic.net and use the
crystal view object to be able to view forms. the form works fine for me, so i created a .exe of the
form and emailed it to a friend because i thought they would be able to use the form/.exe without
having visual studio.net installed. that doesn't seem to be the case. as we will be working on this
project from 2 different locations, she will be buying visual studio. what i'd like to know is once
she has visual studio.net installed, will my .exe form work on her computer, or do i need to send
some additional files as well.

thanks
indera

Jul 21 '05 #1
6 4085
i seem to be having the same problem. i created an app
that launches a crystal report. works fine from my
machine but when i build the setup project and install
onto someone else's machine, it gives an error about
needing a dll. so, i copied the dll over and registered
it but still have the same error. it appears there is
something more to the crystal reports viewer object than i
thought. i still haven't figured out what is happening so
i will be interested to see if anyone can point out what
is going on.

mark
-----Original Message-----
hello,

much to my surprise, the version of crystal that comes with visual studio.net 2003 does not have areport preview window. i found out that i have to build a form in visual basic.net and use thecrystal view object to be able to view forms. the form works fine for me, so i created a .exe of theform and emailed it to a friend because i thought they would be able to use the form/.exe withouthaving visual studio.net installed. that doesn't seem to be the case. as we will be working on thisproject from 2 different locations, she will be buying visual studio. what i'd like to know is onceshe has visual studio.net installed, will my .exe form work on her computer, or do i need to sendsome additional files as well.

thanks
indera

.

Jul 21 '05 #2
hi mark,

the only thing i can think of, from my limited vs.net knowledge is that it is somehow references
something in the registry.

i hope that someone will be able to bail us out of this one.

indera
Mark wrote:
i seem to be having the same problem. i created an app
that launches a crystal report. works fine from my
machine but when i build the setup project and install
onto someone else's machine, it gives an error about
needing a dll. so, i copied the dll over and registered
it but still have the same error. it appears there is
something more to the crystal reports viewer object than i
thought. i still haven't figured out what is happening so
i will be interested to see if anyone can point out what
is going on.

mark
-----Original Message-----
hello,

much to my surprise, the version of crystal that comes

with visual studio.net 2003 does not have a
report preview window. i found out that i have to build a

form in visual basic.net and use the
crystal view object to be able to view forms. the form

works fine for me, so i created a .exe of the
form and emailed it to a friend because i thought they

would be able to use the form/.exe without
having visual studio.net installed. that doesn't seem to

be the case. as we will be working on this
project from 2 different locations, she will be buying

visual studio. what i'd like to know is once
she has visual studio.net installed, will my .exe form

work on her computer, or do i need to send
some additional files as well.

thanks
indera

.


Jul 21 '05 #3
You should include Crystal Report's merger modules into your setup project,
so that necessary Crystal Report's runtime can be installed on user's
computer (To require every user to install Visual Studio to run Crystal
Report is so unthinkable.)

You can download this document:
http://support.crystaldecisions.com/...deployment.pdf
"Dr. Indera" <dr*******@verizon.net> wrote in message
news:3F***************@verizon.net...
hi mark,

the only thing i can think of, from my limited vs.net knowledge is that it is somehow references something in the registry.

i hope that someone will be able to bail us out of this one.

indera
Mark wrote:
i seem to be having the same problem. i created an app
that launches a crystal report. works fine from my
machine but when i build the setup project and install
onto someone else's machine, it gives an error about
needing a dll. so, i copied the dll over and registered
it but still have the same error. it appears there is
something more to the crystal reports viewer object than i
thought. i still haven't figured out what is happening so
i will be interested to see if anyone can point out what
is going on.

mark
-----Original Message-----
hello,

much to my surprise, the version of crystal that comes

with visual studio.net 2003 does not have a
report preview window. i found out that i have to build a

form in visual basic.net and use the
crystal view object to be able to view forms. the form

works fine for me, so i created a .exe of the
form and emailed it to a friend because i thought they

would be able to use the form/.exe without
having visual studio.net installed. that doesn't seem to

be the case. as we will be working on this
project from 2 different locations, she will be buying

visual studio. what i'd like to know is once
she has visual studio.net installed, will my .exe form

work on her computer, or do i need to send
some additional files as well.

thanks
indera

.

Jul 21 '05 #4
thank you norman.
i will read the document.

if someone else has visual studio.net installed, will me .exe work?

indera
Norman Yuan wrote:
You should include Crystal Report's merger modules into your setup project,
so that necessary Crystal Report's runtime can be installed on user's
computer (To require every user to install Visual Studio to run Crystal
Report is so unthinkable.)

You can download this document:
http://support.crystaldecisions.com/...deployment.pdf

"Dr. Indera" <dr*******@verizon.net> wrote in message
news:3F***************@verizon.net...
hi mark,

the only thing i can think of, from my limited vs.net knowledge is that it

is somehow references
something in the registry.

i hope that someone will be able to bail us out of this one.

indera
Mark wrote:
i seem to be having the same problem. i created an app
that launches a crystal report. works fine from my
machine but when i build the setup project and install
onto someone else's machine, it gives an error about
needing a dll. so, i copied the dll over and registered
it but still have the same error. it appears there is
something more to the crystal reports viewer object than i
thought. i still haven't figured out what is happening so
i will be interested to see if anyone can point out what
is going on.

mark
>-----Original Message-----
>hello,
>
>much to my surprise, the version of crystal that comes
with visual studio.net 2003 does not have a
>report preview window. i found out that i have to build a
form in visual basic.net and use the
>crystal view object to be able to view forms. the form
works fine for me, so i created a .exe of the
>form and emailed it to a friend because i thought they
would be able to use the form/.exe without
>having visual studio.net installed. that doesn't seem to
be the case. as we will be working on this
>project from 2 different locations, she will be buying
visual studio. what i'd like to know is once
>she has visual studio.net installed, will my .exe form
work on her computer, or do i need to send
>some additional files as well.
>
>thanks
>indera
>
>
>
>.
>


Jul 21 '05 #5
As long as they installed Crystal with .Net, yes, it'll work...

Thys Brits
MCSD/MCSD.Net

"Dr. Indera" <dr*******@verizon.net> wrote in message
news:3F***************@verizon.net...
thank you norman.
i will read the document.

if someone else has visual studio.net installed, will me .exe work?

indera
Norman Yuan wrote:
You should include Crystal Report's merger modules into your setup project, so that necessary Crystal Report's runtime can be installed on user's
computer (To require every user to install Visual Studio to run Crystal
Report is so unthinkable.)

You can download this document:
http://support.crystaldecisions.com/...deployment.pdf
"Dr. Indera" <dr*******@verizon.net> wrote in message
news:3F***************@verizon.net...
hi mark,

the only thing i can think of, from my limited vs.net knowledge is
that it is somehow references
something in the registry.

i hope that someone will be able to bail us out of this one.

indera
Mark wrote:

> i seem to be having the same problem. i created an app
> that launches a crystal report. works fine from my
> machine but when i build the setup project and install
> onto someone else's machine, it gives an error about
> needing a dll. so, i copied the dll over and registered
> it but still have the same error. it appears there is
> something more to the crystal reports viewer object than i
> thought. i still haven't figured out what is happening so
> i will be interested to see if anyone can point out what
> is going on.
>
> mark
> >-----Original Message-----
> >hello,
> >
> >much to my surprise, the version of crystal that comes
> with visual studio.net 2003 does not have a
> >report preview window. i found out that i have to build a
> form in visual basic.net and use the
> >crystal view object to be able to view forms. the form
> works fine for me, so i created a .exe of the
> >form and emailed it to a friend because i thought they
> would be able to use the form/.exe without
> >having visual studio.net installed. that doesn't seem to
> be the case. as we will be working on this
> >project from 2 different locations, she will be buying
> visual studio. what i'd like to know is once
> >she has visual studio.net installed, will my .exe form
> work on her computer, or do i need to send
> >some additional files as well.
> >
> >thanks
> >indera
> >
> >
> >
> >.
> >

Jul 21 '05 #6
thank you thys.

that's half of my upcoming battle solved. <smile>
now i have to work on creating a setup file for people that don't have crystal.

indera
Thys Brits wrote:
As long as they installed Crystal with .Net, yes, it'll work...

Thys Brits
MCSD/MCSD.Net

"Dr. Indera" <dr*******@verizon.net> wrote in message
news:3F***************@verizon.net...
thank you norman.
i will read the document.

if someone else has visual studio.net installed, will me .exe work?

indera
Norman Yuan wrote:
You should include Crystal Report's merger modules into your setup project, so that necessary Crystal Report's runtime can be installed on user's
computer (To require every user to install Visual Studio to run Crystal
Report is so unthinkable.)

You can download this document:
http://support.crystaldecisions.com/...deployment.pdf
"Dr. Indera" <dr*******@verizon.net> wrote in message
news:3F***************@verizon.net...
> hi mark,
>
> the only thing i can think of, from my limited vs.net knowledge is that it is somehow references
> something in the registry.
>
> i hope that someone will be able to bail us out of this one.
>
> indera
>
>
> Mark wrote:
>
> > i seem to be having the same problem. i created an app
> > that launches a crystal report. works fine from my
> > machine but when i build the setup project and install
> > onto someone else's machine, it gives an error about
> > needing a dll. so, i copied the dll over and registered
> > it but still have the same error. it appears there is
> > something more to the crystal reports viewer object than i
> > thought. i still haven't figured out what is happening so
> > i will be interested to see if anyone can point out what
> > is going on.
> >
> > mark
> > >-----Original Message-----
> > >hello,
> > >
> > >much to my surprise, the version of crystal that comes
> > with visual studio.net 2003 does not have a
> > >report preview window. i found out that i have to build a
> > form in visual basic.net and use the
> > >crystal view object to be able to view forms. the form
> > works fine for me, so i created a .exe of the
> > >form and emailed it to a friend because i thought they
> > would be able to use the form/.exe without
> > >having visual studio.net installed. that doesn't seem to
> > be the case. as we will be working on this
> > >project from 2 different locations, she will be buying
> > visual studio. what i'd like to know is once
> > >she has visual studio.net installed, will my .exe form
> > work on her computer, or do i need to send
> > >some additional files as well.
> > >
> > >thanks
> > >indera
> > >
> > >
> > >
> > >.
> > >
>


Jul 21 '05 #7

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

Similar topics

1
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
by: Ashish Shridharan | last post by:
Hi All, I'm not very sure if this is the forum for my question but i was hoping someone could direct me to the right place (or answer my question). I am using the .NET crystal report viewer...
19
by: LP | last post by:
I am using (trying to) CR version XI, cascading parameters feature works it asks user to enter params. But if page is resubmitted. It prompts for params again. I did set...
1
by: kd | last post by:
Hi All, How to use crystal reports in asp.net? kd
3
by: Brian Henry | last post by:
Is there any way to get the status of a report being generated by the crystal reports viewer control? I have a report that takes up to 10 minutes to run and it looks like it's just jamed while this...
17
by: Peter Proost | last post by:
Hi Group, I've got an interesting problem, I don't know if this is the right group but I think so because everything I've read about it so far says it's a .net problem. Here's the problem, we're...
5
by: Jay | last post by:
I am getting mixed messages from the asp.net website hosting providers - some say they do not support Crystal Reports due to a $25,000 per cpu licensing fee, others say all I need to do is install...
7
by: Jlo | last post by:
Hi, I have a c# winforms application. When I call the report file, it shows me all the records in the table. How can I make it to call only a particular range. i have the following code...
1
by: narpet | last post by:
Hello all... I have a C# forms application that I am developing using MS Visual Studio 2005. I am trying to add some Crystal Reports to this application using the built in Crystal Reports tools...
1
by: CAM | last post by:
Hello, I am using Vista Basic.Net 2008 and I wondering what is the best way to display crystal reports in a form. I have about 10 different crystal reports what I am currently doing is using a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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
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
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
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
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...
0
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,...

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.