Click here to Skip to main content
15,904,153 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
after deploying the website,and further executing I am getting this error
Posted
Comments
m@dhu 30-Jul-11 4:29am    
Not clear. Use the debugger and check which part of code is causing the error.
Uday P.Singh 30-Jul-11 4:50am    
where in the code are you getting this error??
uspatel 30-Jul-11 5:13am    
provide code where this error occures.
may be, you are passing null values in any statement to the object.
Vijay Radia 30-Jul-11 7:20am    
please provide code section you are getting error into.

1 solution

As the message suggests, this error will occur if you try access a property or method of an object that is null and has not been instantiated. Trying debugging through your code to figure out which object could be null.
 
Share this answer
 
Comments
koolprasad2003 30-Jul-11 5:33am    
Good point +5, Object reference error occoured when we access something from an object which is NULL

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