GAC Assemblies and CrystalDecisions.CrystalReports.Engine

G

Guest

Hi,

Wasn't sure where to post this but here goes.

I build a web app that utilizes Crystal reports that when run in my dev
environment they run okay. However when published at my host it bombs with
the following error:

------------------------------------------------
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly
'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies.
Failed to grant minimum permission requests. (Exception from HRESULT:
0x80131417) (d:\wwwsites\diamonddiagnosticscom\www\webstatnew\web.config line
116)

Source Error:


Line 114: <add verb="GET" path="CrystalImageHandler.aspx"
type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web,
Version=10.2.3600.0, Culture=neutral,
PublicKeyToken=692fbea5521e1304"/></httpHandlers>
Line 115: <httpModules>
Line 116: <add name="ScriptModule"
type="Microsoft.Web.Services.ScriptModule"/>
Line 117: <add name="BridgeModule"
type="Microsoft.Web.Services.BridgeModule"/>
Line 118: <add name="WebResourceCompression"
type="Microsoft.Web.Services.WebResourceCompressionModule"/>


Source File: d:\wwwsites\diamonddiagnosticscom\www\webstatnew\web.config
Line: 116


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET
Version:2.0.50727.210
-------------------------------------------------------------------

It seems that our web host doesn't have Crystal with their GAC so I tried
putting the Crystal DLLs I need into my Bin folder but it still doesn't work.
I tried changing my webconfig file as well.

It's a permissions issue from what error tells me I just don't know what to
do about it.

Thanks,
 
S

Shak

Jim B said:
Hi,


It seems that our web host doesn't have Crystal with their GAC so I tried
putting the Crystal DLLs I need into my Bin folder but it still doesn't
work.
I tried changing my webconfig file as well.

It's a permissions issue from what error tells me I just don't know what
to
do about it.

I think you have to add the CR mergemodules to your installer. This will
install the necessary support files to the target machine.

Shak
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top