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

Software Development Network >> VS Team System

VS Team System

New Question

CA2109 ReviewVisibleEventHandlers conflicts with Framework Design Guidelines?
how to reuse my machine?
mstest with custom test type and metadata(vsmdi) file?
Can a work item type be deleted in VSTS?
Error in executing a build. Failed to create the cache folder path
Need a fix to area bug
Can't Install TFS RC on a Domain Controller???
FxCop Custom Rule: To check for variable name
a lot question about web test
Multiple Source control Databases in TFS

Top Answerers

lovely
mirand
RandyMan
Randy Kreitzman
Dudi Nissan
rusold
Ntompson
Jason Elliott
Serge AG
Jason Walsh
Topix: Financial Services
Only Title

Answer Questions

  • svajka Listening for CheckIn event

    Hi, we would like to write an application that listens for the CheckIn event in TFS Source Control and perform certain operations (that requires user input) on the checked in file. Is this possible, and in that case how Regards, Per  What kind of changes will that person be making Since it's not an automated process, would email notification to the user suffice For security reasons, only accou ...Show All

  • Phil_88 Beta TFS MSSCCI plugin now available for VB6, VC6 (not yet VS 2002/2003)

    There's now a beta of the TFS MSSCCI plugin for VB6, VC6, etc., but it's not for VS 2002/2003 -- that's still too come.  You can download it at http://www.microsoft.com/downloads/details.aspx familyid=32202966-EF04-442F-8C5C-88BDF15F551C&displaylang=en . Brian Harry posted some details about it, including the fact that it is not part of the go-live license . http://blogs.msdn.com/bharry/archive/2005/12/29/507993.aspx ...Show All

  • fya How to: Add Data Binding to a Web Test

    According to this walkthrough: http://msdn2.microsoft.com/library/ms182546(en-us,vs.80).aspx I should be able take values from a Table Column and use them as values for QueryString Parameters. In my case, I want to use them as Form Post Parameters instead of QueryString but either way, I get the same result: First, When I add the Data Source, the thing says something like 'Invalid Object' when I try to run the test, My data Source is Adve ...Show All

  • nielsena Daily wise resource allocation in MS Project

    HI All, I am trying to fetch dailywise allocation of resource. Where do I get no of unit resource assigned on daily. I am using OLEDB.11(MSP 2003) to access values from tables. Assignment table contains only cumulative quantity of resource allocated. But in AssignmentTimephasedByDay , i can see datewise allocation. But I couldnt get unit assigned dailybasis. Please help me Thanks in advance BBN HI Tom, I ...Show All

  • Volcom98 FX Cop Error Code 8

    Im running Code Analysis in Visual Studio 2005 on a Web Application. I get an error that says Error - FxCopCmd.Exe returned error code 8. How do I get rid of this and why is it here Please see the response in the other thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=206151&SiteID=1&mode=1 This is the return code signalled by FxCopCmd.exe when it encounters the framework version problem described there (or any ...Show All

  • Aigarslv How can i create a new work item category?

    Hi for every one, I need some helps, I want to create a some new work items categories, how can i do that in my Team System , I'm tried on MsProject but i don't know how can i imports from MsProject :( to my Team. Any idea TKS! Yes, i mean a new work type. And you always can use ImagiNet's PTE that will help you editing the XML via WinForms. You'll be able to create a new WI type by copying it from an existing type ...Show All

  • abelegreen TFSDeleteProject.exe is friggen useless....

    After trying to create a project unsucessfully (see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=128046&SiteID=1 ), I decided to clean a little house and try again. The utility returns: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies>TFSDele teProject.exe /force /TeamFoundationServer:vsts-host Test001 Warning: Deleting a team project cannot be undone.  Are you sure you want to del ete the ...Show All

  • Jeff Bramwell Problem with the report site.

    On the team project we setup a report site.  For the report site we added TfsOlapReportDS and TfsReportDS.  We then added a couple of reports, Bug Rates and Issues. The Issues report is using the data source TfsReportDS which runs fine with no problems.  When I open the Bug Rates report in Team System, I get the following error message: An error has occurred during report processing. (rsProcessingAborted) Query execution failed ...Show All

  • Ram Ram Error 28918 - error calling Tfs Registration web service

    Anyone else get this error on install of the Application tier This is on a dual server setup New OS install w/ IIS & WSS (yes, I installed WSS in Server Farm mode) The message text: "Either IIS is not running or is not configured properly" concerns me.  This is an out of the box install. Strange as it may seem, I did indeed encounter this as well. The fix (for me) was to go the server and just run the webservice locally. Se ...Show All

  • Sandeep Bhatia VSTS EVent Viewer error about a bucket

    Getting this error in our event viewer...any ideas Bucket 03263974, bucket table 5, EventType teamfoundationue, P1 1.0, P2 vc, P3 v2.0.50727, P4 8.0.0.0, P5 database, P6 sqlexception.16.2786, P7 738b1975, P8 ef68247e, P9 NIL, P10 NIL. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. We opened a case with Microsoft...appears that a stored procedure is err ...Show All

  • Stijn V.U. Work Items Areas and the WOrk Item OM

    Hi, Is it possibly to create/alter the area hierarchy for a project via the Work Item OM api, or any other api Also is it possible to define custom attributes for Areas thanks Yes, that seems like a very reasonable approach. Brian Hi, Thanks for your reply. I am trying to build a tool to map our use cases into work items. The idea being that our ...Show All

  • Bobaloochi Unit testing Problems

    Hi all,  In one of my unit test i keep getting "System.IO.FileNotFoundException: The specified module could not be found", while loading a managed C++.Net. This dll in-turn links to other dlls (Unmanaged) statically and all files are in same folder. During running the tests I found out that dlls are first getting copied to some location (C:\Documents and Settings\Administrator\Local Settings\Application Data\VSEqtDeploymentRoot\...) and t ...Show All

  • janfe313 ICollectionImplementationsHaveStronglyTpedMembers and DictionaryBase

    FxCop version 1.32. I have a class that inherits from System.Collections.DictionaryBase in Framework version 1.1. FxCop's rule ICollectionImplementationsHaveStronglyTypedMembers is listed for this class for the method CopyTo. However, in the DictionaryBase class CopyTo is declared as NotOverridable. I suggest that the rule be modified to exclude the method CopyTo for classes that inherit from DictionaryBase. Hi ...Show All

  • Optikal Web Recordings not getting inserted in script

    This may be a FAQ. I have just installed the release version VS2005 Team Tester and am trying to record a web test script. I press record (and also tried "add recording") IE pops up and I record a short series of URLs (yahoo, google) and press "Stop Recording" but nothing gets inserted into the test script. Seems to be a disconnect between IE and getting the steps back into the web test script. Is there something obvious I ...Show All

  • Sista Load tests not getting dependent files

    I have some working coded web tests. However, when I use them in a load test, almost nothing happens. The first POST is passed and then the load test does not GET the dependent files (with the exception of the style sheet according to the server log). After this, nothing. The load test does not attempt another POST. In fact, the load test monitor does not even report that any tests are under way. It only reports user(s) and request(s). ...Show All

121314151617181920212223242526272829

©2008 Software Development Network

powered by phorum