[Vstsplugins-discussion] [vstsplugins - Open Discussion] Obsolete GetServer() overload used
Status: Pre-Alpha
Brought to you by:
martinwoodward
From: SourceForge.net <no...@so...> - 2006-02-15 18:05:55
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3578346 By: styx31 It seems that GetServer() method implying ICredential parameter no longer exists on TeamFoundationServerFactoryClass. Refering last VSIP SDK Doc, you must now provide a ICredentialProvider class, implemented by default in UICredentialProvider. I've not found a way to patch the source code to allow specifying username/password... So, I've simply skipped this parameter and use current credentials to authenticate. Perhaps you could implement your own ICredentialProvider to provide custom login/password ? ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=487436 |