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

Software Development Network >> VS Team System

VS Team System

New Question

Access Denied: User needs the UseSystem global permission
how to reuse ...
Error in creating a work item via the webservice
TeamBuild throws errors when deploying "additional files and directories" for unit tests
Rule to check "is Equals method is used" is not working...
TFS API Help [Urgent]
Error when trying to compare files
how to enable Fxcop
Setting Build Status
parameter '$HIDDEN1.__VIEWSTATE' not found in test

Top Answerers

Nengwu Zhu
Klown
manikaagarwal
peysche
Dazza1412
cconrad
sandy123
Qing
Ronen halili
Nadavrub
Programming Embedded Systems in
Only Title

Answer Questions

  • Kaplan DataDriven unit test/ TestContext DataRow support in C++

      I've created a C++ test project  in VS2005. I'm able to connect to my database, but I don't know how to make a call to access the database. The examples show to use TestContext.DataRow [<column name>] but this example is for C#.   Where's a good place to find examples for C++ Good question.  I can't believe we didn't include MC++ code samples!  :(  Here is a ...Show All

  • oddessa Initialization for plugin "Microsoft.Pcw.wss" failed

    I have a fresh install of VS Team Suite + TFS on 3 machines (DT, AT, Client), all 2K3 SP1 clean installs.  Trying to create my first Team project, I'm confronted with: 04/21/2005 08:11:45.645 | Module: WSS | Thread: 5 | Entering Initialize in WssSiteCreator ---begin Exception entry--- Time: 04/21/2005 08:11:49.707 Module: Initializer Event Description: Initialization for plugin "Microsoft.Pcw.wss" failed with error: "The request failed wit ...Show All

  • brownjn About the format of line number information for Code Coverage

    I have a question about code coverage. When coverage is done with Visual Studio, it jumps from the list of the result to the source, and the source code is classified as a result. Please teach the format of line number information needed for these. Best Regards. Shinya Watanabe Dear Munjal I have some questions. What is the standard format Is the standard format PDB format When coverage information is g ...Show All

  • warp9.5 Error 1305

    I am trying to re-install my Microsoft Office 2000 from CD and get this message Error 1305.  Error reading from file: D:\PFiles|MSOffice\Office\Bitmaps\Dbwiz\TIMEBILL.GIF.  Verify that the file exits and that you can access it.   What does this mean and how can I correct. I'm afraid no one on this forum is likely to have an answer.  I'd suggest trying a forum for discussing issu ...Show All

  • Sean Solt WSDL Transaction Capturing

    I like the fact that Visual Studio 2005 has new testing capabilities built-in.  However, can you capture anything besides just HTTP requests   I need to  capture SOAP requests/responses from WSDL files.  Basically, I have to be able to parameterized sections in the XML for loading tests of an application.  To do this I need the SOAP requests from the WSDL files.  I am still new to working with SOAP and WSDL so& ...Show All

  • Cristian Civera Error during setup

    It seems I'm getting one error after another... my newest is the error 29112. -- Dialog -- Error 29112.Team Foundation Report Server Configuration: Report Server is not properly configured or the Reporting Services Web site could not be reached. Use the Report Server Configuration tool to confirm that Report Server is configured properly and that the Reporting Service Web site can be found before running the installation again. For more informat ...Show All

  • Matt1980 TF53010

    Could anybody help me in better understanding this error. It happens everytime I try to check in code. It seems to have to do with the notification of my e-mail address. It se3nds back "User LAWL\tfsservice needs the AdminConfiguration global permission(s).", how do give in AdminConfiguration global permissions I have included the error below: AdminConfiguration can be set by checking "Edit server-level information" in the ...Show All

  • hobscrk777 Can't connect to the tfs

    hi, in our project we work (five users) with the team foundation server (RC). All is good and we haven't problems at all. In that time a colleague ask me, whether he could connect to the server. i said to him that the only thing he has to do is to install the team explorer and connect to our project server. He get the following error even  though he works in the same domain. Error: TF31002: Unable to connect to this team found ...Show All

  • Paganelli Francesco 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

  • Felix A Portfolio Explorer location?

    According to the Power Point slide show the software comes with a "Portfolio Explorer" but I have loaded the client and can not find this feature. Am I missing something or looking in the wrong place Thanks, Kevin Hello Kevin, Portfolio Explorer has been renamed to Team Explorer. You can access is in Visual Studio from the menu options View-> Team Explorer. Cheers! The "Team P ...Show All

  • Digital-Pioneer Can't find test module

    I get the attached error.  I assume this means that it can't find the tester's dll.  That is certainly possible because I compile/link into a different directory.  Is there some property some place that I can change to tell it where to look for the files Thanks. Bob. Unable to get type BankTester.UnitTest999, BankTester. Error: System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x80 ...Show All

  • vijil WSE 2.0, Web Services load testing

    Has anyone load tested an app that uses WSE 2.0 I've tried all the major tools on the market and none of them can get around the security (timestamping) that WSE brings to the app. I'm hoping that someone has been able to get VS team edition to work for them. While I haven't tried hitting a site that uses WSE security, you should be able to do this with VS load testing. The load testing tool in VS lets you call ...Show All

  • Aussie_Bluey How to support Code Coverage

    We want to support Code Coverage for COBOL project System. Please tell us how to support Code Coverage with VSIP SDK. Please tell the topics about Code Coverage in VSIP Documents. Best Regards. Shinya, does the COBOL project system emit MSIL code If so, then if the compiler emits symbols files in the correct format then code coverage should automatically work, there shouldn't be any thing you need to do speci ...Show All

  • tconrad Sorting by Rank sorts incorrectly

    Rank is an integer field - but when you sort it and you have say 13 items ranked from 1 to 13. When you try and sort it in the UI by Rank it will rank them 1, 10, 11, 12, 13, 2, 3,4,5... Since the UI only allows integers in this field - sorting it like a string isn't right - I am using the RC version. That's exactly what I did, thanks. Thanks for the feedback, Bryan. We are con ...Show All

  • N_i_X Just got BETA2 dvd... confused! help!

    Hi all, Ok, I've just received my beta 2 dvd from ms (vs2005 team system beta 2), and i have to say I'm overwhelmingly confused. What do I need to install Where do I install it The so called Installation Guide just confuses things even more. So.. from clean install, what do I need to do It's an xpsp2 machine with IIS6 I've also just noticed some posts mentioning AD. I don't have win2k3, does that mean I can't use this beta Can I at all use thi ...Show All

697071727374757677787980818283848586

©2008 Software Development Network

powered by phorum