解决persian Datepicker组件中的问题 [英] solve problem in persian Datepicker component

查看:128
本文介绍了解决persian Datepicker组件中的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的朋友。



在我的程序中我使用的是persian Datepicker组件。



当我运行程序,突然显示如下错误:





PersianDate.dll中出现未处理的'System.NullReferenceException'类型异常



附加信息:对象引用未设置为对象的实例。



和汇编页面指向这一行:


$ b $ 00 00007FF8F6F3AD26 mov rax,qword ptr [rax]





i搜索谷歌,但我什么都没找到。



我该怎么办????

请帮助。

hi my friend.

in my program i use persian Datepicker component.

when i run program, suddenly it shows below error:


"An unhandled exception of type 'System.NullReferenceException' occurred in PersianDate.dll

Additional information: Object reference not set to an instance of an object."

and in assembly page point to this line :

00007FF8F6F3AD26 mov rax,qword ptr [rax]


i search in google but i did not find nothing.

what should i do????
please help.

推荐答案

您已经发布了这个问题并收到了一些建议,但看来您已删除原文。 System.NullReferenceException 表示您正在尝试使用尚未初始化的引用。查找错误的唯一方法是查看异常详细信息中提供的信息。这应该可以帮助您找到设置断点的合适位置。然后,您可以使用调试器逐步执行程序并找到有问题的代码行。
You already posted this question and received some suggestions, but it appears you have deleted the original. A System.NullReferenceException means that you are trying to use a reference that has not been initialised. The only way to find the error is to look at the information provided in the exception details. That should help you to find a suitable location at which to set a breakpoint. You can then use your debugger to step through your program and find the offending line of code.


这篇关于解决persian Datepicker组件中的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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