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

Software Development Network >> VS Team System

VS Team System

New Question

"Show Project Portal" dimmed out
How to check acronyms in FxCop
Divergent build instructions for Formal Team Build
can't upgrade B3R to RC due to pending merge / branch
Web test for a link on a page to have the correct URL
Do not declare explicit static constructors (in C++)
Field name issue after B3R to RC upgrade
ReportServer and missing System.XML
Uploading a file during a webtest
VS2005 RC1 loses Source Control settings (using TFS Beta 3)

Top Answerers

Tim Bederka
Mark_D
HakanA
GraemeWT
POSMaster
Anil Ambati
Christian Weyer
Beerwolf
gul007
John Shores
NewsML
Only Title

Answer Questions

  • BrandonP TFS time info

    How do I get the TFS time from a client I tried using the TFS object but all I could get was the time zone info of the server and not the actual server time. Sure Buck! We have an amazing development environment, some developers sit in US and some others in India.  We have the server(s) in India, we need to define a custom policy that prevents using from checking-in files for a specific time period (ideally be based on the TFS t ...Show All

  • soum31995 user Tfs* Stored procs-can't open them

    We've got Tfs on SQL Server 2005. My login is sa. I can right-click, then hit modify on system stored procedures to look at/modify the code. However, the 'modify' option is grayed out when right-clicking on any user stored procedure in any database starting with Tfs. Is this by design because it's probably part of the application setup/install I'm only curious because one of the stored procedures, tfsintegration.prc_OptimizeTfsDatabases, is fail ...Show All

  • gebhartj Work items seems to use sAMAccountName as key to the AssigneTo field.

    When assigning work items to people the dropdown list displays a list of sAMAccountName . In our case these are very none informative - they don't give a clue to the persons name as it consists of random letters and digits. Is it possible to get it displayed as givenName , middleName , sn or something other more readable When hovering over a user in the team project permission dialog a tool tip displays some other field from AD that is of some ...Show All

  • George_egroeG Just Can't Publish from Command Line

    I have a batch file I'm creating to do nightly builds.  I think it's pretty simple, just doing a build of a small sample application I wrote to demo some TDD ideas: cd D:\TDDDemo\Workspace tf get msbuild Solution\TDDDemo.sln MSTest /testcontainer:Solution\TDDDemo\bin\Debug\TDDDemo.dll With this batch file, I'm able to change to my workspace folder, get the latest code, do the build, and run the tests.  Every time I try ...Show All

  • shian FxCop Error not pointing to the correct line in the source

    Hi, When a custom rule is run on a test program we are seeing errors/warnings being thrown. But unfortunately when they are double clicked, the pointer is not going to the right line and instead points to the class declaration line. Not sure if I am missing some thing here. Can some body please help Thanks and Regards PrashG When you're analyzing method bodies you have to pass the instruction or eleme ...Show All

  • Takuma Unable to create project and other failures

    Version: Beta 3 refresh I'm not able to create a project from my Team Explorer, the log stats this: -------------- 13-12-2005 12:00:18 | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0,312496 seconds 13-12-2005 12:00:18 | Module: ELeadServiceMediator | The template information for Team Foundation Server "Teamserver" was retrieved from the Team Foundation Server. | Completion time: 0,078124 seconds 12/1 ...Show All

  • DeltaQ Creating additional ordered tests invalidates the existing ones

    I created several ordered tests originally. The next day I created another one and now the original set of ordered tests are not valid and cannot be run. When I open them up, they still show the list of web tests I selected but it says the files cannot be found. Any ideas what is causing this Hello, I assume you have the RTM version of Visual Studio... if this is the case, I suspect it is definitely som ...Show All

  • Laserbeak43 Beta2: Cannot create a Team Project

    I am not able to create a new team project. I'm logged in as a domain user with local administrator membership. On the last screen of the wizard I get this Process creation failed with error: "Initializaton failed for plugin(s): "Microsoft.Pcw.wss"" Here's the log content: 04/22/2005 01:48:54.478 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://syd-3rtest:8080/bisserver/EleadWebService.asmx " from the registr ...Show All

  • JulioCampos Solution to Error 28936 TFServerStatusValidator 404

    So, I ran across the following error installing TFS on a client's server, and finally managed to create a workaround, so I though I'd share. For staters, we had to use a non-default port (8888) becuase they already have an application running on 8080, which couldn't be changed. So, I dutifully changed the MsiProperty.ini file to specify the new port. And about 90% of the way through the installation, I encountered this error: Error 28936 ...Show All

  • AlexLancaster Changing the Build Quality default "unexamined"

    Hello all! Using VSTS RC1 and we changed some of the values of the "Build Quality" dropdown. We removed a couple and added new ones. (unfortunately we can't edit them...maybe in the RTM realease) We've created a standard such as: B - Ignored B - QA Approved B - PM Approved ... SS - Ignored SS - QA Approved SS - PM Approved (B) stands for Build (SS) stands for Shelveset Build When we've reached the "unexamined", we can't remove/rename it to follo ...Show All

  • dbae The following stream was not found in the assembly manifest error

    hi i tried to write my own FxCop rule and when i tried to load it it showed "The following stream was not found in the assembly manifest" error but when i checked in the rules tab that rule was there. could any one help me out with this. Also could anyone give me the webaddress of site where i can find articles on how to write my own FxCop rules. sure. Here is the exact message: Error loading rule 'BreakLongLine': The fol ...Show All

  • Michaelpaz Vssconvertor

    hi, I try used the VssConverter tool to convert a VSS 6.0 database to Team Foundation. I followed the walkthrough for converting VSS to Team Foundation but with not succses I ask for more exmpale or guide with screenshot or any kind of help 10x vizi Akash's blog - http://blogs.msdn.com/akashmaheshwari/ will also be helpful. Vizi, Check out these blog entries on the same question http://blogs.msdn.com/vstsue/article ...Show All

  • lfutrell #region & #endregion

    Hi, In custom FxCop rule, Is it possiable to check for #region and #endregion, in the code if possiable how to identify, if not possiable please explain. for example #region Public Methods // DO something #endregion Regards Venkatesaperumal It is not, since this information is relevant to source code only and is not preserved on generating a managed assembly. FxCop is strictly a binary ...Show All

  • dityaprirody VSTS Team Build Permissions

    Hi all I am facing problems in giving permission to a particular user, like ADMINISTER_BUILD, EDIT_BUILD_STATUS, GENERIC_READ, START_BUILD. I am able to create the build type successfully though. Check-in and check out and edit of build type is not working as those things are disables for me in the “Source control explorer”.   I was just thinking if you could give me some tips so as to how I can give above permissions to a parti ...Show All

  • vutkuri Unable to create unit tests

    Hi, I am trying to create VSTS unit tests for my ASP.NET 2.0 application classes which resides in App_Code folder. Whenever I right click on the code editor and select 'Create Unit Test' against a method in the class, the 'Create Unit Test' window does not list my method. None of the methods in my classes are displayed instead it only shows two classes 'ProfileCommon' and 'ThemeLoad'. TFS Version: B3Refresh Any one got into this situati ...Show All

97989901234567891011121314

©2008 Software Development Network

powered by phorum