I have no idea why Password is not showing in Connection for Sync2.1.
protected RelationalSyncProvider peerProvider;
public bool NeedsScope()
{
SqlSyncScopeProvisioning prov = new SqlSyncScopeProvisioning();
//Error causes here when i look at stack there is only ID of DB no Password when i typed explicitly its working fine
return !prov.ScopeExists(this.peerProvider.ScopeName, (SqlConnection)this.peerProvider.Connection);
}
Any help is Appretiated
Lavanya
lavanyar