Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi friends. this error occur in my program when i added a dll control to my toolbox in visual studio. it do not show any line of code that it happened. and it will occur when i run program(runtime error).

i do not have any idea about it.

System.NullReferenceException was unhandled
Message=Object reference not set to an instance of an object.
Source=PersianDate
StackTrace:
at FreeControls.PersianDateTimePicker.Finalize()
InnerException:
Posted

1 solution

The control itself has an error - it is trying to dispose of some reference that it has already disposed of.

Send the error message to whoever created that control for their info - and see if they have a new version (or a work-around).
 
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