I\'m working with SQLDependency to notify me if there is a change in the Database. After Program Start-Up it works just fine. When I make a first change the Event fires. Wo
Look my friend:
dep.OnChange -= this.dep_OnChange;
you un-fired your event; which is not true; just delete this line;