473,471 Members | 1,964 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ADO.NET + Crystal Reports app deployment

Hi!
I need to deploy .NET application (ADO.NET + Crystal Reports) in local
intranet.
All assemblies of application will be shared in the folder on the server so
all users can
execute this application on their pc from that folder. (of course I need to
apply some .NET security permissions).
So I've got two questions:
what is the best way to install crystal reports engine on users pc?
what kind of problems may occur in such enviroment ?

Thanks for any ideas!

Dmitry

Nov 15 '05 #1
3 2057
Dmitry,

Your biggest concern is that you have the appropriate Crystal Reports
assemblies installed. Other than that, you should make sure that you have
the framework installed correctly (including any supporting libraries, like
MDAC), as well as setting the security permissions.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Dmitry Karneyev" <ka******@msn.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi!
I need to deploy .NET application (ADO.NET + Crystal Reports) in local
intranet.
All assemblies of application will be shared in the folder on the server so all users can
execute this application on their pc from that folder. (of course I need to apply some .NET security permissions).
So I've got two questions:
what is the best way to install crystal reports engine on users pc?
what kind of problems may occur in such enviroment ?

Thanks for any ideas!

Dmitry

Nov 15 '05 #2
Hi,
There is a document in the crystal report support site that explain in
detail what you have to do to deploy an application that use Crystal Report,
the document name is crnet_deployment.pdf I can forward it to you if you
don't find it.

I think tha tyou will need to create a depployment package for this any way,
just to install the crystal assemblies in the target machine, One idea that
I can think of is try to detect from your application if the running machine
had run before the deployment, if not execute it.
This allow you to install it "on demand"
Hope this help,

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

"Nicholas Paldino [.NET/C# MVP]" <mv*@spam.guard.caspershouse.com> wrote in
message news:e2**************@TK2MSFTNGP10.phx.gbl...
Dmitry,

Your biggest concern is that you have the appropriate Crystal Reports
assemblies installed. Other than that, you should make sure that you have
the framework installed correctly (including any supporting libraries, like MDAC), as well as setting the security permissions.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Dmitry Karneyev" <ka******@msn.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi!
I need to deploy .NET application (ADO.NET + Crystal Reports) in local
intranet.
All assemblies of application will be shared in the folder on the server

so
all users can
execute this application on their pc from that folder. (of course I need

to
apply some .NET security permissions).
So I've got two questions:
what is the best way to install crystal reports engine on users pc?
what kind of problems may occur in such enviroment ?

Thanks for any ideas!

Dmitry


Nov 15 '05 #3
Hi,

Some time ago I had more or less the same problem in my head. As far as I
know the there are CR libraries that are not installed with the .NET
framework on a computer. So trying to run an application that uses CR,
developed in VS.NET, on a computer that never had VS.NET installed but only
the framework will not work. The sollution was to installl VS.NET on that
computer. Maybe I did something wrong, but the guys at crystal decisions
took care not to make any documentation on CR easy. Also, if someone knows a
way to deploy a CR enabled application in a VS.NET free environment....I
would appreciate the input.
Dmitry, I don't know if this helps you but I hope that, at least, it
shades some light on the CR hell

Bye

"Dmitry Karneyev" <ka******@msn.com> wrote in message
news:%2******************@TK2MSFTNGP09.phx.gbl...
Hi!
I need to deploy .NET application (ADO.NET + Crystal Reports) in local
intranet.
All assemblies of application will be shared in the folder on the server so all users can
execute this application on their pc from that folder. (of course I need to apply some .NET security permissions).
So I've got two questions:
what is the best way to install crystal reports engine on users pc?
what kind of problems may occur in such enviroment ?

Thanks for any ideas!

Dmitry

Nov 15 '05 #4

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

Similar topics

0
by: mmj | last post by:
If I am loading my reports in this fashion ReportDocument.Load("MyReport.rpt") Is there a way to do this and still have the .rpt file's build type be set to EmbeddedResource which makes it in...
1
by: JDP | last post by:
To the Developers and Support Persons for Crystal Reports: Buy a large can of common sense. Distribute it to all Tech managers and support personel. Then test All installation and corrective...
0
by: insomniac | last post by:
Hello, I've been fighting a problem I've had with deploying my application that makes use of Crystal Reports. I've recently added a merge module that fixed the problem...
1
by: Peter Schmitz | last post by:
Hi, I wrote an application that makes use of Crystal Report (for VS 2003). Now, I wanted to deploy this application to a different computer, suddenly, the program crashes, saying that...
1
by: wtistang | last post by:
I developed an asp.net/crystal app in my local machine using the crystal reports which comes with VS 2003. Now I am planning to deploy it to a web server which support asp.net and crystal reports...
2
by: Code Monkey | last post by:
I've just developed an Windows application that uses Crystal Reports (v10 ? - the version that ships with VS2005). Whilst the application works fine - reports can be viewed on the development...
2
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I am running .net framwork 2.0 on a server and after installing a web ap that has crystal reports in it there is an error, cant find crystal report dlls that are in the web.config file. Just...
0
by: Eyyub Volkan Çektimur | last post by:
Hi, i'm new to the crystal reports. i have few questions, 1. is it enough to install "CRRedist2005_x86.msi" on web server to deploy crystal reports ? do i need to buy additional licenced copy...
3
by: Greg Smith | last post by:
I have a vs2005Win application which prints a Crystal Reports report just fine from both of my development machines. When I deploy the application it chokes loading and I get a vague message that I...
1
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...
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,...
1
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...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.