Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Problem Deploying web site with Crystal Reports

Reply
Thread Tools

Problem Deploying web site with Crystal Reports

 
 
Scooby Dog
Guest
Posts: n/a
 
      03-26-2010
I have created a asp.net web site using Visual Studio 2008 and Crytal
Reports. I have two small reports that work perfectly on my development
machine, and I have tripple checked that I have added reference to the
CrystalDecisions.CrystalReports.Engine in my project. I do not have any
CrystalReports dll's in my bin folder but when select my project and then
click on the properties window the following refereces are there.

CrystalDecisions.CrystalReports.Engine,
CrystalDecisions.EnterpriseFrameWork, CrystalDecisions.Enterprice.InfoStore,
CrystalDecisions.ReportAppServer.ClientDoc, CrystalDecisions.ReportSource,
CrystalDecisions.Shared, CrystalDecisions.Web


I have tried publishing, I have tried creating a Deployment Package etc and
I continue to get the same error. Is there some deployment assembly that I
am supposed to include with my install etc.

The error is:

Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or
one of its dependencies. The system cannot find the file specified.




Any help would be hugely appreciated.



 
Reply With Quote
 
 
 
 
Nizumzen
Guest
Posts: n/a
 
      03-26-2010
On Fri, 26 Mar 2010 16:19:47 -0000, Scooby Dog <>
wrote:

> I have created a asp.net web site using Visual Studio 2008 and Crytal
> Reports. I have two small reports that work perfectly on my development
> machine, and I have tripple checked that I have added reference to the
> CrystalDecisions.CrystalReports.Engine in my project. I do not have any
> CrystalReports dll's in my bin folder but when select my project and
> then click on the properties window the following refereces are there.
>
> CrystalDecisions.CrystalReports.Engine,
> CrystalDecisions.EnterpriseFrameWork,
> CrystalDecisions.Enterprice.InfoStore,
> CrystalDecisions.ReportAppServer.ClientDoc,
> CrystalDecisions.ReportSource, CrystalDecisions.Shared,
> CrystalDecisions.Web
>
>
> I have tried publishing, I have tried creating a Deployment Package etc
> and I continue to get the same error. Is there some deployment assembly
> that I am supposed to include with my install etc.
>
> The error is:
>
> Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
> Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
> or one of its dependencies. The system cannot find the file specified.
>
>
>
>
> Any help would be hugely appreciated.
>
>
>


It sounds like you don't have Crystal Reports installed on the server.
Install it and it should work fine.
 
Reply With Quote
 
 
 
 
Scooby Dog
Guest
Posts: n/a
 
      03-26-2010
How do you install it on the server? I have Visula Studio 2008. Note: I
went to the Crystal Reports web site and downloaded these files.

CRRuntime_12_2_mlb.exe and installed that on the server, which states that
it's the 'Crystal REports 2008 Runtime sp2'. That did nothing to make the
problem go away.

I downloaded:

'Crystal Reports 2008 Fix Pack 2.5 - Merge Modules' - The Merge Modules
are several files.msm that I have no idea how to include in my project.

'Crystal Reports 2008 Fix Pack 2.5 - Redist Install'


My question is what do I download, and how do I get it on the server.

Dave




"Nizumzen" <> wrote in message
news...
> On Fri, 26 Mar 2010 16:19:47 -0000, Scooby Dog <>
> wrote:
>
>> I have created a asp.net web site using Visual Studio 2008 and Crytal
>> Reports. I have two small reports that work perfectly on my development
>> machine, and I have tripple checked that I have added reference to the
>> CrystalDecisions.CrystalReports.Engine in my project. I do not have any
>> CrystalReports dll's in my bin folder but when select my project and
>> then click on the properties window the following refereces are there.
>>
>> CrystalDecisions.CrystalReports.Engine,
>> CrystalDecisions.EnterpriseFrameWork,
>> CrystalDecisions.Enterprice.InfoStore,
>> CrystalDecisions.ReportAppServer.ClientDoc,
>> CrystalDecisions.ReportSource, CrystalDecisions.Shared,
>> CrystalDecisions.Web
>>
>>
>> I have tried publishing, I have tried creating a Deployment Package etc
>> and I continue to get the same error. Is there some deployment assembly
>> that I am supposed to include with my install etc.
>>
>> The error is:
>>
>> Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine,
>> Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
>> or one of its dependencies. The system cannot find the file specified.
>>
>>
>>
>>
>> Any help would be hugely appreciated.
>>
>>
>>

