0

Every property is present in the model. But still getting error:

An exception of type 'System.NullReferenceException' occurred in App_Web_vzy5d524.dll but was not handled in user code

I am not getting why this error is occuring. Things were working fine not started getting error.

Please guide if any idea.

tereško
  • 58,060
  • 25
  • 98
  • 150
Anirudh Agarwal
  • 655
  • 2
  • 7
  • 29
  • Possible duplicate of [What is a NullReferenceException and how do I fix it?](http://stackoverflow.com/questions/4660142/what-is-a-nullreferenceexception-and-how-do-i-fix-it) – dotnetom Jan 02 '16 at 21:30
  • Some where you are trying to access a property/calling a method on a NULL object ! – Shyju Jan 02 '16 at 22:14

1 Answers1

0

It indicates that your model value is NULL

yazan_ati
  • 263
  • 3
  • 3