SE: Object reference not set to an instance of an object

Could you please help me to rectify this issue

System error occurred casued a termination with error message "System.NullReferenceException: Object reference not set to an instance of an object.

@anbarasu.k

Welcome to forums

Usually Object reference error occurs if you are passing any null value

Can you share screenshot where you are facing issue?

Hope this helps you

Thanks

Some of the variable you are trying to assign or the argument you are passing do not have a default value and if you are reading it from any other source its throwing a null value.

Error got fixed by go through the previous forum answers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.