我在获取错误时出现了关于克林特计算机的报告 [英] I Am Getting Error durring show a report on clint computer

查看:71
本文介绍了我在获取错误时出现了关于克林特计算机的报告的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我遇到此错误我认为这是我必须安装Clint PC水晶报告

所以请你告诉我哪里可以降低IT和哪个版本请

有关调用

实时(JIT)调试而不是此对话框的详细信息,请参阅此消息的结尾。



**************异常文本**************

System.IO.FileNotFoundException:无法加载文件或程序集'CrystalDecisions.CrystalReports.Engine,Version = 10.5.3700.0,Culture = neutral,PublicKeyToken = 692fbea5521e1304'或其依赖项之一。系统找不到指定的文件。

文件名:'CrystalDecisions.CrystalReports.Engine,Version = 10.5.3700.0,Culture = neutral,PublicKeyToken = 692fbea5521e1304'

在School_Management_System .reportdate.Timer1_Tick(Object sender,EventArgs e)

在System.Windows.Forms.Timer.OnTick(EventArgs e)

在System.Windows.Forms.Timer。 TimerNativeWindow.WndProc(Message& m)

在System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd,Int32 msg,IntPtr wparam,IntPtr lparam)



WRN:程序集绑定日志记录已关闭。

要启用程序集绑定失败日志记录,请设置注册表值[HKLM \Software\Microsoft\Fusion!EnableLog](DWORD)注意:组装绑定失败日志记录会导致性能损失。

要关闭此功能,请删除注册表值[HKLM \ Software \ Microsoft \ Fusion!EnableLog]。







**************已装载的装配**************

mscorlib

汇编版本:2.0.0.0

Win32版本:2.0.50727.5420(Win7SP1.050727-5400)

CodeBase:file: ///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll

--------------------- -------------------

Pak-Azeem

汇编版本:1.0.0.0

Win32版本:1.0.0.0

CodeBase:file:/// C:/ Users / irfanansari / Desktop / pakazeem%2020-04-2012 / pak%20azeem / School%20Management%20System /学校%20Management%20System / bin / Debug / Pak-Azeem.exe

--------------------------- -------------

Microsoft.VisualBasic

汇编版本:8.0.0.0

Win32版本:8.0 .50727.5420(Win7SP1.050727-5400)

CodeBase:file:/// C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll

----------------------------------------
系统

汇编版本:2.0.0.0

Win32版本:2.0.50727.5420(Win7SP1.050727-5400)

CodeBase:file:/// C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

--------------- -------------------------

System.Windows.Forms

汇编版本:2.0 .0.0

Win32版本:2.0.50727.5420(Win7SP1.050727-5400)

CodeBase:file:/// C:/Windows/assembly/GAC_MSIL/System.Windows .Forms / 2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

--------------------------- -------------

System.Drawing

汇编版本:2.0.0.0

Win32版本:2.0 .50727.5420(Win7SP1.050727-5400)

CodeBase:file:/// C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

System.Runtime.Remoting

汇编版本:2.0.0.0

Win32版本:2.0.50727.5420(Win7SP1.050727-5400)

CodeBase:file:/// C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089 /System.Runtime.Remoting.dll

---------------------------------- ------

System.Data

汇编版本:2.0.0.0

Win32版本:2.0.50727.5420(Win7SP1.050727- 5400)

CodeBase:file:/// C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll

- --------------------------------------

System.Transactions

汇编版本:2.0.0.0

Win32版本:2.0.50727.4927(NetFXspW7.050727-4900)

CodeBase:file:/// C :/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll

-------------------- --------------------

System.EnterpriseServices

汇编版本:2.0.0.0

Win32版本:2.0.50727.5420(Win7 SP1.050727-5400)

CodeBase:file:/// C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

----------------------------------------

System.Configuration

汇编版本:2.0.0.0

Win32版本:2.0.50727.5420(Win7SP1.050727-5400)

CodeBase:file: ///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

---------------- ------------------------

System.Xml

汇编版本:2.0.0.0

Win32版本:2.0.50727.5420(Win7SP1.050727-5400)

CodeBase:file:/// C:/Windows/assembly/GAC_MSIL/System.Xml/2.0。 0.0__b77a5c561934e089 / System.Xml.dll

---------------------------------- ------



************** JIT调试************ **

启用即时(JIT)调试,这个

应用程序的.config文件或者计算机(machine.config)必须在system.windows.forms部分设置

jitDebugging值。

应用程序也必须使用调试编译

启用。



例如:



< configuration>

< system.windows.forms jitdebugging =true>





启用JIT调试时,任何未处理的异常

将被发送到在计算机上注册的JIT调试器

而不是由此对话框处理。

I AM Getting This Error I Think This Is I Have To Install Clint PC Crystal Report
So Please Can You Tell ME From Where I Can Downlands IT And Which Version Please
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
File name: 'CrystalDecisions.CrystalReports.Engine, Version=10.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304'
at School_Management_System.reportdate.Timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].



************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Pak-Azeem
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/irfanansari/Desktop/pakazeem%2020-04-2012/pak%20azeem/School%20Management%20System/School%20Management%20System/bin/Debug/Pak-Azeem.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Data
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitdebugging="true">


When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

推荐答案

错误消息清楚地说明了问题。安装适当的水晶报告版本将正确版本的程序集复制到您的应用程序。



此处类似问题已解决http://scn.sap.com/thread/3305877 [ ^ ]



检查此线程是否部署

部署Crystal Report应用程序 [ ^ ]



SAP Crystal Reports,Microsoft Visual Studio的开发人员版本:更新&运行时下载 [ ^ ]
Error message tells the issue clearly. Install proper crystal reports version OR copy correct version of assembly to your application.

Here similar issue solved http://scn.sap.com/thread/3305877[^]

Check this thread for deployment
Deploy Crystal Report Application[^]

SAP Crystal Reports, developer version for Microsoft Visual Studio: Updates & Runtime Downloads[^]


这篇关于我在获取错误时出现了关于克林特计算机的报告的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