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

Software Development Network >> VS Team System

VS Team System

New Question

Opening an Excel Document from Sharepoint Services - takes a long time
Useless output from TFS source control
How to copy some xml file to the current test result folder?
Whats the latest and greatest version of Team Foundation Server?
"Keep checked out" on check-in
Team Foundation Client
Changing Levels,Report Options, Altering existing rule
Customizing Process Template
Build Type Creation Wizard Customization
VSTS Version Control and Phantom Items

Top Answerers

Eric Jarvi MSFT
awe
klotz
Bugsflowers
arpan_1234
JohnStallo
Peta Bowyer
Wesley P
Bob5461
nonno
Western Computer Services Inc (WCS)
Only Title

Answer Questions

  • MarcD Exporting Load Test Results - Again...

    I am running the load test in separate location and need to export test results to local system. Unfortunately user accounts are different, machine names are different and there is no way to export data from database to database directly. The only I have remote desktop connection and can upload and download files. I've tried to backup LoadTest database and restore it on local system but it doesn't work. The local system can't get tests result ...Show All

  • bbloom Fail Team Project creation

    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

  • Shadowsoul Team Foundation Web Services

    Hello Can somebody tell me which are the url for the web services in Team Foundation Server. I want to do an application, that add an attachment to the portal. I’m using Microsoft.TeamFoundation.Client, Microsoft.TeamFoundation.Proxy.Portal dll’s to do this. I thinh it can be done using the method "Lists.AddAttachment", but it needs the url to the webservice in TFS... //My code: Lists lists = new Lists (); ...Show All

  • salmanhasan Error 28100.Error loading Event web service.

    Hi,   During installation I got "Error 28100.Error loading Event web service.". Any idea what is going wrong TFS is being installed on a Virtual Machine.   Please feel free to contact me if you need any more information. Thanks, Bart ps. Is it possible to upload the setup log Hi Eric,   Did you find the cause of the error Thanks, Bart http://www.xenopz.com/blog/bartdeboeck/ ...Show All

  • chrisk13 Cannot connect to TFS from Visual Studio

    I am not sure if TFS is even running.  I can get to sharepoint no problem, create new sites etc.... I can get to the report services no problem and when I browse to the TFS host machine from a workstation I get the sharepoint site.  I have tried running Visual Studio as the the tfsservice account and still I get the cannot connect dialog.  How can I tell that TFS is installed and working   Is there an admin utility What dir ...Show All

  • Dcopus HTML Traffic seen as [Binary Data]

    In my Web test, I am calling urls that look like this https://systestonline/WCBSecAuthMember.Authenticate.AuthenticateMember.mts In this case the http status is 302 (redirect), but I also have similar calls to other urls that have the same format (the mts extension). Recording is fine, the recorder also detects that the hidden fields need to be correlated. However, when I play back, these hidden fields cannot be found because the data is d ...Show All

  • Capitan Cavernicola Unable to connect to the Analysis server.

    I just can't figure this one out - two tier installation where I have followed the setup manual to the letter (i think). Analysis service is in fact running, I can even connect to it from a mgmt studio installed on the application tier. I tried watching the network traffic to see where it might be getting confused, but the servers were talking via soap, and then encrytped the conversation so I couldn't diagnose anything in particular. I would gu ...Show All

  • Daniel Riek Exam 70-306. Visual studio version?

    I want to give the following exam. Exam 70-306 Developing and Implementing Windows-based Applications with Microsoft Visual Basic .NET and Microsoft Visual Studio .NET   However, i want to give it for Visual Studio 2005. Does anyone know which version of Visual Studio is covered in the exam If it is not Visual Studio 2005, when is Ms planning to bring it. Thanks for your time!! Hello Tk. Visit ...Show All

  • Chi Wong PropertyNamesShouldNotMatchGetMethods

    Hi, I believe I may have a special case with this rule. The library I am working on has been around for a while and had a get method implemented to return user information, I have replaced the get method with a Property but for the sake of backwards compatibility with applications using the library I have left the Get method in place and marked it with [Obsolete(Message)] and [EditorBrowsable(EditorBrowsable.Never)]. If my understanding of th ...Show All

  • DiaNagele Team Build Failure (test execution) with IBM.Data.DB2

    I am in the process of testing the Team Build feature of Team Foundation Server w/Visual Studio 2005 and am continuing to run into an error that cannot be replicated when running a build/test manually (on either the server or any client). The error I get when executing the MSBuild process is: One of the background threads threw exception: System.TypeInitializationException: The type initializer for 'IBM.Data.DB2.DB2Connection' threw an exception ...Show All

  • Navind TFS Warehouse : Cannot insert duplicate key row in object 'dbo.Work Item History'

    Hi, The following error appears in the Event log. (Single instance installation) Any Idea Thanks Arno An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 12/29/2005 4:52:37 PM Machine: FOUNDATION Application Domain: /LM/W3SVC/3/Root/Warehouse-2-127803451113551466 A ...Show All

  • gdanielg Mechanism to create a source control folder without creating a Project?

    Is there a mechanism to create a source code control folder without first creating a Team Project in Team Foundation Server Beta 3 Refresh I suspect perhaps via the command line Good to know. Thanks for the info. I'll withhold any judgement at the moment. I am torn as well on if it's a good thing or not But good to have the information. Thanks, Ditto thinking this is short-sided.  I think there are several things like th ...Show All

  • khalidkst Changing Drop Location in team build

    Hi, We have developers at two different sites.   Is it possible to have a single team build type that we can run on build machines at each site using a drop location local to the site Dean We dont support this out of the box, but this seems like an interesting option. What you can do however is set an env var on the build machine to identify the site you are running the build on and modify the drop d ...Show All

  • James-Jones How to use VisitFor?

    Hi, I'm writing a custom rule where I want to inspect For blocks, and it seems that the VisitFor method fits the bill. However, when does this method get called I tried overwriting the Check(Member) method, and then call both VisitMethod and VisitBlock, but the VisitFor method never seems to be called. Ideas Hi Michael, Thanks for the answer. The one thing I didn't get though: how come does the VisitThrow method work How is that one dif ...Show All

  • MQ Troubles re-playing a web test

    Hi, I'm having a problem with re-playing web tests. If I record a web test on my local host, then it re-plays just fine without any problems. If I record a web test when accessing another server, then it won't replay. The very first step fails with the following error message: "Reqest failed: Index and length must refer to a location within the string. Parameter name: length". It's the same application running on both servers, but o ...Show All

606162636465666768697071727374757677

©2008 Software Development Network

powered by phorum