Answer Questions
SHBEHM Programmatic access to WebTest scripts
Are there any APIs to access the WebTest scripts Would I be able to create my own Test Type (when documentation is ready) and somehow manipulate an existing WebTest programatically The kind of things I'd like to do is to add validation rules, modify form parameters, insert new requests, etc. If so, are there any current documentation on that Would there be documentation later on (if not ready now) Although I understand that WebTe ...Show All
Chris Dodd Exclude File Types from Source Control
In the "Add to Source Control" dialog, there is an exclude text box which lists "*.pdb;*.obj;*.dll;*.exe;*.res;*.resources" by default. Is there a way to add to this default list on a project level My goal is to make it less likely that a developer would accidentally add certain binary file types to version control. Not as far as I am aware. Most project level settings for source control are stored as annotations agai ...Show All
nsqtr License contact - where are they?
Hi probably this is a FAQ but I can't find the FAQ anywhere (sorry). After a brief evaluation of the trial version downloaded from: Visual Studio 2005 Team Suite 180-Day Trial we are quite happy and we would like to understand its price and conditions. Is this the right forum for these kind of questions I am quite confused about the difference (and therefore the prices) between: - Visual Studio 2005 Team ...Show All
Brian Stern - MSFT I was connected...
I have Team System installed on another computer. I was happily connected to my team foundation server. I tried to create a new project. I got the Microsoft.VisualStudio.ELead.Common.Exceptions.ELeadException which others have been receiving. The hint's on resolving that issue were to log in as TFSservice and try to create a project. I removed my server from the list. Now I cannot reconnect. When I restart VS, the team explorer shows that it is ...Show All
Adrian Dumitrascu deployment of the .NET 2.0 Beta2 Framework
I really would like to use the datagridview functionality in a new application that needs to be developed by July 1. The application will only be internally used (so no third party) in our company. - Can the .NET Beta2 framework be deployed without any limitations - What are the potential risks to use the Beta2 version - I read about the go-live license. What exactly does this license include/permit - Is there already any release data anounced f ...Show All
Kegel Unable to connect to the database STS_Config
Hi, The following error occured in the event log of our Team Foundation server. (single server installation) I've checked the connections to the database ... Any Idea Thanks, Arno #50070: Unable to connect to the database STS_Config on FOUNDATION. Check the database connection information and make sure that the database server is running. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/ ...Show All
Some Name VS2005, CA1802 and IntPtr
The following line of code precipitates a CA1802 warning: public static readonly IntPtr NULL_HANDLE = IntPtr.Zero; The documentation for CA1802 says: To fix a violation of this rule, replace the static and readonly modifiers with the const modifier. Alas, if you do that, you get: error CS0283: The type 'System.IntPtr' cannot be declared const I suppose I will just suppress the message, but it's mildly irksome that it shou ...Show All
Baan Ravi Should we normally check Source Control files (*.vssscc, *.vspscc) in ?
Hello, Normally when I try to add a solution into Source Control, TFS (Trial Version) tries to add Source Control files (*.vssscc, *.vspscc) as well Should I normally add these files What is the correct approach Thanks in advance, Ertobias. Yes, those files should be checked in along with the solution/projects. -Chad The Add To SCC wizard knows what fi ...Show All
adtjr51 Change Management and Deployment features
Will there be any type of approval process Basically, say we have made a number of code changes and we are ready to move those changes to production. Before the changes can be moved to production, management has to sign off on them. Is there a place in Team Foundation that lets management see all the changes that are ready to move to production and allow them to approve them Once approved, is there anything in Team Foundation that will deploy ...Show All
mamrg Number of Projects Growth
I've been thinking a little bit about what it would take to support a single centralized TFS configuration for an environment like my current workplace, and there's one thing I'm curious about. Our environment really wouldn't be too taxing in general: Around 150 users (tops, and that only in a few months), and projects are generally not too big. However, the thing that I'm curious about is how the number of Team projects might affect performan ...Show All
Mark Fussell Can't connect to the tfs
hi, in our project we work (five users) with the team foundation server (RC). All is good and we haven't problems at all. In that time a colleague ask me, whether he could connect to the server. i said to him that the only thing he has to do is to install the team explorer and connect to our project server. He get the following error even though he works in the same domain. Error: TF31002: Unable to connect to this team found ...Show All
Rizshe How do I programmatically start a WebTest?
Given the path to a valid WebTest (xml) script, how do I programatically run the WebTest script (from within Visual Studio) I am creating a Visual Studio plugin, and one of the features is to automatically run selected WebTest scripts, very much like how users can use the TestManager to select & run the WebTest scripts. There is no api to programatically invoke a web test -- At least no supported. It maybe possible to use the ...Show All
loffe1978 Sharepoint services - uninstalling
We are installing the rtm (workgroup) of TFS and I accidentily installed Sharepoint services in the NON-Server Farm mode (we are doing a dual-server deployment). I thought i could just un-install and re-install sharepoint services but when i re-install it does not prompt me for the mode. I am at a complete loss. I have uninstalled and re-installed..well, i lost count how many times. What am i doing incorrectly Scott I figured i ...Show All
dalmond Recursively files that aren't latest?
Hi, I am wondering how someone can click on the root of a source tree and be able to recursively generate a list of files that are either checked out to me, or another person, or if they are not the latest. I would like this feature so that I can quickly see what is out of date on my machine compared to what is on the server. Cheers, Clint Print all out of date files, except those checked out to you: tf get /preview Print all ...Show All
Chloe IdentityNotMappedException when launching the builds
Hello I am using TFS Beta 3 Refresh I have installed the TFS Proxy and TFS Builds I have created a very simple Win app and a build type (no test to be run) I have added the user TFSSERVICE to the Build group for my Team project However, I cannot run the builds and get the following error : "some or all identity references could not be translated" When checking in the event log, I see the error "Unable to start build' with the exception IdentityN ...Show All
