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

Software Development Network >> VS Team System

VS Team System

New Question

Will VSTS Foundation Server ship when VS2005 does?
TF30207: Initialization for plugin "Microsoft.ProjectCreationWizard.WorkItemTracking" failed
Error 32000 during Team Server install
I get the following error while loading my rule in FxCop.
Exception while creating project "Microsoft.Pcw.wss"
Ordered Test
"Open from Source Control" Problem
Team Build and nested tests
Buttons/Checkboxes in Work Item layouts?
Rules Name not appearing

Top Answerers

cpeterka
JustLearninC#
AJ_101
max_08
MikeApplied
jmcconnell86
mukundb
Darin Spence
Dennis van.der Stelt
ubergeek2
Web form 2 Email 2 Database Server
Only Title

Answer Questions

  • DShower Getting rid of Warning VSP2013

    I'm trying to generate a warning-free build so that all new warnings are immediately obvious. Every time I run tests on our DLLs with code coverage turned on I get "Warning VSP2013 : Instrumenting this image requires it to run as a 32-bit process. The CLR header flags have been updated to reflect this." I want to stop getting this message, so how do I either: 1) Suppress this message or 2) Change something so that instru ...Show All

  • Manu_Raj How to find "Avg Time To the First Byte"

    Hi all, It is not clear to me how to get "Avg Time To the First Byte". From ACT, you can see it, but it is not clear in VS Testers >Vui Start a load test.  Then go to the counter tree on the left and expand the scenario node, then the webtest that has the requests your interested in, the the request you want.  Under the request node is the Avg. First Byte Time counter. You can also click the tables ...Show All

  • geofff Reports contain no data (Possible internationalisation error?)

    TFS is working fine and our team has started using it in earnest now as we move our first big project over to it. However, the reports, even the Work Items report remains totally blank of data which is puzzling to say the least. I've been following the suggestions on here about checking the last time the cube was updated and I've refreshed that and all seems ok. One observation I do have, is the line on the report which says: "Report ...Show All

  • Piotr Trojanowski accessing Work Items via the webservices

    Hi, I am trying to write java application that integrates with the Work Item service. Obviously I cannot use the Microsoft SDK as it provides .net api's. Has anybody tried to do this already ..if so do you have any tips or things I should be aware of Even some exaple code would be great! thanks Thanks very much...I will most likely have some questions...I intend writing some sample .net code using th ...Show All

  • Schenz74 Project Creation Problem: Unable to connect to the Windows SharePoint Services

    After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard w ...Show All

  • Bradonline no notifications...

    see... this is where having an actual "Admin" is usefull... I dont know where the problem is, so be gentle. after getting TFS setup (which felt more like surviving a train wreck), getting users with the right permissions setup on the domain, and everything else under the sun that has to be done to get this bad boy up and running, I still have one last problem. from the sharepoint site, I'm trying to add users. I've used sharep ...Show All

  • honae How do you delete a work item?

    See subject. OK, of course Bill is the authoritative answer, but if you really really want to delete Work Items (maybe because you created some WI for test purpose) maybe you can take a try with: http://www.vsts.php-for-beginners.co.uk/index.php mode=viewid&post_id=17 Of course this isn't supported ... Regards Coatl www.coatl.com There is no permanent delete feature for Work Items in this version of the product. ...Show All

  • Foxabilo Visual Studio Solution/Project and VCS tracking files

    By default the SLN, PROJ and VS SCC file types are mergable.  How well does this work especially on SLN files Thanks. I'll pass that info along to our team. They're just text files, and the merge works fine (like it would for most any text file).  There may be conflicts, of course, but that's true for any random text files as well. For SLN files, for instan ...Show All

  • C Johnson Is it possible to use internal data as a Data Source for data driven tests?

    Hello All, There is a test method which uses test data from a static array defined in a class, e.g. public void MyTestMethod() {     foreach (MyTestCase testCase in myStaticTestCases)     {         // use 'testCase' data and verify     } } I would not like to use this 'foreach' consturction. Instead, it would be great if it were possible to make the framework call the tes ...Show All

  • micca46899 Code Analysis C/C++ Issues with ASSERT macro

    We have a ton of code that relies on the ASSERT style macro of the form: #define ASSERT (f)\ if ( ! (f)) \ DoAssert( __THIS_FILE_NAME__,__LINE__); \ else \ NULL_FUNC_CALL The DoAssert method terminates the application. Unfortunatetly the static code analysis tool with 2005 Team Developer assumes the code continues from then on generates a lot of extra noise results. Functions like: void MyFunc(void *pData) { ASSERT(pData); ...Show All

  • QUANTMCVA Installing Team Explorer over Visual Studio 2005 Professional

    Are there any adverse side-effects to installing Team Explorer on a computer with Visual STudio 2005 Pro installed i.e. will the Visual Studio 2005 Premier Partner edition affect the Pro installation at all Nothing in particular that I'm worried about. It's just that I've gone through a couple of laptops in the past year, the replacement has some issues with installations and I've had to re-install all my applications a couple of times. ...Show All

  • mabadica Adobe Reader and Popups in a web recording

    I am just starting to look at the Tester and have a basic question. We have an app that displays embedded PDF files in a frame. It also uses popups. Is this supported in a web recording Bill, I don't believe the PDF requests will get recorded automatically, but they can be inserted into the web test after recording. As for popup windows, basically we are able to record any popup that IE raises new window and n ...Show All

  • dsmithwv Recreating the Contributor Default Group for a Project

    I accidentally deleted the Contributor default group from a project. I recreated a group named Contributor, but I am not able to duplicate it's functionality prior to the deletion. Is there a way to recreate a default project group with the proper permissions The error a team member receives when trying to create a work item: TF24042: You do not have permission to create work items in project ''. Thanks for your help! ...Show All

  • JoeBickley Overriding properties in .vbproj and .csproj with Team Build

    I have a situation where I want all my visual studio projects in source control to be set to delay signed so that they have no problems developing with that code - which sets the property in each .vb/.csproj to : <DelaySign>true</DelaySign> However for a formal release build on the build machine, I dont want to delay sign. I guess I could go through the labourious exercise of editing every .vb/.csproj file to add a condition to set t ...Show All

  • rjschave HTTP Status Code : BadRequest - Bad Request error recieved while saving bug or attaching files

    Hi there,      Few of my team mates complaining that they are receiving error as HTTP Status Code : BadRequest - Bad Request while either opening the bug or adding file attachment to new bug. I check the event log of the server, i don't see any event entry there. I'm not sure what is going on here. My installation and project creation was just fine. Did someone else had similar issue how can fix this. Below is the detail mai ...Show All

484950515253545556575859606162636465

©2008 Software Development Network

powered by phorum