>
> It sounds like you don't have Crystal Reports installed on the server.
> Install it and it should work fine.


 
Reply With Quote
 
Andy O'Neill
Guest
Posts: n/a
 
      03-26-2010

"Scooby Dog" <> wrote in message
news:4C0B8421-E9D6-4BCF-A3C5-...
> How do you install it on the server? I have Visula Studio 2008. Note: I
> went to the Crystal Reports web site and downloaded these files.
>
> CRRuntime_12_2_mlb.exe and installed that on the server, which states that
> it's the 'Crystal REports 2008 Runtime sp2'. That did nothing to make the
> problem go away.
>
> I downloaded:
>
> 'Crystal Reports 2008 Fix Pack 2.5 - Merge Modules' - The Merge Modules
> are several files.msm that I have no idea how to include in my project.
>
> 'Crystal Reports 2008 Fix Pack 2.5 - Redist Install'
>
>
> My question is what do I download, and how do I get it on the server.
>
> Dave
>
>

You download the msi install packages and install them on the server in the
same way you do with any install.
http://resources.businessobjects.com...ds/runtime.asp

 
Reply With Quote
 
Scooby Dog
Guest
Posts: n/a
 
      03-26-2010
Thanks everyone:

I found the runtime msi files installed and everything is now working!


Dave.


"Andy O'Neill" <> wrote in message
newsQ7rn.803$2...
>
> "Scooby Dog" <> wrote in message
> news:4C0B8421-E9D6-4BCF-A3C5-...
>> How do you install it on the server? I have Visula Studio 2008. Note: I
>> went to the Crystal Reports web site and downloaded these files.
>>
>> CRRuntime_12_2_mlb.exe and installed that on the server, which states
>> that it's the 'Crystal REports 2008 Runtime sp2'. That did nothing to
>> make the problem go away.
>>
>> I downloaded:
>>
>> 'Crystal Reports 2008 Fix Pack 2.5 - Merge Modules' - The Merge Modules
>> are several files.msm that I have no idea how to include in my project.
>>
>> 'Crystal Reports 2008 Fix Pack 2.5 - Redist Install'
>>
>>
>> My question is what do I download, and how do I get it on the server.
>>
>> Dave
>>
>>

> You download the msi install packages and install them on the server in
> the same way you do with any install.
> http://resources.businessobjects.com...ds/runtime.asp


 
Reply With Quote
 
itmanager itmanager is offline
Junior Member
Join Date: Oct 2012
Posts: 1
 
      10-11-2012
You may want to consider a solution like rePORTAL located at reportalsoftware.com. It is a complete web portal and distribution solution for publishing Crystal and SSRS reports without the need for any coding.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
deploying an asp.net web app with VS Crystal Reports =?Utf-8?B?Um9nZXI=?= ASP .Net 0 11-21-2006 10:06 PM
First time crystal report user - How do i create a crystal reports from asp.net web form? Learner ASP .Net 1 01-11-2006 08:20 PM
Calling Crystal Reports in ASP.NET using the rptserver.asp given by Crystal Reports Peri ASP .Net 1 07-21-2005 12:56 PM
Crystal Reports Deploying Problem (again) =?ISO-8859-9?Q?Serdar_Kalayc=FD?= ASP .Net 0 11-26-2004 11:00 AM
Re: problems deploying Crystal Reports hippy ASP .Net 0 07-16-2003 03:59 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57