I was trying out the SQL cache dependency feature that Asp.net 2.0 provided. I got this error after I configure the application properly with this config section: <system.web><cachi... enabled="true"><datab... connectionStringName="p_dbi... name ="p_dbivt001ConnectionString" pollTime="1000"/></da... After a further reading, I realized that I haven't run...