Connecting Tech Pros Worldwide Forums | Help | Site Map

.Net Deployment and Crystal Report Files

bthomas71chevy@yahoo.com
Guest
 
Posts: n/a
#1: Nov 19 '05
I have just setup a WebServer and all the applications work fine, but
when every any of the applications try to generate a Crystal Report the
page errors out.

"File or assembly name CrystalKeyCodeLib, or one of its dependencies,
was not found."

I read that the 4 MSM files need to be moved to the a MERGE MODULES
folder in the Common Files folder, but didn't seem to do a thing.

1. Doesn't the 1.1 Framework (redist version) have all the crystal
deployment files included ???
2. I shouldn't have to install the Visual Studio Package on the web
server, should I ??? (that would be a load of BS!!!)
3. I shouldn't have to install a Crystal Package on this Web Server ,
should I ??? (that also would be a load of BS !!! )

I have surfed around the Crystal Solutions (decissions) site, have have
almost nothing that would or could help.

Can anyone here help or give a direction of checking ?!

Thanks
BTHOMAS71CHEVY


Norman Yuan
Guest
 
Posts: n/a
#2: Nov 19 '05

re: .Net Deployment and Crystal Report Files


See comments inline.

<bthomas71chevy@yahoo.com> wrote in message
news:1121869561.544060.199080@g43g2000cwa.googlegr oups.com...[color=blue]
> I have just setup a WebServer and all the applications work fine, but
> when every any of the applications try to generate a Crystal Report the
> page errors out.
>
> "File or assembly name CrystalKeyCodeLib, or one of its dependencies,
> was not found."
>
> I read that the 4 MSM files need to be moved to the a MERGE MODULES
> folder in the Common Files folder, but didn't seem to do a thing.
>
> 1. Doesn't the 1.1 Framework (redist version) have all the crystal
> deployment files included ???[/color]

No. .NET framework has nothing to do with CrystalReport. Crystal Report.NET
is add-in of VS.NET. If you use Crystal Report in your .NET app (Web or
Wndows app), you are responsible to deploy Crystal Report dependency files.
[color=blue]
> 2. I shouldn't have to install the Visual Studio Package on the web
> server, should I ??? (that would be a load of BS!!!)[/color]

You do not need to install VS.NET on computers where your app runs. You
should use VS.NET to create a setup project for your app. The setup project
then should include Crystal Report.NET merge modules. Many developers prefer
other setup packaging programs other than VS.NET setup project. It is your
choice.
[color=blue]
> 3. I shouldn't have to install a Crystal Package on this Web Server ,
> should I ??? (that also would be a load of BS !!! )[/color]

What Crystal Report Package? If you use Crystal Report.NET (not stand-alone
Crystal Report suite), you can learn more on how to deploy Crystal
Report.NET with your .NET app here:

http://support.businessobjects.com/c...deployment.pdf
[color=blue]
>
> I have surfed around the Crystal Solutions (decissions) site, have have
> almost nothing that would or could help.
>
> Can anyone here help or give a direction of checking ?!
>
> Thanks
> BTHOMAS71CHEVY
>[/color]


Closed Thread