I am trying to work with sqlDependency.... I have pasted the code in pastebin. Please take a look at it and tell me whats wrong. What i am basically doing is setting up a sqldependency to a table . And whenever an external application adds a row to the table, a message is sent by the WebSyncServer (It doesnt matter if you havent worked with Websync.I have the websync part working correctly).

I have added the code for sqldependency in global.asax.

Please check out the code here http://pastebin.com/cVEWqEAR

link|improve this question

1  
Define "doesn't work." First you'll need to tell us what's wrong. What is the expected behavior and what is the observed behavior? When debugging the code, where exactly does it do something unexpected? – David Jun 11 '11 at 0:13
Doesnt work means "i am not getting a message when data is added to the table" . Expected behavior is a message sent to all clients by the WebSync server when a row is added to the table. I tried debugging the code, got no error whatsoever. – hari Jun 11 '11 at 0:22
"Got no error whatsoever" is an interesting statement in this case. The code didn't do anything unexpected and each line executed as it should? If the publisher object successfully called that Publish method without error then it sounds like the problem is outside the scope of the code provided. Whatever's listening may also need to be debugged. – David Jun 11 '11 at 0:26
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.