visual-studio-team-system

recommend a tutorial to read Excel file in C#

Hello everyone, I have experience in C# but limited experience in using C# to read content from Excel. My task is very simple, just read each column of each row of an Excel document and retrieve their values. Any good tutorials or samples for a beginner? I am using VSTS 2008 + C# + .Net 3.5. I am working with Excel 2007. thanks in ad...

recommend a library/API to unzip file in C#

Hello everyone, 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 all files into a specific folder. Any recommended library/API or samples? thanks in advance, George ...

VSTS 2005 Load Test Console - Total Test Cases Run do not get updated

Hi, I have been using VSTS 2005 for creating Unit Test cases and also to run Load Tests. VSTS Test Edition has a feature where I can use Unit Test created inside Load Test, i.e, I can stimulate multiple users for a created Unit Test to check performance. If I run a load test (which internally is calling a unit test, not a web test) for...

How can I review the code affected by a specific changeset in Team System/TFS?

I've been all over the Visual Studio IDE and haven't been able to find where to see the itemized code/files affected by a specific changeset. I found the Changeset option under "Find in source control..." option with the Source Control window up, but it's pretty useless at that point as it only lists the changeset for me but doesn't all...

recording screen issue

Hello everyone, I am using Windows Media Encoder 9, and in a dual screen environment, I want to record only the primary screen. Any ideas or samples how to implement this? Non-programming solution is also appreciated. :-) I am using VSTS 2008 + C# + .Net 3.5. thanks in advance, George ...

run application on a dual screen environment

Hello everyone, Any ideas to check whether current application is run on primary screen or not in a dual screen environment? I am using VSTS 2008 + C# + .Net 3.5. I want to add code in my application to detect whether current application is run on primary screen or not. thanks in advance, George ...

Virtual User concurrency in VSTS 2008 Load Testing.

I am load testing a server that requires that a user not be connected more than once at a time. If I bind the VUsers to real users will this ever occur, or can I be sure that that VUser will not be reused until the previous iteration is complete? ...

How to identify the process template of already created team project using TFS SDK programmatically?

I'm implementing a web interface for TFS bug tracking system, so customers can log in and enter bugs. In here I want to add fields according to the template type of the VSTS team project created. For example, a team project created using 'Agile' template has different set of fields than other templates. Therefore I want to identify the p...

How to create a Visual Studio macro that works with Team System work items

I need to create a macro or VS.net Addin that will insert the current date and time and user name in a field in a TFS work item. The sample macro does not work and I cannot find any way to programaticaly access a TFS work item that is open in the IDE. Is this possible? ...

What are the various components of Visual Studio Team System each designed for?

What are the various components of Visual Studio Team System each designed for? Our company was recently accepted to Microsoft BizSpark and now I have a blizzard of options to choose from. Right now I'm just needing version control and a coding environment but I'm not sure what distinguishes each of the available downloads. ...

How do I restrict permissions appropriately for Team System Web Access?

We're using Team Foundation Server 2008 and we have a few users that do not have CALs but we'd like them to be able to enter their own work items and view them. We have the Team System Web Access installed and once the users are in the TFS Valid Users group they can get to the site. I've seen mention of a particular view at http://server...

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 tell VS to generate the XML Comment tags, regardless of the project setting? I think it is possible that someone may want comments but no...

Team Foundation Server (TFS) - can't browse folders properly using Visual Studio

There seems to be a fault with my access to directories on Team Foundation Server. See the image below. I'm the only one with this problem. All of the other clients can connect to the server fine, so it must be my local copy of Team Foundation Server thats gone haywire. Any ideas? ...

Is there a way of preventing a work item from being assigned to a particular user in Team Foundation Server (TFS) 2005

Hi, Does anyone know if it is possible to prevent a work item from being assigned to a specific user account in TFS? After migrating a TFS from one domain to another, some of my team members have two user accounts, the original one from the old domain, and a new one from the new domain. I'd like to stop work items from being assigned ...

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 site for process template information I was inundated with new information to consider. What templates have all of you had experience with tha...

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, that's about it. How would you unit test orchestrations for instance? Well I have been using BizUnit for years already and plan to contin...

Removing a Recently Used Query from the List on the Work Items Tab of Pending Changes

On the Work Items tab of the Pending Changes window in Visual Studio (I'm using 2008), there is a dropdown list for the Query field which contains recently selected queries. Where is this list stored? I'd like to clean the list up. ...

User Permissions in TFS API - Start a Build, Administer a Build

I am looking for a way to find out if a user has the "Start a Build" permission for a given project. As of now, I know that the VersionControlServer object can be used to return a string array of the user's effective permissions within a project. But, when I run the GetEffectivePermissions method on the VersionControlServer, the "Start...

Develop for the customer, or for a manager?

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 customer for whichever issue you have. You receive the bug reports directly from the client, for whichever issue they have. Job B: You don't h...

Excluding Website Bin directory from TFS2008

I am currently developing a Web Site (not a Web Application) in VS2008. I have a problem however with the way that TFS2008 handles the DLLs in the BIN directory. I do not want them being checked into TFS - this prevents other developers on the team from building the website as TFS will only allow checking them out exclusively. I have ...