473,320 Members | 1,939 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

erro referencing CrystalDecisions.enterprise assembly

the same web application works fine on Visual studio 2003,
but it generate the follwing error on Visual Studio 2005.

Indirect reference is being made to assembly
CrystalDecisions.Enterprise.PluginManager version 10.2.3600.0, which contains
'CrystalDecisions.Enterprise.InfoStore.PluginManag er'. This Project
references a prior version of CrystalDecisions.Enterprise.PluginManager
version 10.0.3300.0. To use
'CrystalDecisions.Enterprise.InfoStore.PluginManag er', you must replace the
reference to CrystalDecisions.Enterprise.PluginManager with version
10.2.3600.0 or higher

thanks for help

Nov 22 '05 #1
8 9644
Hi,

From the discription we know that your application is referencing a
previous version of crystal report assembly, which was not contained in the
..NET framework 2.0. You can try to copy the rerquired assemblies along with
your application. If it is a web app, put them in the bin folder.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #2
I did as you suggested but did not help.

the version of crystal report assembly that the application is referencing
was not contained originally in .Net 2.0. so I couldn't reference it from
the project unitl I installed the Crystal Enterprise 10 .Net component .

the project is referencing other crystal enterprise assemblies which all
have been installed from the same disk and all have the same version number,
but only 1 is generating the error.

Nov 22 '05 #3
Hi,

Since you're referencing the assembly contained in the Crystal component,
you have to install it on the machine first. So after installing it, is the
problem still happening?

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #4
Yes crystal enterprise is installed on the machine.
here again a brief description of what's hapening:

I have 2 machine:
- first machine has Windows 2000 Pro and Visual studio 2003
and Crystal 10 .NET component installed from disk "AAA"
- second machine has Windows XP pro. and Visual studio 2005.
and Crystal 10 .NET component installed from disk "AAA" (same disk)

the same web application runs fine on the first machine under VS 2003,
but generate the error mentioned previously when it runs under VS 2005.
the app. reference other crystal assemblies too, like

CrystalDecisions.Enterprise.Admin.FileServer.dll
CrystalDecisions.Enterprise.Admin.EventServer.dll
CrystalDecisions.Enterprise.Desktop.Connection.dll
..... .... ... ..
CrystalDecisions.Enterprise.PluginManager (the only dll in question)
CrystalDecisions.Enterprise.Desktop.Event.dll
CrystalDecisions.Enterprise.dll

which all are install from the same disk.
when compiling the project, the compiler throw exceptions related ONLY to
the follwoing dll:
CrystalDecisions.Enterprise.PluginManager version 10.0.3300.0.
where it says that this version is old and the app. need to reference
version 10.2.3600.0 or higher.

I'm wondering if it's a kind of issue as in:
http://lab.msdn.microsoft.com/produc...0-300e4437feaa

Nov 22 '05 #5
Hi,

Now we need to make sure which version of PluginManager is your app
referencing. Is your app referencing this dll directly? If yes, please try
to use ildasm.exe to check this.

Drag and drop your assembly into ildasm, and then check in manifest to see
the referenced version.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #6
Looking at the Manifest here what I see:
(I included other assemblies just for comparison)

..assembly extern CrystalDecisions.Enterprise.PluginManager
{
.publickeytoken = (69 2F BE A5 52 1E 13 04 ) //
i/..R...
.ver 10:0:3300:0
}
..assembly extern CrystalDecisions.Enterprise.Strings
{
.publickeytoken = (69 2F BE A5 52 1E 13 04 ) //
i/..R...
.ver 10:0:3300:0
}
..assembly extern CrystalDecisions.Enterprise.Utils.UtcConverter
{
.publickeytoken = (69 2F BE A5 52 1E 13 04 ) //
i/..R...
.ver 10:0:3300:0
}
..assembly extern CrystalDecisions.Enterprise.Viewing.ReportSource
{
.publickeytoken = (69 2F BE A5 52 1E 13 04 ) //
i/..R...
.ver 10:0:3300:0
}
.... ... .. .
Nov 22 '05 #7
Hi zino,

This has to work. I assume that there is some .NET 1.1 assemblies that
Crystal 10 is referencing to. So you can also try to install .NET framework
1.1 on the second machine.

For more information, I suggest you contact the Crystal decision support.
They can be accessed from the following link:

http://www.businessobjects.com/support/default.asp

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Nov 22 '05 #8
Mr. Yu,

You do realize that this occurs FREQUENTLY with WebDev projects.
Perhaps Microsoft should consider taking a look at another Beta. This
is also a well documented (search on google) FRUSTRATION with vs2005.

Nov 23 '05 #9

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

Similar topics

0
by: zino | last post by:
the same web application works fine on Visual studio 2003, but it generate the follwing error on Visual Studio 2005. Indirect reference is being made to assembly...
3
by: Srinivas Kotipalli | last post by:
Hi, I am tring to create a ASP.NET web form using notepad. in the codebehind file I have imported CrystalDecisions.CrystalREports.Engine. This gives me compilation error, saying that engine...
3
by: Reza Nabi | last post by:
Hello I created a very simple page just to load a crystal report which was working just great Code started throwing the following exception, after I installed crystal report 9 advanced edition ...
3
by: Lorenc | last post by:
Is anybody experiencing the following error when trying to export a crystal report to a pdf? This error happens randomly. ------------------------------------------------------------------------...
3
by: Scott Gunn | last post by:
Hello I have vb.net 2003 but I cannot find CrystalDecisions. How can I get/install it? TBS
1
by: Tim F | last post by:
Problem: I'm receiving the error "File or assembly name XXXXX or one of its dependencies, was not found." when trying to execute code in an assmebly that has both a strong-name and has been...
1
by: sporke13 | last post by:
I keep getting this error trying to export to PDF's a report with 8900 records. I was wondering if it could be a database issue. I timeout. this is the largest run that i can remeber doing. here...
0
by: DE3A10 | last post by:
My app works fine at my local machine. I get the following error when I publish it at the web hosting server Could not load file or assembly 'CrystalDecisions.Enterprise.InfoStore,...
2
by: rajendiran | last post by:
project is working fine in localhost. when i upload server i got the error Server Error in '/' Application. -------------------------------------------------------------------------------- ...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.