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

Software Development Network >> VS Team System

VS Team System

New Question

Installation on PDC
TFS RC: Error loading Microsoft.TeamFoundation.WorkItemTracking.Server.EventFilter ...
Binaries from Website bin directory is still getting added to source control
Error with VSCodeGenAccessors and static classes
Here is my code...
CMMI Poster
Where to download MSFWinBuild?
Failed to load adapter
Where to find TFS RC Backup Procedures?
Explanation of DoNotCallOverridableMethodsInConstructors

Top Answerers

Tony V123
Mayil
mani_rt
sla
B. Ariston Darmayuda
nono92_b
NHK
jchoquet
Hoakie
baxybaxy
JAXFront
Only Title

Answer Questions

  • AL-Wakeel Adnan how can I schedule a Unit test to run multiple time?

    Hi, I would like to know how can I schedule a Unit test to run multiple time w/o using a loop or timer. I am using Team System for Software Developer edition. Please advice! Thanks, You could use our command line execution: MSTest.exe like that: mstest /testcontainer:OrderedTest1.orderedTest Then schedule this to be executed via Control Panel/Scheduled Tasks/Add Scheduled task. Or you could ...Show All

  • trillgates Crashing VsPerfReport

    While perf-analyzing a .NET Library, I can sucesfully capture a VSP file, but any attempt to analyze the VSP file causes VsPerfReport to crash.  I can capture and analyze other apps. Brief info from the crash dump tool: AppName: vsperfreport.exe      AppVer: 8.0.50215.44     AppStamp:42578182 ModName: icpmain.dll      ModVer: 8.0.50215.44      Mod ...Show All

  • Ash88 Analysis Service + IUSR_MachineName ERROR Bad pasword

    Analysis Service is up and running but I get the server did not respond in a timely fashion. I get a 503 error when trying to enable Coverage Analysis Service. I also get a bad user name and password for IUSR account.  I reset the account password after the installation of TFS in the process of fixing some security issues I was recieving.  Where is TFS using this anonymous account   How can I correct the password issue ...Show All

  • DaveQuick Good God what a mess!!!!

    well it's getting better but the install / setup process for TFS is still way to hard IMHO! for example the notes in beta 3 say "after installing Share point and Report services test to see that they are both working" but when I did the steps as given SSRS web UI fails to work... then I found a blog post that says to go into the admin of SPPS and exclude the report server folders... ok now the test works... so start to install the main TFS and I ...Show All

  • mike1942f VSTS Beta 2 -> RTM migration story

    It's known that there will be changes from Beta 2 to RTM, including schema changes in the database.  It's also known that various MSFT teams and TAP participants are using VSTS in a production environment today. Presumably those internal and close teams are going to get some support for migrating their Pre-RTM repositories to the RTM product, or they wouldn't have agreed to be using VSTS in production today. So what's the story for the ...Show All

  • A.J. Mee Report Server Windows Service login failed

    Hello all, I am trying to install TFS application tier and it keeps failing because of "cannot connect to report server database" I have dual server setup and TFS database installed fine on sql server. I tried couple of times with different accounts and it still keeps failing and saying that it cannot connect to report server database. During the installation setup I get the following error message: Error 29105. Team Foundat ...Show All

  • Riady CA2223: Members should differ by more than return type

    With the introduction of generics it is possible to have different type parameters and the same "normal" parameters. This scenario is perfectly plausible, and in my opinion not a violation of this rule, though the rule is still violated by Visual Studio Team System Beta 2. I take it this rule wasn't updated to the .NET 2.0 standard. Is this problem fixed in the final release of Visual Studio Team System Developer/Test editions I don't lik ...Show All

  • Teem60004 TFS B3R Data Folder -- What is it?

    We just got done installing the Beta 3 refresh and noticed there is a folder that was created as C:\Data. No where is the install did we specify this as an install folder. The folder has several nested directories with names like 0a that contain several files like 0a00.md.  What is it  How big does it get Is it temp data that can safely be deleted The rest of Team Server is installed on other drives which have tons of drive s ...Show All

  • satishD Installation error - Ms.VS.QualityTools.Resource.dll

    Greetings, After 4 days trying to install the beta and always failing on writing Microsoft.VisualStudio.QualityTools.Resource.dll I have to throw up my hands and plead for help.  I have searched every resource I can find I cannot get around this.  Help!  Please   This is a fresh XP SP2 install on a virtual PC.  1Gb RAM and 20Gb disk allocated to the VPC.  No other software.  Network connectivity established and ...Show All

  • ASP-SQL Newbie ConverterException TF60087 Failed to initialize user mapper

    Hi, I've never had this problem of migrating to Team Foundation but today, its taken exception to my user name. Its saying that the user name in my usermap file is invalid. This is running the VSSConverter comman. The thing is, using the same user name and password to login into the Visual SourceSafe Admin, i have no problems opening the application. Am i doing something wrong Can i get some help Hi, ...Show All

  • ParkSys Data loss on deployment

    The documentation mentions a configuration option on the build properties called "Allow data loss on incremental deployments." That setting is not there but it is sure important. I hope they get it in place soon. You'd better read those scripts that the system generates carefully and make sure you have a good and current backup before executing a script. Dale Yes, we're actively working on t ...Show All

  • paschalia TFSDeleteProject Doesn't Remove Project From Source Control

    I ran the TFSDeleteProject. This appears to finish succesfully. The only thing that isn't deleted is the Project in Source Control. I selected the 'show deleted items' in my VS2005 and can see the deleted files under the Source Control project. Is there a way to totally remove the project from Source Control We want to re-create the Team Project with the same name we used before, but it can't because of the existing Project in Source Control ...Show All

  • shron TFS December CTP and SQL 2005 RTM

    Has anyone tried to install the TFS December using a Single Server setup with SQL 2005 RTM   I had problem during the setup and the process was interrupted.  The error is 0x80004005: Failed to install databases. The TFSSetup account I use is part of the sysadmin of the SQL server.  Thanks in advance for your help. Thank you very much for your reply.  No, it was not a 'real fresh' insta ...Show All

  • johnkoer Lock level of file superceded by check out

    When check out operation is performed on file, the lock set will be that of the check out option specified. It may lead to some not entirely obvious consequences. Obvious example 1) No lock on file prior to check out 2) After check out is performed with lock option other than "None"("Check-out" or "Check-in" lock), the file is editable and has changes "Lock,Edit" associated with it (in "View Pendin ...Show All

  • usagimys Bug in CA2200 Rethrow to preserve stack details.

    Hi i am writing some example code to be part of our documentation and i get the following error when running code analysis: Error 1 CA0001 : Rule=Microsoft.Usage#CA2200, Target=CompanyName.Example.TeamName.InnerAndOverruledExceptions.UsingTheOveruledException():System.Void : Index was outside the bounds of the array. Here is the code this Error was raised on.      public static void UsingTheOveruledExceptio ...Show All

141516171819202122232425262728293031

©2008 Software Development Network

powered by phorum