472,351 Members | 1,482 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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

Missing assembly / dependencies error

I am receiving an error while trying to use Crystal Reports with .NET, which
I have pasted below. The main problem is this message:

File or assembly name CrystalDecisions.CrystalReports.Engine, or one of
its dependencies, was not found.

I have checked the winnt/assembly directory and the assembly is there. I
have two versions of the file - 9.1.5000.0 and 9.1.3300.0. I have tried both
with no luck. Is there another assembly that
CrystalDecisions.CrystalReports.Engine depends upon to work? I have added a
few others, but nothing has thusfar worked.

Thank you,
Scott

Server Error in '/JuryFees' Application.
----------------------------------------------------------------------------
----

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: File or assembly name
CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was not
found.

Source Error:
Line 17: <compilation defaultLanguage="vb" debug="true">
Line 18: <assemblies>
Line 19: <add assembly="CrystalDecisions.CrystalReports.Engine,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 20: <add assembly="CrystalDecisions.ReportSource,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 21: <add assembly="CrystalDecisions.Shared, Version=9.1.5000.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Source File: c:\inetpub\wwwroot\JuryFees\web.config Line: 19

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'CrystalDecisions.CrystalReports.Engine' could not be
loaded.
=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.CrystalReports.Engine,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/JuryFees
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: CrystalDecisions.CrystalReports.Engine,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine/Crys
talDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi
ne.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi
ne/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine/Crys
talDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi
ne.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi
ne/CrystalDecisions.CrystalReports.Engine.EXE.
Nov 18 '05 #1
1 7010
I figured it out. Crystal 10 was installed on the server, but not on my
machine, so that is why I was receiving conflicting assembly versions.

"Scott Hamlin" <ad****@wunund.com> wrote in message
news:ee******************************@news.teranew s.com...
I am receiving an error while trying to use Crystal Reports with .NET, which I have pasted below. The main problem is this message:

File or assembly name CrystalDecisions.CrystalReports.Engine, or one of
its dependencies, was not found.

I have checked the winnt/assembly directory and the assembly is there. I
have two versions of the file - 9.1.5000.0 and 9.1.3300.0. I have tried both with no luck. Is there another assembly that
CrystalDecisions.CrystalReports.Engine depends upon to work? I have added a few others, but nothing has thusfar worked.

Thank you,
Scott

Server Error in '/JuryFees' Application.
-------------------------------------------------------------------------- -- ----

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: File or assembly name
CrystalDecisions.CrystalReports.Engine, or one of its dependencies, was not found.

Source Error:
Line 17: <compilation defaultLanguage="vb" debug="true">
Line 18: <assemblies>
Line 19: <add assembly="CrystalDecisions.CrystalReports.Engine,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 20: <add assembly="CrystalDecisions.ReportSource,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Line 21: <add assembly="CrystalDecisions.Shared, Version=9.1.5000.0,
Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
Source File: c:\inetpub\wwwroot\JuryFees\web.config Line: 19

Assembly Load Trace: The following information can be helpful to determine
why the assembly 'CrystalDecisions.CrystalReports.Engine' could not be
loaded.
=== Pre-bind state information ===
LOG: DisplayName = CrystalDecisions.CrystalReports.Engine,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
(Fully-specified)
LOG: Appbase = file:///c:/inetpub/wwwroot/JuryFees
LOG: Initial PrivatePath = bin
Calling assembly : (Unknown).
===

LOG: Publisher policy file is not found.
LOG: No redirect found in host configuration file
(C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspn et.config).
LOG: Using machine configuration file from
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\confi g\machine.config.
LOG: Post-policy reference: CrystalDecisions.CrystalReports.Engine,
Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine.DLL. LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine/Crys talDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi ne.DLL.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi ne/CrystalDecisions.CrystalReports.Engine.DLL.
LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine.EXE. LOG: Attempting download of new URL
file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET
Files/juryfees/fd86348f/b84fa5a7/CrystalDecisions.CrystalReports.Engine/Crys talDecisions.CrystalReports.Engine.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi ne.EXE.
LOG: Attempting download of new URL
file:///c:/inetpub/wwwroot/JuryFees/bin/CrystalDecisions.CrystalReports.Engi ne/CrystalDecisions.CrystalReports.Engine.EXE.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: karunakar | last post by:
Hi All I am not able to read the class name I want read the particular class name string path =...
3
by: Michael Bøcker-Larsen | last post by:
Hi I'v been stuck on this problem for ages now. I have found that I'm not the only one with this problem, by looking through the different...
3
by: Karl Hungus | last post by:
A cs file I compiled into an assembly dll is in my bin directory. In the cs file I have a using statement for System.Xml I compiled it using this...
3
by: Web Team | last post by:
Hi All, I recently moved our assembly which stores our 'common' code into the GAC. I then moved all copies of this assembly out of the /bin...
2
by: Eric Falsken | last post by:
Eric Falsken <eric@db4o.com> wrote on 04 Dec 2005: > craigkenisston@hotmail.com wrote on 19 Nov 2005: > >> I'm working in the migration of an...
7
by: R Reyes | last post by:
Can someone please explain to me why I can't get the MS Word Interop assembly to work in my VS2005 project? I'm trying to manipulate MS Word from...
0
by: Andy | last post by:
Thanks Peter, I thought I'd give an update on this problem. My application had 2 assemblies that contained classed for the Data access and...
6
by: Miro | last post by:
I can run an exe ( and its install ) i have created on my machine. The exe has a button that populates a dataset and then shoots it to a crystal...
4
by: Miro | last post by:
<i have also added this reply to the other newsgroup - now that I have realizd ( and assuming ) it is not a localized error directly to vb.> I...
0
by: teenabhardwaj | last post by:
How would one discover a valid source for learning news, comfort, and help for engineering designs? Covering through piles of books takes a lot of...
1
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and...
0
jalbright99669
by: jalbright99669 | last post by:
Am having a bit of a time with URL Rewrite. I need to incorporate http to https redirect with a reverse proxy. I have the URL Rewrite rules made...
0
by: Matthew3360 | last post by:
Hi there. I have been struggling to find out how to use a variable as my location in my header redirect function. Here is my code. ...
0
by: AndyPSV | last post by:
HOW CAN I CREATE AN AI with an .executable file that would suck all files in the folder and on my computerHOW CAN I CREATE AN AI with an .executable...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific...
0
by: Matthew3360 | last post by:
Hi, I have been trying to connect to a local host using php curl. But I am finding it hard to do this. I am doing the curl get request from my web...
0
Oralloy
by: Oralloy | last post by:
Hello Folks, I am trying to hook up a CPU which I designed using SystemC to I/O pins on an FPGA. My problem (spelled failure) is with the...
0
by: Carina712 | last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand....

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.