error using CrystalDecisions

0

In my project I have

using CrystalDecisions.CrystalReports.Engine;

But this error marks me:

  

Error 1 The type or namespace name 'CrystalDecisions' could not be   found (are you missing a using directive or an assembly reference?)

But if I have Crystal Report installed, and I even added the reference:

  

PM > Install-Package CrystalDecisions.CrystalReports.Engine

How can I solve the error?

EDIT: I've also seen that to fix the error you should put the project with Target Framework .NET Framework 4.0 instead of .NET Framework 4.0 Client Profile and that has not solved my problem.

    
asked by CarlosOro 21.06.2016 в 01:49
source

1 answer

0

Define the project as a 32/64 bit platform, if it stays in any it will still cause problems

    
answered by 21.06.2016 в 02:37