我在我的项目中遇到这个错误

编程入门 行业动态 更新时间:2024-10-26 06:27:05
本文介绍了我在我的项目中遇到这个错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

嗨. 以下错误的含义是什么:

Hi. What is the meaning of the following error:

Could not load file or assembly 'CrystalDecisions.ReportAppServer.ClientDoc, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. F:\Files\2011 Projects\DOTNET\Disengagement detection in online learning\D_Learning\Web.Config 24

由于此错误,我无法运行我的项目.

I can''t run my project because of this error.

推荐答案

您需要使用提供的vs2008版本的msi在服务器上安装Crystal. br/> C:\ Program Files \ Microsoft SDKs \ Windows \ v6.0A \ Bootstrapper \ Packages \ CrystalReports10_5 \ CRRedist2008_x86.msi 安装此程序会将所需的CR程序集添加到GAC.您不应该将它们添加到应用程序的bin文件夹中. You need to install Crystal on the server using the provided msi for the vs2008 version... C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5\CRRedist2008_x86.msi Installing this will add the required CR assemblies to the GAC. You should not add them to your app''s bin folder.

在这里我们获得安装文件.... here we get the install file.... "CRRedist2008_x86.msi" (for 32bit) resources.businessobjects/support/downloads/redistributables/vs_2008/redist/x86/CRRedist2008_x86.msi "CRRedist2008_x64.msi" (for 64bit) resources.businessobjects/support/downloads/redistributables/vs_2008/redist/x64/CRRedist2008_x64.msi

希望这可以帮助正在寻找并解决此问题的朋友....

Hope this may help friends who are looking and facing this problem....

更多推荐

我在我的项目中遇到这个错误

本文发布于:2023-07-25 09:09:32,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1209006.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:我在   错误   项目

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!