Answer Questions
Patricio Fernandes Rename TFS Server
The Team Foundation Administrators Guide has a section titled "How to: Rename the Data Tier, Application Tier, or Active Directory Server or Client", but there is no content in it yet. Anyone have any success in doing this Is there a tool to be used to facilitate this, or do you need to edit configuration files by hand. If the latter, does anyone have a list of the files that need to be edited Yes this is B3, but I was ...Show All
mushy26 Helpdesk type software
hi, does anyone know of any vendors/partners that are writing helpdesk type tools that integrate into team system the kind of thing i am looking for is the ability for helpdesk people to record issues (exists already), but for those issues to have automatic tracking and escalation (usual helpdesk type stuff). (i know i can write this myself, but as always there is not time!) cheers dan I'm not aware of any at ...Show All
SQLAdmin2005 error 32000
Team Foundation Server Dual-Server Deployment ,while install Application Tier get the error: Error 32000.Failed to get CustomActionData. here is log file info: vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '"Z:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\widbloc.exe" -s datasvr -d CurrituckDB' returned non-zero value: 1. [06/16/05,23:57:14] vs70uimgr: DisplayMessage_END:Error 32000.The Commandline '"Z:\Progr ...Show All
marcy GenericMethodsShouldProvideTypeParameter false positives
The GenericMethodsShouldProvideTypeParameter rule generates false positives. The following methods do not require type inference but fail FxCop's test. public static void Foo<T>(IEnumerable<T> bar) { ... } public static void Foo<T>(T bar) where T : struct { ... } public static void Foo<T>(IComparer<T> bar) { ... } public static void Foo<TKey, TValue>(KeyValuePair<TKey, TValue> bar) { ... } C# has n ...Show All
Crobat Exceptions in unit tests in secondary threads kills vstesthost
Hi, I was told at the PDC to log this issue here. I have some asynchronous APIs like BeginWork(). I am writing some unit tests for these APIs. These APIs create threads to do the work and fire events to signify that work is complete. If there are uncaught exceptions in these secondary threads, VsTestHost dies without performing any further unit tests in the list which have not been executed yet. I wanted to know if this is a bug. If it is not, i ...Show All
Ragy Khairy Use case diagrams - What level of detail
Hello, Im having some trouble working out how far to go with my use case diagrams in the conceptual design part of the planning phase. ive got 10 use cases at a high level these then split down in one instance to a manage record use case, then this splits to add, edit and delete. The add has four or five use cases itself. The trouble is i am documenting in my usage scenario the order im adding data to the record. I know its hard to visualise ...Show All
marit Detailled Error Stack Trace in Unit Test Results
How can i view a detailled error stack trace of a unit test (e.g. stack trace with line numbers and the possibility to jump directly to that line) The "Error Stack Trace" Column and section in the Test Result view does not even show the line number. thomas Thanks for the answer! Will there be a possibility to jump directly from the test results view to the corresponding line number in the source file (li ...Show All
Eric Wolz - MSFT Excel as a data source for Web Test Databinding ?
I am currently using Sql Server 2000 tables as a data source in my web tests. Is it possible to use an Excel spreadsheet as a datasource for databinding in a Web Test If yes how can I do it in VS2005 Team Suite June CTP If this cannot be done in the june CTP can it be done in the july CTP Or will it be avaialble in some future CTP or the RTM -Ahmed Excel can be used as a Data Source. Just remember that the ...Show All
Olivertech Team Explorer : External component has thrown an exception: Beta 3 Refresh on TFS with RTM on Visual Studio
When connecting to TE (Tools|Connect to Team Explorer) we get the following errors: 1. Event Viewer: .NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (7A05E2B3) (80131506) 2. Dialog Box: --------------------------- Microsoft Visual Studio --------------------------- External component has thrown an exception. --------------------------- OK --------------------------- Win XP, No legacy versions have been installed ...Show All
richard_w Exception has been thrown by the target of an invocation
Hi, (VS 2005, Beta 2) I get the error "Exception has been thrown by the target of an invocation" when I try to open any of the test windows using "Test|Windows|Test View" or any similar approach. I created a new solution a while ago and added some unit tests. Everything was working great, until now... Anybody have any suggestions Thanks, Tor Langlo I've reported this as a bug, and it is currently being reviewe ...Show All
nivz_k stop build type on failure
If I am using MSBuild and the Team build type in a Desktop Build scenario, can I somehow tell it to stop building as soon as a project or solution fails to build Thank --MikeH Thanks for the update. --MikeH Hmm - I haven't tried this myself, but I have a hunch that might work. You can use an Exec task that uses the command line to stop the current build and in ...Show All
Cubaconn TFS Doesn't work after installing new hardware
I need to replace the box on which TFS is running - I'm replacing it with an identical machine into which I simply transplanted the hard drives of the original machine. After this seemingly inocuous change, Tfs no longer works, producing a long error message in the System event log on startup (see below). Should this be expected, or did something really break I'm guessing that maybe I've run afoul of some well-intentioned copy-prote ...Show All
gruflee Web test using Foxfire browser
I see that I can set up http headers for load tests by putting creating an XML file with the header in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\Templates\LoadTest\Browsers How do I do this for a web test (in the xx.testrunconfig file) Thanks, Tomk Both web and load tests read browser templates from that directory. So, there's nothing extra you would need to do for the new browser to show up in the browser drop dow ...Show All
Marwan Tarek TFSService Permissions
What are the required permissions on the local machine when using a domain acct I have no problems installing the server when using a local machine acct named TFSService, but when I switch to a domain acct with a different name I get an Error 28925 about a third of the way through installation. Brent In Addition the only way to get this to work is to currently place the domain acct into the local admin ...Show All
James Dunn Which CTP?
I am just downloading the July CTP of TFS and Vis Studio. The problem is there seems some conflicting instructions. On the TFS page it says that you have to use June CTP of SQL Server for it to work. On the same page it says VS2005 July CTP wont work with June CTP of SQL Server! Does this mean you cant use July CTP of TFS and VS2005 together Isnt it the whole point of having the 2 CTPs together, especially on something s ...Show All
