Click here to Skip to main content
15,887,936 members

Comments by Rishikesh_Singh (Top 41 by date)

Rishikesh_Singh 24-Nov-19 7:12am View    
What exact error are you getting?
Rishikesh_Singh 12-May-16 22:31pm View    
Instead of creating multiple solution , edit the existing solution.
Rishikesh_Singh 12-May-16 3:08am View    
Can you check what is the difference in your query when you run directly in ssms and query generated by linq in sql profiler
Rishikesh_Singh 14-Apr-16 9:42am View    
Contract in web.config doesn't look correct, it should be namespace.interface
Update it to whatever namespace you have defined for interface
Rishikesh_Singh 14-Apr-16 8:41am View    
For "contract="IcxnService.IIcxnService">" , you would have defined the interface "IIcxnService" in your webservice code, since this is local webservice . Paste that interface code here.