S
skg
i am using vs.net 2005 but unable to find definition for
SqlNotificationAuthType.None
thx.
I get following eerror
Error 3 The name 'SqlNotificationTransports' does not exist in the current
context
using System.Data.SqlClient;
...
....
....
SqlDependency depend = new SqlDependency(cmd, null,
SqlNotificationAuthType.None,
SqlNotificationEncryptionType.None,
SqlNotificationTransports.Tcp,
10000);
SqlNotificationAuthType.None
thx.
I get following eerror
Error 3 The name 'SqlNotificationTransports' does not exist in the current
context
using System.Data.SqlClient;
...
....
....
SqlDependency depend = new SqlDependency(cmd, null,
SqlNotificationAuthType.None,
SqlNotificationEncryptionType.None,
SqlNotificationTransports.Tcp,
10000);