安装再分发软件包时放置的Crystal Report .Net程序集在哪里?

Jed*_*dja 13 crystal-reports

在运行任何的水晶报表10.5再发行(CRRedist2008_x86.msi,CRRedist2008_x64.msiCRRedist2008_ia64.ms)被认为,根据Crystal_Runtime2008.txt文件,部署了以下文件:

CRVsPackageLib.dll
CrystalDecisions.CrystalReports.Design.dll
CrystalDecisions.CrystalReports.Engine.dll
CrystalDecisions.Data.AdoDotNetInterop.dll
CrystalDecisions.Enterprise.Desktop.Report.dll
CrystalDecisions.Enterprise.Framework.dll
CrystalDecisions.Enterprise.InfoStore.dll
CrystalDecisions.Enterprise.PluginManager.dll
CrystalDecisions.Enterprise.Viewing.ReportSource.dll
CrystalDecisions.Keycode.dll
CrystalDecisions.ReportAppServer.ClientDoc.dll
CrystalDecisions.ReportAppServer.CommLayer.dll
CrystalDecisions.ReportAppServer.CommonControls.dll
CrystalDecisions.ReportAppServer.CommonObjectModel.dll
CrystalDecisions.ReportAppServer.Controllers.dll
CrystalDecisions.ReportAppServer.DataDefModel.dll
CrystalDecisions.ReportAppServer.DataSetConversion.dll
CrystalDecisions.ReportAppServer.ObjectFactory.dll
CrystalDecisions.ReportAppServer.ReportDefModel.dll
CrystalDecisions.ReportAppServer.XmlSerialize.dll
CrystalDecisions.ReportSource.dll
CrystalDecisions.Shared.dll
CrystalDecisions.Web.dll
CrystalDecisions.Windows.Forms.dll

但我无法在PC上的任何地方找到这些.有谁知道他们安装到哪个位置?.txt文件中列出的所有其他DLL都出现在

c:\Program Files\Business Objects\Common\2.8\bin

dot*_*joe 14

GAC

从.NET Framework 4开始,全局程序集缓存的默认位置是%windir%\ Microsoft.NET\assembly.在早期版本的.NET Framework中,默认位置为%windir%\ assembly

  • 他们确实在那里......现在要弄清楚为什么应用程序拒绝承认他们的存在:) (2认同)