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

Software Development Network >> VS Team System

VS Team System

New Question

Team Build Server error
New problem creating Team Project
failed to save the project from vs2003
Can not run tests on build server
vssconverter error TF60702
Threshold Violations reported when the threshold has not been reached
Beta 3 Setup Error: Windows SharePoint Services is not configured as recommended by Team Foundation Server
Web tests failing when run from console using MSTEST
Using Project Level Groups
Bad request error during Project creation

Top Answerers

Jim Sn
john mcgartland
Nichole158860
Jack_Bauer_24
cavehop
Blackstaff
Jaqq
Bs61014
Dylan Lingelbach MSFT
EddieMu
XSLT
Only Title

Answer Questions

  • Fernando Stockler Error connecting to TFS from MS Project

    I get an error in MS project when connecting to a project created using my own template (Team -> Choose Team Project -> My Server -> My Project) "Data at the root level is invalid. LIne1, position1." This seems to be a generic XML error. If I try to connect to a project created using the MSF Agile Template, it connects fine. So I guess it's related to something in the template I do have my own fields defined (all "Micros ...Show All

  • Wes1234 Do Not Catch General Exception Types

    I have a question about the fxCop rule on "Do Not Catch General Exception Types"...I started some discussion on this in another thread but I didn't get a full answer to my question and I thought this topic was worth starting a new thread. I think I'm using the recommended Microsoft approach for Exception Management: I'm using the Enterprise Library Exception Management Application Block to handle exceptions At the "top of ...Show All

  • Sandeep Prabhakar Visual Studio team system as Test Case management

    Hi,     Can Visual Studio Team System be used for Test Case Management and test case scheduler, not just for unit test, but for all the test cases for the whole project for all the features/components, something like Microsoft's internal tool WTT Thanks, Anu Hi I tried both of the above links, the first link brings a http 404 error page not found. And the second link does not even go that page, it brings up the vsip ...Show All

  • Lewis Lynn CA2109 ReviewVisibleEventHandlers conflicts with Framework Design Guidelines?

    In Framework Design Guidelines, Section 5.4 Event Design (p. 135), it states: DO use a protected virtual method to raise each event. ... protected virtual void OnAlarmRaised(AlarmRaisedEventArgs e) { ... When I follow this guideline, FxCop 1.35 RC1 detects CA2109 ReviewVisibleEventHandlers. Is this guideline no longer valid Michael You are correct - it is defined as in your sample. Issu ...Show All

  • Vadmyst TFS Backup and cross-database issues

    Quick question here: Seeing as how TFS uses several databases (a boatload of them, actually :)), I was wondering if it is safe to backup them all just using SQL Server mantainance plans. In particular, I would like to know if there is a risk that during a backup operation, (a window which will be incrementally larger as the tfs databases grow) you might end with inconsistent data across the TFS databases due to operations being performed on th ...Show All

  • JayUK Failed to Create Team Project

    Hi All, When I am trying to create team project, I am getting following error . Please help me in this regard. V ####################Error########################### 10/27/2005 8:59:10 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0 seconds 10/27/2005 8:59:10 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 10/27/2005 8:59:11 PM | Module: Wizard | TF30227: ...Show All

  • jrimpo Tests not appearing in test manager lists

    Hi, I'm using VS.NET 2005 beta2 (not testing edition just normal developer edition) Have a TestProject in a solution with other projects. I've used the wizard to create unit tests, i've added tests manually, I've added existing tests into a test project. But none of the tests appear in the lists in Test Manager only a manualtest1 appears which is one that visual studio added when it created the test project. How do tests get my unit tests t ...Show All

  • sjallipalli7409 Reports on Project Portal fail if Title of Team Project Portal is different from Team Project Name.

    It seems that the tfsredirect.aspx page uses the portal title to request the reports rather than using the project name. For instance when I was setting up a new team project, I gave the name 'TestProject1' on the first page of the wizard, selected 'MS Agile' on the process screen and on the third screen gave the title for the portal as 'Test Project1' (notice the space). When I bring up the Portal site, all the reports fail. The error displayed ...Show All

  • sanjak Test that an event has been wired to a handler?

    I have a class that exposes a public event named StatusChanged. public event StatusChangedDelegate StatusChanged;   The class that creates this class is supposed to wire this event to appropriate handlers. I'm trying to write a simple test that verifies this has occurred. However, the following line in a test: Assert .IsTrue(target.StatusChanged != null );   returns this error: "Error 8 The event 'NewDaw ...Show All

  • Srey CA2000:DisposeObjectsBeforeLosingScope and async pattern

    I get CA2000:DisposeObjectsBeforeLosingScope in the following case: public IAsyncResult BeginExecution() { SqlCommand cmd = new SqlCommand(...); return cmd.BeginExecuteReader(); } Is this a false positive If not then you should update documentation that says "Do not exclude a warning from this rule." Alex Alex, You're right, this is a false positive. This kind code pattern co ...Show All

  • Simo None of my reports show!

    I get this error in all 4 report webparts on my team project homepage: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'dsIterationParam'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors I even get it when I try to run any of the reports from the SQL Server machine itself (accessing the rep ...Show All

  • berndku Load Testing - Counters

    I'm doing load testing with web tests.  The web tests that the load test uses require going through a couple different pages to get to the "important/interesting" page.  Every time I re-run the load test, I have to drill into the counters and find the "avg. page time" for the specific page I'm interested in.  Two questions: 1. Is there a way to "save" the counters I'm interested in so that they redisplay automatically each time ...Show All

  • lrryklly Undo unshelve

    Is there a way to undo an unshelve. In other words I want to bring the code back to how it was before I loaded up someone's shelveset onto my workspace I tried doing Undo Pending Changes, but its undoing the changes I had made before loading the shelveset. Thanks, JGP No, unfortunately. I agree this would be nice to have (along with merge-on-unshelve). A "best practice" might be to save y ...Show All

  • Srik Raghavan Can not unsuscribe with BisSubcribe.exe

    I have some wrong subscriptions. I need to delete it. but when I execute following: BisSubscribe.exe /unsubscribe /id 16 /server emserver Result of execution: TF50309 You dont have sufficient permissions to perfom this operation. But I have permissions of Project Administrator. (When I delete subscription which are created today - I have no problemm) What is wrong Thank you for help! Thanks a lot. With permission ...Show All

  • Earlover Testing Native Code (C++ ) using Team Unit Testing frameworks

    I have been looking for some pointers or guide lines as to how do I test C++ unmanaged code using Unit Tesing capabilities of VS 2005. Do I need to write wrappers in managed code ( a sort of mixed mode class one that calls into managed code and other that calls the native code) Any suggestion welcome Regds Dinesh I don't see any workaround for this. For ExpectedExeption attribute you can specify either managed exception type or type ...Show All

272829303132333435363738394041424344

©2008 Software Development Network

powered by phorum