ChangeSet Errors

Grant FritcheyGrant Fritchey Posts: 72
edited October 22, 2009 8:07PM in SQL Compare Previous Versions
When trying to register a working folder with TFS I'm getting this error:

"Could not load file or assembly 'Microsoft.TeamFouncation.VersionControl.Client,Version 8.0.0.0,Culture-neutral,PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

I'm running TFS just fine through Visual Studio with no issues.

Here's the log:

[00:50:19.0] Started SQL Changeset 2009-10-21 20:50:19 -04:00
[00:50:19.0] M:[00:50:21.3] Analysing plugin C:\Program Files\Microsoft Visual Studio\VSS\win32\SSSCC.DLL
[00:50:21.7] new PluginDescription(@SSSCC.DLL, "FwZnCYEASU/ODgNp1qfE+w==")
[00:50:21.8] Analysing plugin C:\Program Files\Microsoft Team Foundation Server MSSCCI Provider\TfsMsscciProvider.dll
[00:50:21.9] new PluginDescription(@TfsMsscciProvider.dll, "ctTaHO4BuYEJS/8bEZRmOA==")
[00:50:33.0] Analysing plugin C:\Program Files\Microsoft Team Foundation Server MSSCCI Provider\TfsMsscciProvider.dll
[00:50:33.0] new PluginDescription(@TfsMsscciProvider.dll, "ctTaHO4BuYEJS/8bEZRmOA==")
[00:50:40.6] RedGate.SqlChangeset.Common.SourceControlException: Team Foundation Server MSSCCI Provider returned error: Nonspecificerror
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at L.a.a(ScProvider )
at F.a(Object , EventArgs )
[14:08:15.2] Analysing plugin C:\Program Files\Microsoft Visual Studio\VSS\win32\SSSCC.DLL
[14:08:15.4] new PluginDescription(@SSSCC.DLL, "FwZnCYEASU/ODgNp1qfE+w==")
[14:08:15.4] Analysing plugin C:\Program Files\Microsoft Team Foundation Server MSSCCI Provider\TfsMsscciProvider.dll
[14:08:15.4] new PluginDescription(@TfsMsscciProvider.dll, "ctTaHO4BuYEJS/8bEZRmOA==")
[14:08:17.3] Analysing plugin C:\Program Files\Microsoft Team Foundation Server MSSCCI Provider\TfsMsscciProvider.dll
[14:08:17.3] new PluginDescription(@TfsMsscciProvider.dll, "ctTaHO4BuYEJS/8bEZRmOA==")
[14:08:24.8] RedGate.SqlChangeset.Common.SourceControlException: Team Foundation Server MSSCCI Provider returned error: Nonspecificerror
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at L.a.a(ScProvider )
at F.a(Object , EventArgs )
[14:08:27.9] Analysing plugin C:\Program Files\Microsoft Visual Studio\VSS\win32\SSSCC.DLL
[14:08:27.9] new PluginDescription(@SSSCC.DLL, "FwZnCYEASU/ODgNp1qfE+w==")
[14:08:36.6] Analysing plugin C:\Program Files\Microsoft Team Foundation Server MSSCCI Provider\TfsMsscciProvider.dll
[14:08:36.6] new PluginDescription(@TfsMsscciProvider.dll, "ctTaHO4BuYEJS/8bEZRmOA==")
[14:08:37.6] RedGate.SqlChangeset.Common.SourceControlException: Team Foundation Server MSSCCI Provider returned error: Nonspecificerror
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at L.a.a(ScProvider )
at F.a(Object , EventArgs )
[14:09:16.0] Analysing plugin C:\Program Files\Microsoft Visual Studio\VSS\win32\SSSCC.DLL
[14:09:16.0] new PluginDescription(@SSSCC.DLL, "FwZnCYEASU/ODgNp1qfE+w==")
[14:09:16.0] Analysing plugin C:\Program Files\Microsoft Team Foundation Server MSSCCI Provider\TfsMsscciProvider.dll
[14:09:16.0] new PluginDescription(@TfsMsscciProvider.dll, "ctTaHO4BuYEJS/8bEZRmOA==")
[14:09:18.1] Analysing plugin C:\Program Files\Microsoft Team Foundation Server MSSCCI Provider\TfsMsscciProvider.dll
[14:09:18.1] new PluginDescription(@TfsMsscciProvider.dll, "ctTaHO4BuYEJS/8bEZRmOA==")
[14:17:03.6] RedGate.SqlChangeset.Common.SourceControlException: Team Foundation Server MSSCCI Provider returned error: Nonspecificerror
at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at L.a.a(ScProvider )
at F.a(Object , EventArgs )

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Grant,

    I think that the solution could be a simple as installing the MSSCCI provider, as described in our knowledge base. This is necessary to provide the source control interfaces that Changeset expects to find.
  • Hey Brian,

    Thanks for the reply. Actually I had MSSCCI installed, but it was the 2005 version. I upgraded to the 2008 version. Although I received a warning that it was unsupported and asked if I wanted to proceed at my own risk, which I did, it looks like it's working now.

    I checked it, but I didn't think to check the version. Thanks for the help.
Sign In or Register to comment.