locked
SqlException was unhandled by user code. Updating Dlls from 2.0 to 2.1 sync framework RRS feed

  • Question

  • 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
    Thursday, October 21, 2010 9:11 PM

Answers

  •  its working after deleting bin folder
    lavanyar
    • Marked as answer by Lavanyr Friday, October 22, 2010 3:05 AM
    Thursday, October 21, 2010 11:01 PM