开发者

The type or namespace name 'CrystalDecisions' could not be found

开发者 https://www.devze.com 2023-02-22 10:39 出处:网络
I\'ve downloaded the SAP Addon (ver. 13.0.1) for visual studio 2010. I\'ve referenced CrystalDecisions.CrystalReports.Engine.dll

I've downloaded the SAP Addon (ver. 13.0.1) for visual studio 2010. I've referenced CrystalDecisions.CrystalReports.Engine.dll CrystalDecisions.Shared.dll CrystalDecisions.ReportSource.dll

and others. set copy local to true. and yet I get this error ! Any Ideas ?

The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly 开发者_JS百科reference?)

Even on rpt and cs auto generated files....


OK if this is using II7 then on the related application pool, select advanced settings and then Allow 32bit apps. should resolve the issue as even if you you install the 64 bit runtimes, you need the 32 bit ones too as not all of crystal is 64 bit.


In my case i checked assembly in VS 2010 project add reference option and could not found. So i tried to add missing assemblies by NuGet package. I search missing assembly name online and add required. It solved my problem.

0

精彩评论

暂无评论...
验证码 换一张
取 消