cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade from CRVS2010 B2 to CRVS2010 doesn't work

Former Member
0 Kudos

Hi, I was using the CRVS2010 Beta2 to update my Intranet while the final version hasnu2019t arrived. The Beta 2 was working Ok. Now Iu2019ve installed de final version and my Intranet does not work. It gives me the following error:

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

However, Iu2019ve noticed that the final version is 13.0.2000.0 which is not the same as the beta2 (14.0.2000.0).

What can I do to solve my problem ?

Regards,

Rafael

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Ok, let me explain again from the beginning. Iu2019ve a Intranet website made with VS2008, Framework 3.5 and it use CRVS2008. I want to migrate my Intranet to use VS2010 but it doesnu2019t contain CRVS2010 included, so I used CRVS2010 Beta2 available at SAP/Crystal Reportsu2019s website while the final version appear. All the migration and upgrade was made automatically by de VS2010 after Iu2019d install the CRVS2010 Beta2. After that the Intranet was working really well. So now that the final release of the CRSV2010 is out, I want to remove the Beta2 version and let the CRVS2010 Final Version working. Which steps I should follow to do that?.

Note: In a copy of my Intranet with the above explained conditions I have simply installed the CRVS2010u2019s Final version. This copy website doesnu2019t work. The error message at the beginning of this thread appears

CR References on my Original Intranet in VS2008:

CrystalDecisions.CrystalReports.Engine (GAC) Version 10.5.3700.0

CrystalDecisions.Enterprise.Framework (GAC) Version 10.5.3700.0

CrystalDecisions.Enterprise.InfoStore (GAC) Version 10.5.3700.0

CrystalDecisions.ReportAppServer.ClientDoc (GAC) Version 10.5.3700.0

CrystalDecisions.ReportSource (GAC) Version 10.5.3700.0

CrystalDecisions.Shared (GAC) Version 10.5.3700.0

CrystalDecisions.Web (GAC) Version 10.5.3700.0

System.Core (GAC) Version 3.5.0.0

System.Data.DataSetExtensions (GAC) Version 3.5.0.0

System.web.Extesions (GAC) Version 3.5.0.0

CR References on my Intranet after update to CRVS2010 Beta 2:

CrystalDecisions.Enterprise.Framework (GAC) Version 14.0.2000.0

CrystalDecisions.Enterprise.InfoStore (GAC) Version 14.0.2000.0

System.Core (GAC) Version 3.5.0.0

System.Data.DataSetExtensions (GAC) Version 3.5.0.0

System.web.Extesions (GAC) Version 3.5.0.0

former_member183750
Active Contributor
0 Kudos

1) Uninstall CRVS2010 RTM runtime

2) Follow the steps in KBase [1535325 - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do]

3) Reinstall the CRVS2010 RTM runtime

4) Use [Modules|https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip] and [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] to ensure that only version 13.x CR files are loading.

- Ludek

0 Kudos

Hello,

CR RTM is version 13. So rebuild your project so it updates the version and manually remove any and all references to 10.5. Those assemblies were from VS 2008 and CR basic.

Rebuild your deployment project, and remove any and all references to version 14, and redeploy the RTM runtime.

Thank you

Don

PS - good luck, one should never install beta's on a production server for stability reasons

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Don, I did what you mention but it doesn't work for me. I've an Intranet working fine with Framework 3.5, VS2010 y the Beta2 Version of CRVS2010. Now I want to update from the beta2 version of CRVS2010 to the final version. Could you teach me (step by step) what should I do?.

Regards,

Rafael

Edited by: Rafael Marrero on Jan 28, 2011 4:55 PM

former_member183750
Active Contributor
0 Kudos

Don will not be in for a couple of days...

As I read this, the initial issue was:

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

Then Don asked you to remove any reference to 'CrystalDecisions.Enterprise.Framework, which you say you did.

Now, you say:

"I did what you mention but it doesn't work for me."

So, what is happening? You should not be getting any errors re. 'CrystalDecisions.Enterprise.Framework(?).

List all the CR references in your project and their versions.

Ludek

0 Kudos

Hi Rafael,

There is no Enterprise support in the final release. Just remove those assemblies from your project and rebuild.

Thank you

Don