Questions tagged [msscci]

The Team Foundation Server MSSCCI Provider enables integrated use of Team Foundation Version Control with products that do not support Team Explorer integration.

20 questions
8
votes
2 answers

TFS MSSCCI Provider with Visual Fox Pro 9 SP2 - cannot update project from project metafile

I have existing project in Visual Fox Pro 9 SP2. I added this project to source control over VFP IDE with MSSCCI provider integrated, then I added files to source control. Everything was ok, but then I update project list and error "cannot update…
polach.o
  • 602
  • 8
  • 15
3
votes
1 answer

Implementing MSSCCI providers in .Net

I would like to implement a MSSCCI provider, however if at all possible I would like to implement it in .Net (so my MSSCCI provider is in fact a thin wrapper around a .Net implementation) Is this possible? Is this a good idea? I know that…
Justin
  • 80,106
  • 47
  • 208
  • 350
2
votes
1 answer

Failure creating Access database from TFS 2010

I have an Access database in source control on TFS that I need to pull down onto another machine (XP, Office 2007). I have the Team Foundation Server MSSCCI Provider 2010 installed and I can successfully see the source. However, when I try to have…
StoneJedi
  • 565
  • 1
  • 8
  • 19
2
votes
0 answers

Team Foundation Server and VB6 Checking In Issue - VB6 thinks that one project relates to another

We have VB6 & TFS2010 installed on our corporate system. The issue arises when we try to open or check in a project file in VB6 through MSSCCI provider that connects to TFS2010. We have two separate projects Project 1 & Project 2 (which is a copy…
1
vote
1 answer

SQL Management Studio and TFS

I'm trying to setup TFS 2010 integration for SQL Management studio 2008. I've installed MSSCCI and managed to create a ssmssln file and add it to TFS, however I don't see any options to add the SQL files to TFS from SQL Management studio 2008. I,…
user156862
1
vote
3 answers

VFP 9 SP2 with MSSCCI: slow project loading

Is it possible, that MSSCCI make VFP project loading slow? Project has 1000+ files, workspace is server. Project loads about 120+ seconds. Network traffic is greater during loading, CPU and memory no significant change. How can I optimalize loading…
polach.o
  • 602
  • 8
  • 15
1
vote
2 answers

How can I integrate SQL Server with MSSCCI provider for tfs 2013&2015?

I was trying to use Team Foundation Server 2012 with Sql Server Management Studio 2012. I installed the Microsoft Visual Studio Team Foundation Server 2013 & 2015 MSSCCI Provider 32-bit and choose it as Current source control plug-in under tools ->…
1
vote
0 answers

Is it possible to create a plugin for the MSSCCI provider for TFS2013 to trap the Evaluate() event and return the PolicyFailure[] on check-ins to TFS?

We have developed a custom check-in policy plugin that traps the check-in events to TFS 2013 on the client. This is used to evaluate certain workflow statuses and generate a meaningful comment for the check-in. For these tasks the Work item selected…
1
vote
0 answers

How can I bind my VS 2003 / XP Mode Project to the appropriate Server folders location with TFS?

Somehow my project got its source control bindings mixed up, and I'm trying to bind the local files to the correct place on the server. I am trying first to unbind the project, but when I then try to set up the binding anew and "Add Solution to…
B. Clay Shannon
  • 1,055
  • 124
  • 399
  • 759
1
vote
1 answer

How can I get TFS working again?

Today I checked out a new project in TFS (Visual Studio 2010): Which, if any, folders do I need to create before checking out a TFS project? The .sln file wouldn't save (said it was read-only, and even when changing that in Windows Explorer, it made…
B. Clay Shannon
  • 1,055
  • 124
  • 399
  • 759
1
vote
0 answers

Connecting to TFS to add (and maintain) version control for a MS-Access application

I have been tasked with taking an existing application (written in Microsoft Access, running under the 2003 runtime) and getting it into our TFS 2012 version control system. I thought I'd be able to use the 2012 MSSCCI provider to do so, but when I…
Scott
  • 103
  • 1
  • 1
  • 6
0
votes
2 answers

Switch from MSSCCI Provider to TFS

I have a solution which connects to TFS using MSSCCI Provider. How can I switch to using it with TFS and cut MSSCCI as the middle man? When I select TFS in Tools --> options --> Source Control --> Current source control, Im getting a message that…
Tomer S
  • 39
  • 1
  • 5
0
votes
1 answer

TFS error: 'Could not load file or assembly 'Microsoft.TeamFoundation.VersionControl.ControlAdapter, Version=12.0.0.0'

I am using Ranorex 7.2 on Windows 10. We are using VS 2013 Express Desktop update 4 with the 2013 version of the MSSCCI plugin. When I try and link Ranorex to TFS (which can be done from inside Ranorex), I get the following error popup in…
0
votes
1 answer

How to count total lines changed by a specific author in a TFS repository?

I am quite new to this so I would really appreciate your help!!!! My repository is in TFS and I am using Visual Studio 2015 and SSMS 2016 and my manager asked me to find the "lines changed" per branch for specific author. Could you please help in…
Theo
  • 21
  • 4
0
votes
1 answer

Changing source control workspace in Matlab for MSSCCI

I made the mistake of using the workspace I use for my visual studio projects when I set up Matlab's Team Foundation Server integration via MSSCCI. This is a problem because MSSCCI will forcefully convert the workspace from local to server, and this…
Setsu
  • 1,110
  • 12
  • 26
1
2