472,782 Members | 1,723 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

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 2006
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: Rina0 | last post by:
Cybersecurity engineering is a specialized field that focuses on the design, development, and implementation of systems, processes, and technologies that protect against cyber threats and...
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
How does React native implement an English player?

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.