Click here to Skip to main content
16,021,294 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
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.
Posted

1 solution

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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900