Link to home
Start Free TrialLog in
Avatar of squrany
squranyFlag for Egypt

asked on

Crystal Report on x64 machines

i can not run any reports on VS 2010 on x64 machines
User generated image
After that, I get a normal crash error:

To prevent possible data loss before loading the designer, the following errors must be resolved:  
 
   
 
    1 Error  
 
    Why am I seeing this page?  
 
 
 
 
 
   An error has occurred while attempting to load the Crystal Reports runtime. Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly. Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required. Please go to http://www.businessobjects.com/support for more information.    
 
 
 
     
Instances of this error (1)  
 
1.   Show Call Stack  
 
at CrystalDecisions.CrystalReports.Engine.ReportDocument.CheckForCrystalReportsRuntime()
at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()  
   
Help with this error  
 
Could not find an associated help topic for this error. Check Windows Forms Design-Time error list  
 
   
Forum posts about this error  
 
Search the MSDN Forums for posts related to this error
Avatar of squrany
squrany
Flag of Egypt image

ASKER

To prevent possible data loss before loading the designer, the following errors must be resolved:  
 
   
 
    2 Errors  
 
  Ignore and Continue  
    Why am I seeing this page?  
 
 
 
 
 
   Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.    
 
 
 
     
Instances of this error (1)  
 
1.   Show Call Stack  
 
at CrystalDecisions.Shared.SharedUtils..cctor()  
   
Help with this error  
 
Could not find an associated help topic for this error. Check Windows Forms Design-Time error list  
 
   
Forum posts about this error  
 
Search the MSDN Forums for posts related to this error  
 
 
   
 
 
 
   The variable 'CRV' is either undeclared or was never assigned.     Go to code  
   
 
 
 
     
Instances of this error (1)  
 
1.   HelpDesk frm_rpt.Designer.vb Line:41 Column:1   Show Call Stack  
 
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.Error(IDesignerSerializationManager manager, String exceptionText, String helpLink)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeExpression(IDesignerSerializationManager manager, String name, CodeExpression expression)
at System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement)  
   
Help with this error  
 
MSDN Help  
 
   
Forum posts about this error  
 
Search the MSDN Forums for posts related to this error
Have you tried to set your VS solution to x86/x32?
Perhaps you have set it to AnyCPU or x64.
In this case it could be that you haven't installed the x64 version of Crystal Reports which you need to run an AnyCPU or x64 build of your program.
Avatar of Mike McCracken
Mike McCracken

Is this on the development machine?

If not, what did you install with your application for rystal?
Did you use the VS2010 CR runtimes?
http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp

http://scn.sap.com/people/coy.yonce/blog/2010/11/12/crystal-reports-for-visual-studio-2010-production-release-now-available

mlmcc
  Could not load file or assembly 'log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.    

Do you have log4net assembly in your GAC?
Avatar of squrany

ASKER

I've requested that this question be deleted for the following reason:

it still not solved
Answer the question if you want a solution.
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial