| Author |
Crystal Reports and created with Visual Studio 2005 wont work on server
|
|
| caroh@orange.net 2005-11-15, 7:04 pm |
| Hi,
I wonder if anyone can help.
I have created a crystal report viewer in VS 2005. It runs fine on my
development machine.
I followed msdn's guide for deploying the project via a windows
installer and this works fine.
The problem is when I try to access the pages on the server I get the
following error:
"Could not load file or assembly 'CrystalDecisions.Web,
Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
or one of its dependencies. The system cannot find the file specified."
I am wondering if this is due to the server having older versions of
the dlls installed?
Thanks in advance
Caro
| |
| Gordan A Ziza 2005-11-15, 7:04 pm |
| You might want to try to copy the required file into the bin directory if
your solution (assuming that we an asp.net solution is in question).
GAZ
| |
| James Lee 2005-11-16, 4:00 am |
| Hi Caro, I have a similiar problem when I deploy the winform application. I
found out that copying all the crystaldecision dll file will help, but there
will be another error waiting for you. Are you using the VS2005 release of
the beta2 ?
Unsolve !
James Lee
<caroh@orange.net> wrote in message
news:1132075627.792935.176710@g44g2000cwa.googlegroups.com...
> Hi,
>
> I wonder if anyone can help.
>
> I have created a crystal report viewer in VS 2005. It runs fine on my
> development machine.
>
> I followed msdn's guide for deploying the project via a windows
> installer and this works fine.
>
> The problem is when I try to access the pages on the server I get the
> following error:
> "Could not load file or assembly 'CrystalDecisions.Web,
> Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
> or one of its dependencies. The system cannot find the file specified."
>
> I am wondering if this is due to the server having older versions of
> the dlls installed?
>
> Thanks in advance
> Caro
>
| |
| caroh@orange.net 2005-11-16, 4:00 am |
| I`m using the release version of VS2005.
I tried copying over all the dlls to the bin folder of the application
and still get the error?
Do you know if I can have two versions of the dlls installed on the
machine at once.
Crystal reports version 8 is currently installed on the server. I`m
worried that if I install the version 10 dlls some of the older crystal
reports wont work.
Thanks
Caro
| |
| Gordan A Ziza 2005-11-17, 7:04 pm |
| You should not have a problem if you copy files required into the directory
of your application (winforms application) or the bin directory of your
application (asp.net application).
GAZ
<caroh@orange.net> wrote in message
news:1132131691.259354.256910@g43g2000cwa.googlegroups.com...
> I`m using the release version of VS2005.
> I tried copying over all the dlls to the bin folder of the application
> and still get the error?
>
> Do you know if I can have two versions of the dlls installed on the
> machine at once.
> Crystal reports version 8 is currently installed on the server. I`m
> worried that if I install the version 10 dlls some of the older crystal
> reports wont work.
>
> Thanks
> Caro
>
| |
| caroh@orange.net 2005-12-08, 7:21 pm |
| I have copied over the following dlls to the bin folder of my asp.net
application...
CrystalDecisions.Windows.Forms.dll
CrystalDecisions.Web.dll
CrystalDecisions.Shared.dll
CrystalDecisions.ReportSource.dll
CrystalDecisions.CrystalReports.Engine.dll
I am now getting the following error...
Could not load file or assembly 'CrystalDecisions.Enterprise.Framework,
Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
or one of its dependencies. The system cannot find the file specified.
The problem is I can't find the CrystalDecisionsEnterprise.Framework on
my development machine (although the application runs fin on that!)
I also can't find the following dlls on my machine...
CrystalDecisions.Enterprise.Desktop.Report
CrystalDecisions.Enterprise.InfoStore
CrystalDecisions.ReportAppServer.ClientDoc
Any ideas?
Thanks
C
Gordan A Ziza wrote:
[color=darkred]
> You should not have a problem if you copy files required into the directory
> of your application (winforms application) or the bin directory of your
> application (asp.net application).
>
> GAZ
>
> <caroh@orange.net> wrote in message
> news:1132131691.259354.256910@g43g2000cwa.googlegroups.com...
| |
| ihsan.malik@gmail.com 2005-12-09, 4:17 am |
| Hi,
i am also facing the same problem. if any one have an idea ?
| |
| caroh@orange.net 2005-12-09, 8:17 am |
| I have found the above assemblies
(CrystalDecisions.Enterprise.Desktop.Report etc.) in the
C:\Windows\Assembly folder on my development machines.
I have tried adding these to the deployment project but am unable to
select them.
Does anyone know how to get these onto the server?
Thanks
C
| |
| caroh@orange.net 2005-12-12, 8:20 am |
| If anyone else is struggling with this you need to install the new
version of the crystal runtime environment on your server.
Thanks
C
| |
| marlin 2006-04-21, 5:21 pm |
| You will need to install Crystal Reports Merge Modules http://support.businessobjects.com/...asp_wwwjump#07. Choose the appropriate version for Crystal Report and follow the instructions.
quote: Originally posted by caroh@orange.net
If anyone else is struggling with this you need to install the new
version of the crystal runtime environment on your server.
Thanks
C
|
|
|
|