Tagged Questions
The visual-studio-team-system tag has no wiki summary.
24
votes
9answers
7k views
recommend a library/API to unzip file in C#
Looks like no built-in Library/API in C# to unzip a zip file. I am looking for a free (better open source) library/API which could work with .Net 3.5 + VSTS 2008 + C# to unzip a zip file and extract ...
23
votes
13answers
4k views
What do you use as a good alternative to Team System?
I would like to gauge what solutions other people put in place to get Team System functionality. We all know that Team System can be pricey for some of us. I know they offer a small team edition ...
21
votes
6answers
22k views
The name 'ConfigurationManager' does not exist in the current context
I am trying to access connectionstrings from the config file. The code is ASP.NET + C#. I have added System.Configuration to reference and also mentioned with using. But, still it wouldn't accept the ...
18
votes
6answers
14k views
Can a unit test project load the target application's app.config file?
I am unit testing a .NET application (.exe) that uses an app.config file to load configuration properties. The unit test application itself does not have an app.config file.
When I try to unit ...
18
votes
7answers
2k views
What are the real benefits of Visual Studio Team System Database Edition (GDR)?
Interested if anyone has used VSTS Database Edition extensively and, if so, which features did you find the most useful over the standard Visual Studio database projects?
What are the most compelling ...
13
votes
8answers
2k views
NUnit vs Team System Unit Test
Which do you prefer?
What are the advantages and disadvantages of each for Unit Testing?
EDIT: I will admit that Team System offers a lot more than just Unit Testing, such as performance and load ...
11
votes
6answers
3k views
Team Foundation Server - What Process Template is for me?
So I finally was able to complete the installation of TFS and started the creation of my first team project which introduced me to the process template.
After following to the link to Microsoft's ...
9
votes
2answers
2k views
How do I revert a file in TFS
On occasion, I'll end up checking in a file to our TFS db that I didn't intend to.
Reverting to the prior version is quite tedious with my current approach.
If there a fast way to revert a file to a ...
8
votes
2answers
730 views
How to prevent “There appears to be a discrepancy between the solution's source control…” without changing the .sln file
Note: I saw "There appears to be a discrepancy between the solution's source control ...." , but this doesn't apply, as I wish to fix this without changing the .sln file.
For some ...
7
votes
5answers
224 views
How does a one-man team convert to working with a small team?
I have been running my web development company by myself for the last 6 or so years (and as added background, I have never worked in a development team as I am currently a university student and have ...
7
votes
2answers
2k views
ASP.NET Schema Tables Causing Issues in VSTS
After installing the VSTS Database GDR and importing a SQL Server 2005 database that includes the ASP.NET provider schema tables, I get the following warnings:
TSD04151: Procedure: ...
7
votes
1answer
776 views
Is there a way to make TFS linkable?
I'm a big fan of TFS, but unfortunately they seem to have omitted any sort of method of linking to individual items (be they work items, documents, or files under version control). This blog post ...
6
votes
6answers
2k views
Continuous Integration - with what to start: CruiseControl.NET vs TeamCity vs Visual Studio Team System
I'm new to Continuous Integration. I want an advice with what tool should I start deal with. I see that this is the biggest tools right now: CruiseControl.NET, TeamCity and Visual Studio Team System.
...
6
votes
3answers
3k views
TFS Folders - Getting them to work like Subversion “Trunk/Tags/Branches”
I recently started using Team Foundation Server, and am having some trouble getting it to work the way I want it to.
I've used Subversion for a couple years now, and love the way it works. I always ...
6
votes
2answers
1k views
Checking a file out (TFS) for a pre-build action
I've added a pre-build action for an ASP.NET web control (server control) project, that runs jsmin.exe on a set of Javascript files. These output files are part of the source control tree and are ...
6
votes
6answers
1k views
Best practice for storing and referencing DLL libraries?
Often times a developer on my team will create a new Visual Studio project and reference a DLL somewhere on their local machine (e.g., C:\mydlls\homersimpson\test.dll). Then, when I get the project ...
6
votes
2answers
149 views
Strategies for moving to Team System
Does anyone have any strategies/tips/traps for moving to Team System? Should it be done in baby steps, or all at once? Should we migrate our SourceSafe library over, or draw a line in the sand and ...
6
votes
4answers
393 views
Is there a way to keep Visual Studio from modifying the solution file after every test run?
Visual Studio seems to be modifying a list of .vsmdi files in my .sln every time sometimes when I run a unit test. This is annoying because my source control client thinks the .sln file needs to be ...
5
votes
2answers
816 views
Creating a Data Generation Plan that Includes Correct Lookup Table Values
I'm just getting started with Visual Studio Database projects and loving the data generation plans I can create with it. However, in one of my projects I need to populate a lookup table with specific ...
5
votes
2answers
126 views
Are there any plans for Microsoft to support testing frameworks other than MSTest?
It seems like you should be able to configure your preferred unit testing framework as a plugin to Visual Studio/Team system like you can with SourceControl providers. Is anyone aware of an effort ...
5
votes
3answers
754 views
Best practices for signing assemblies with multiple projects and developers
I’m looking for recommendations and best practices for applying signed assemblies in an organization with 30+ developers, 20+ solutions and 60+ projects. We’re using Visual Studio Team System 2008 and ...
5
votes
4answers
6k views
C# byte array comparison issue
I have two byte arrays in C#. And I am using VSTS 2008 + C# + .Net 3.0. What is the most efficient way to compare whether the two byte arrays contains the same content for each element?
For example, ...
5
votes
3answers
9k views
Using Areas and Iterations in Team Foundation Server 2008
If you are using TFS 2005 or 2008, how do you user iterations and areas?
Do you create an area for specific parts of the application you are building?
Here is an interesting article on areas and how ...
5
votes
3answers
837 views
How to organise a VSTS Database Edition Solution/Project (GDR)?
We use TFS and are looking at using VSTS Database Edition GDR . I would like to know the best way to structure our projects and wondered if anyone has any experience in this.
Let me explain our ...
5
votes
4answers
1k views
Can Visual Studio 2008 work with Team System 2005?
I would like to upgrade my team from VS2005 to VS2008 without touching the version of Team Server which is 2005.
Is that possible?
And if so, how do I tell VS to recognize TFS?
Currently in my ...
5
votes
3answers
780 views
Is there a code review tool with Word like annotation functionality and TFS integration?
I'm looking for a code review tool that has something like Word's review tools.
I would like the ability to add a note in the side bar that references a specific block of code as well as to have ...
5
votes
12answers
2k views
How to use Scrum and Visual Studio without Team System
I'm interested in possibly using Scrum with my development team (yes, I know it'll be a little painful to transition over to it). However, we don't have Team System and probably can't currently afford ...
4
votes
2answers
623 views
TFS branching, what are the advantages
I am pretty new to TFS and source control. I unable to understand the advantage of branching. Since i can do the same stuff by creating 2 folder main and development, when I am done with development.I ...
4
votes
1answer
604 views
Missing Source Control Plugin in Visual Studio 2010 Ultimate
After a computer crash I had to reinstall Visual Studio 2010 Ultimate.
But after the installation the Source Control Plugin option (Tools > Options > Source Control > Plug-in Selection) is not showing ...
4
votes
3answers
1k views
Bullseye vs MS code coverage tool
I need to select code coverage tool between Bullseye and MS code coverage tool.
I found some positive feedback for Bullseye, and I can use MS code coverage tool free. The price for Bullseye is not ...
4
votes
2answers
270 views
Branch from local workspace
I was developing team project and suddenly realised that i've made so many changes, that i need create branch.
I've never used branching in TFS and when i saw "Branch\ "From Workspace version" i ...
4
votes
6answers
2k views
Visual Studio 2008/2010 - Professional vs Team System
Ok, I know this isnt a programming question, but I think its really important to understand the differences to be a more productive developer...so please don't close this question!! And yes, I do feel ...
4
votes
3answers
1k views
Is it possible to exclude some files from checkin (TFS)?
We use configuration files within various projects under source control (TFS), where each developer has to make some adjustments in his local copy to configure his environment. The build process takes ...
4
votes
5answers
6k views
Connect to TFS with different user credentials
I am connecting to TFS through Visual Studio 2008 Team Explorer. Lets say TFS is on machine A and Visual Studio 2008 is on machine B (my box). I have a local account on machine A (i.e. A\username) ...
4
votes
8answers
201 views
Develop for the customer, or for a manager? [closed]
So you're striving for a job, then you have two to choose from:
Job A: You have direct contact with the customer. You get the user requirements. You design and develop being able to contact the ...
4
votes
4answers
1k views
BizUnit vs Visual Studio Team Test
With the release of BizTalk 2009 we can now use Visual Studio Team Edition 2008 to leverage some of the team test features.
We can unit test maps, schemas, and pipelines ... but from what I can tell, ...
4
votes
4answers
1k views
Is it possible for Visual Studio 2008 Automatically create XML Comments tags without “Generate XML documentation file” checked (VB.NET only)?
When in VS 2008 if a developer hits the ''' it generates the XML comment tags for you, but this only works when the project setting for "Generate XML documentation file" is checked.
Is there a way to ...
4
votes
4answers
1k views
file upload issue
I will need client (end user) through browser to upload big files (e.g. similar to Youtube's scenario which uploads big video files), the file size should be no larger than 500M bytes.
I am using ...
4
votes
3answers
1k views
Does Visual Studio need to be installed on the TFS build server?
We recently moved to Team Foundation Server 2008 from Source Safe. We are setting up some automated builds and have run into some issues with the publish of click once apps that seem to require ...
4
votes
4answers
7k views
TFS work item types: tasks vs. scenarios, or use both?
In the default TFS setup there are three work item types: scenario, task and bug. That last one is quite straightforward, and task also: it's a specific job for a team member to complete. But I think ...
4
votes
9answers
507 views
If I'm a solo dev, should I bother with VS Team System?
I have an MSDN subscription and I'm wondering what edition of Visual Studio 2008 to get. I recall reading that Team System has a lot of bonus features like doing high-level system architecture stuff, ...
4
votes
3answers
796 views
How do I customise the CREATE DATABASE statement in VSTS DB Edition Deploy?
I'm using VSTS Database Edition GDR Version 9.1.31024.02
I've got a project where we will be creating multiple databases with identical schema, on the fly, as customers are added to the system. It's ...
4
votes
3answers
2k views
How to detect a file modifications with TFS?
It seems that when I use a tool (such as winmerge) to update my codebase... my Visual Studio Team System (VSTS) integration with Team Foundation Server (TFS) doesn't seem to pick it up.
How do I know ...
4
votes
3answers
279 views
How good are the tools to migrate to and from Team System?
I was wondering if anyone tried migrating between TS and SVN/CC.
What I mean by migrating is importing and exporting the repository between source control systems without losing the history.
How ...
4
votes
3answers
297 views
Team System get-latest-version on checkout
We used to use SourceSafe, and one thing I liked about it was that when you checked out a file, it automatically got you its latest version.
Now we work with Team System 2005, and it doesn't work ...
3
votes
2answers
61 views
TFS - Set permission for specific project within team project
we use TFS-2010. we have one Team project under Project collection. and we have 15 Project under team project. now another team (not company employee) is going to join from remote location. and they ...
3
votes
1answer
222 views
RedGate SQL tools v Microsoft Visual Studio Team System Database Edition (Data Dude)
I've been looking at RedGate's SQL tools and Microsofts Visual Studio Team System Database Edition (formerly Data Dude) for use within a testing and continuous integration environment.
What we need ...
3
votes
3answers
2k views
TFS - Time tracking and Bug tracking
What do you think about TFS as time tracking tool? Are there built-in functionalities that can efficiently track time that is spent at some work items, sprints, projects,... Also, it would be useful ...
3
votes
2answers
435 views
Team Foundation Server 2010 branching setup
We're setting up a brand new TFS 2010 server, without having used TFS before (or, frighteningly enough, no other central source management system). Here's the general structure our small team (of 6-7 ...
3
votes
4answers
8k views
Set up user permissions for Team Foundation Server 2010
We have installed TFS 2010 with success but wonder how to set the users permissions.
We are small projects with five developers, a manager and a secretary. Each developer is working itself with one or ...