Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Error is

Didn't count the values when I click the button .. Null exception error is getting
Posted
Comments
harshavardhan12345678 29-Oct-15 13:29pm    
And also me added service reference to the application but it doesn't works ...
Richard Deeming 29-Oct-15 13:58pm    
Use the "Improve question" button to update your question with the missing information.

Include the full exception details, including the stack trace.

Include the relevant parts of your code, particularly the part that throws the exception.

Don't forget to indicate which line in the code the exception is thrown from.
Sinisa Hajnal 30-Oct-15 3:34am    
Null exception is one of the easiest to find. Use debugger and step through the code. Find which element is null. Correct it. You're done.

If you don't succeeded, post more details (code, exact error etc) and we'll try to help. Good luck.
Suvendu Shekhar Giri 1-Nov-15 4:25am    
Try to debug and share the relevant code.

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