Software Development Network Logo
  • VS Express Editions
  • .NET Development
  • Game Technologies
  • VS Team System
  • Visual FoxPro
  • Windows Live
  • Visual C++
  • Visual J#
  • Microsoft ISV
  • Visual Studio
  • Windows Forms
  • Architecture
  • Smart Device
  • Visual Basic
  • SQL Server

Software Development Network >> VS Team System

VS Team System

New Question

Work Item TTL (Time 'till live) :)
Base type information
Move Team Project(s) from one TFS installation to another
How can I persist the Checked list in Test Manager?
Team Build, Web Projects and References???
Don't seem to have Web Test Recorder Toolbar
Support for Oracle and DB2?
Is there a way to give new line in Tool tips?
web service testing and data driven testing
Use my existing SQL 2005 server?

Top Answerers

dick giles
PSM
mhorton
PRC
Flavious
TACSY
Jokhan
Anilkv_in
Montty
perku
Oplta, Tom谩拧
Only Title

Answer Questions

  • wuebbel how can i check in the BIN folder from my class library project?

    thanks in advance. when i create class library project and compile it, a "bin" filder is created and contain all the compiled dll of my project and the dll's that i refers to in my project.   when i do checkin the bin folder uploaded to the server. (when i create web project the bin folder IS uploaded to the source control). how can i configure the source control to checkin also the dll's why i ...Show All

  • Raxvan Teamserver on 64bit

    I have some trouble installing team server on windows server 2003 x64 After installing SQL server 2005 the report service aint working When i used team server on 32 bit version in the iis i had a tab page asp.net where i could select the used framework version. Now this tab page is gone, except on the reportserver virtual path. No framework version is selected there. In there dropdown i can only select the '2.0.50215' version. But when i select ...Show All

  • poiuyt customize tfsbuild.proj to copy files

    Hello, I am having trouble with something that should be really simple. I want my nightly build to copy my website files and the supporting .dlls to my webserver after doing the original "drop". I've tried to do this by using the "AfterDropBuild" target (below)- and the "copy" target that microsoft includes. I DO have the import project statement for the build targets in my tfsbuil.proj- located prior to the ...Show All

  • Galan Where Can I download MSF V4 WhitePapers

    Where can i download the latest  MSFv4 WhitePapers "MSF for Agile Software Development, Beta" http://www.microsoft.com/downloads/details.aspx FamilyId=9F3EA426-C2B2-4264-BA0F-35A021D85234&displaylang=en http://lab.msdn.microsoft.com/teamsystem/msf/ Thanks for the useful websites . Im looking for a more general version of MSF V4 docs like the MSF 3.1 documents where we have seperate doc ...Show All

  • Oliver Albrecht Testing webservice for XML with MTOM Element

    Hi,   Does anyone have ideas about testing a webservice which accepts xml data with MTOM element in it The service generates two id's(guids) one for the header and one for the message body for each message sent.   Thanks, Is there a way to implement this using webtests   Thanks, Is there a way to implement this using webtests The best way is to use a unit test that calls the web service ...Show All

  • Kijju Accessing TFS without Windows Integrated Security? (Internet Access)

    From what I see after an installation of Beta 3 is this Web Site on Port 8080 with integrated authorization. I am thinking of changing this to basic authorization and after that publishing the site over SSL with an ISA server. So that it looks like that: Client - SSL (Port443) -> ISA - HTTP (Port 8080) -> TFS Is it really that easy or what is the recommended way of achieving this Does the Client in VS2005 offer a way to enter credite ...Show All

  • Mial Create OLAP failed:File system error: Error opening file; \\?\C:\Program Files\Microsoft...

    Got this message when I tried to install VS 2005 Team Foundation Server beta3 Refresh: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 07.12.2005 15:40:54 Application Domain: SetupWarehouse.exe Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0. ...Show All

  • Acumen Failed to determine if database already exists

    With SQL Server installed and everything looking proper through SQL Management Studio, I get the following error trying to install the Database tier only (using the TFS RC). Any suggestions Thanks! ConfigureSql: Error 0x80004005: Failed to determine if database already exists ConfigureSql: Error 0x80004005: Failed to ensure database CurrituckDB.D19110DD_8531_4670_8844_A399C45690FF exists ConfigureSql: Error 0x80004005: failed to insta ...Show All

  • Chris TBerry When will Team Foundation Server Ship?

    Its January and MSFT have just shipped beta 3 of Tram Foundation Server so when can we now expect a RTM   Hello, TFS will RTM in Q1 2006. Thanks for your patience! A recent blog entry from the Project Manager places the RC of TFS in very early Feb. http://blogs.msdn.com/jeffbe/archive/2006/01/19/514801.aspx and as a list of whats included: http://blogs.msdn.com/jeffbe/archive/2006/01/22/515917.aspx ...Show All

  • ideas Assigned To Field - Full name insted of User Name

    Currently, the Assigned To field in Work Item shows User ID names. We would like to invoke the full name of the users. Is it possible Thanks in advance, Michael We have recieved a great deal of feedback on this issue.  We are currently looking at the possibility of changing user names in work items (assigned to, etc) to full "friendly" names rather than domain names.  If you ping me again in a week or two I'll be able to let you ...Show All

  • mmsspp Which approach is faster?

    In Data-Driven UnitTest, I could use Access MDB files or Excel workbook as data source. Have anyone ever tested that which approach is faster Thanks! We haven't done any thorough testing to compare these two approaches. However, I just did a bit of quick testing with simple tables and tests, and didn't see any significant difference between the two. I tried tables of up to 2000 rows, and the tests using both Access and Excel still ...Show All

  • CraigLee Error adding attachment with work item?

    Hi, When I add an attachment with an work item and try to save it, I get an error "The server operation failed. (BackendArgumentException". Why is it so Please let me know the cause and resolutions for it Thanks, Saurabh It happens for all attachments - not any specific attachment. Version is beta 3. Lets know if more information can solve your problem. Thanks, Saurabh ...Show All

  • Nick Hustak Custom Validation Rule does not show in Add Validation Rule dialog

    I have written a custom validation rule as described at http://msdn2.microsoft.com/en-us/library/ms182556.aspx . However, I am unable to make my validation rule appear in the Add Validation Rule Dialog. Am I missing something Is this a bug in VS If so, is there a workaround Thanks. Here's the code you requested: namespace TestsValidationRules.CustomValidationRules { using System; using System.Collections.Generic; using S ...Show All

  • Seethar New Group remains invisible by WIT system

    I add new group to TFS (through Visual Studio Team Explorer). When I am trying to use this group in WI type definition, witimport fails with " '[Project]\New Group' is not a valid user or group name " message. Authoring Work Item Type document from extensibility kit talking about "up to 30 minute" latency between when new group add and when it is recognized by WIT system. In my case after an hour new group remains invisible. To discard stupid sy ...Show All

  • Justin Pinnix Recommend moving to team system now?

    We have a project that is already based on VS 2005 and SQL Server 2005, presently we're using VSS although it is letting us down with some issues. We're looking into both Team Foundation Server and other products to remedy the situation but wanted to get some opinions on TFS from those users outside of Microsoft that are presently using it today Please let me know what you think of using TFS in a team environment and how it is working out for y ...Show All

181920212223242526272829303132333435

©2008 Software Development Network

powered by phorum