cancel
Showing results for 
Search instead for 
Did you mean: 

Failure after upgrade from lite edition to crystal reports 2008

Former Member
0 Kudos

I have installed CR 2008 evaluation with followup installs of SP 1 SP2 and SP 3. Previously I was using the "lite" edition distributed with visual studio.

I have established a new vs2008 windows forms app as I did not get a good confirm message from the Crystal Conversion dialog against my existing project...

In this new trial project I have created a report source dataset xsd file , a report file and a form with the viewer together with the appropiate code.

The project builds but fails when the application is executed and the Crystal Report dialog displays telling me

"Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly."

Can you please help with this ?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

PLEASE do NOT post the same question multiple times.

Former Member
0 Kudos

thought I was just following your desires for a different thread....see the other thread

former_member183750
Active Contributor
0 Kudos

Yah. Sorry. Don and I crossed wires on that one.

Can you please list the CR assemblies referenced in your project and their versions?

Ludek

Former Member
0 Kudos

CrystalDecisions.CrystalReports.Engine Runtime Version v2.0.50707 Version 12.0.2000.0

CrystalDecisions.Enterprise.Framework Runtime Version v1.1.4322 Version 12.0.1100.0

CrystalDecisions.Enterprise.InfoStore Runtime Version v1.1.4322 Version 12.0.1100.0

CrystalDecisions.ReportSource Runtime Version v2.0.50727 Version 12.0.2000.0

CrystalDecisions.Shared Runtime Version v2.0.50727 Version 12.0.2000.0

CrystalDecisions.Windows.Forms Runtime Version v2.0.50727 Version 12.0.2000.0

Thanks for your continued help on this issue...

former_member183750
Active Contributor
0 Kudos

Sorry for not replying earlier - I was away on Thursday and Friday

Remove CrystalDecisions.Enterprise.Framework and CrystalDecisions.Enterprise.InfoStore.

Make sure the project is compiled as 32 bit

If that does not help, use the [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] utility to tell you what is missing.

Ludek

Answers (1)

Answers (1)

former_member183750
Active Contributor
0 Kudos

If this is on another computer - not your development computer, you need to deploy the CR runtime to it. Is that the case? Have you done that?

Ludek

Former Member
0 Kudos

there was never any switch of computers involved here and I do not think I said anything to imply that but if I did I apologize for the confusion - this is a single machine 64 bit running visual studio 2008 first with the default edition of crystal distributed with visual studio and now with the evaluatiion edition installed followed by three service pack installs - By "runtime" I meant running the application in debug within visual studio - there has been no deployment ...thanks