Click here to Skip to main content
15,907,492 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,


I am getting above error when i run the page Methods.Same Script when I executed in the another project its working fine.

return
Sys.Net.WebServiceProxy.invoke(d,e,g,f,c,b,a,this.get_timeout())}};Sys.Net.WebServiceProxy.registerClass("Sys.Net.WebServiceProxy");

Please Help me.
Posted
Updated 15-Nov-11 20:21pm
v6
Comments
Richard MacCutchan 10-Nov-11 5:36am    
Find the point in your code where this is occurring and fix your reference so that it is not null.
jagadeesh123qqq 11-Nov-11 4:25am    
Thanks for your reply. Could you please expand bit more please.
Richard MacCutchan 11-Nov-11 5:12am    
Are you saying that you don't know where this message is being produced or that you don't understand null references?
jagadeesh123qqq 11-Nov-11 5:18am    
i am not understanding the null reference.Same when i executed in the another dummy project it is working fine
Richard MacCutchan 11-Nov-11 5:21am    
A null reference means that you are using a reference item that has not been initialised. Look at your code to see where it is going wrong and investigate why the reference has not been set up properly. If necessary try using your debug tools to help you. Without seeing your code it is impossible to guess what may be happening.

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