Answer Questions
mdelvecchio False positive on IndexersShouldNotBeMultidimensional
I'm implementing a custom XmlReader with base class XmlReader. IndexersShouldNotBeMultidimensional is firing on the method /// <summary>See <see cref="XmlReader.this"/></summary> public override string this [string name, string namespaceURI] { &n ...Show All
Julian Price which setup directory?
in the install help file, single server install, team server install, I do not see this specific folder on the DVD download from MSDN: \vs\atdt downloaded this image, en_vs_2005_team_suite_dvd_beta2 and extracted ISO files to hard drive folder using \VS\setup.exe returns error: "setup was unable to copy file ....\vs\deletetemp.exe to your temporary directory..." deletetemp.exe is not in \vs directory Help file snippet... 5. ...Show All
Garyrg9 Help me justify TeamSystem to my boss.
Hello. I am on a company that they actually work with another platform but they just knew that they had to satisfy their customers with .net applications. I have seen some screenshots of team foundation server, unit, test, class designer, report of bugs, and many things more. I need to justify this. The test are actually donde manually and the indicators of bugs and so on are also done manually. AS this is in beta2 yet I think its ve ...Show All
MarkPaxton Extracting attribute value
How do i extract some particular part of attribute. Not all attribute! For example i want to extract value of BlockId from this fragment of html code: </script></head> <body> <form name="form1" method="post" action="Default.aspx ScreenKey=AccidentScreen&BlockId=f6f225aa-9d76-4271-ad60-1b0d91a6ab80&IsModal=False" id="form1"> <div> <input type="hidden" name="__VIEWSTATE" id= ...Show All
KBoek Build a new sharepoint site for an existing team project
The subject says it all: Is there a way to build a new sharepoint site for an existing team project If there isn't there should be. Losing all my work items and change history just because the sharepoint site got messed up is simply unacceptable. -cd The solution was to simply attach the old content database to the default web site after installing TFS app tier. Don't mess with trying to attach the old sharepoint c ...Show All
ericdvr responnse.redirect rule
Hi, right now i'm working with a new rule. this rule will check if the method Response.Redirect is being used. But the problem is how to check if the redirect is directing the browser to a page across another application or in the same application. Can anyone resolve this problem hi all, In case i leave the cross application part out of the rule, can i still check for the presence of the Response. ...Show All
Mohammed Noor Unable to Install Team Explorer on Visual studio team suite beta - 2 version
Hi TFS users, I have couple of queries on TFS installation and usage !! 1. Can we install Team foundation Server on Windows XP with Service pack 2 installed I know the client can be installed on Windows XP, but i have specific reasons for installing TFS too on windows XP!! If yes, does the installation steps hold same as installation on windows server 2003 2. Can we integrate clearcase with TFS Please let me know if ...Show All
Yogesh Prabhu Adding data bindings from a webtestplugin
I'm trying to add data bindings to a webtest using a webtestplugin and it doesn't seem to be working. Any thoughts Here is another way to reproduce the problem. In a coded WebTest I have the following function: public void MyFunc( object sender, PreWebTestEventArgs e ) { this.AddDataSource( "DataSource1", CONNECTION_STRING, DataBindingAccessMethod.Sequential, "WebServers" ); this. ...Show All
tikki Version Treeview
Hello, is there a possibility to have a treeview of the version tree and all branches As I understand it, I currently see only the last sources if I have a look at the Source Control. Sure, there is the possibility of a history, but that is in most cases insufficient, when a bigger project evolves. Thanks for your support, Tobias Thanks for your answer, I will have a look at the branches Dialog (currently I always get the answer: The ...Show All
marioc TFS MSSCCI Provider
I've just downloaded the new release of the TFS MSSCCI provider. Every time I download and try to install it (and I've tried from several different machines and networks now), the installer runs ok but then generates the following error part way through the install: The cabinet file '_DE4122DA27BBE897D870DBB37A5A532C' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the C ...Show All
Svein Helge Mismatch in Installation guide for Beta3 for SQL server and set up of SQL server Sept CTP for Servers
Hi there, I'm trying to install TFS server using Beta3 instalation guide. In How To:Install Microsoft SQL Server 2005 for Team Foundation Server (single server setup) it says on 7th step 7. On the Components to Install page, select SQL Server Database services,Analysis Services and Reporting Services and then click next. But when I am trying to install using en_SQL2005_WKGP_Servers_Sept2005.iso file downloaded from MSDN ...Show All
bernie_e tfs b3r and office12
I've installed the TF-Client on a computer with Office2003 ... all worked just fine. Then I upgraded to Office12 B1. Now Excel and Project have problems to connect to the server: TF84034: Team Fundation was unable to initialize the workbook. This document will no longer be associated with a Team Foundation server: TF80071: Team Foundation ecountered an error while accessing the work item database. Please contact the Team Foundation Server admin ...Show All
Sun Ici Accessing TFS without Windows Integrated Security? (Internet Access)
From what I see after an installation of Beta 3 is this Web Site on Port 8080 with integrated authorization. I am thinking of changing this to basic authorization and after that publishing the site over SSL with an ISA server. So that it looks like that: Client - SSL (Port443) -> ISA - HTTP (Port 8080) -> TFS Is it really that easy or what is the recommended way of achieving this Does the Client in VS2005 offer a way to enter credite ...Show All
Seemit Count the number of Constructors
Hi, I need to count the number of constructors for a Type. the code i have used for this is...... public override ProblemCollection Check( TypeNode type) { if (type.NodeType == NodeType .Class) { int memberCount = type.Members.Length; int constructorCount = 0; for ( int i = 0; i < memberCount; i++) { if (type.Members .NodeType == NodeType .Method) { Method method = type.Me ...Show All
flashfreaker TF 30177 Team Project Creation failed
Hi, I have installed Visual Studio Team Foundation Server (Dual server deployment). When I try to create a project team, I get the following error TF 30177 Team Project Creation failed Message: Unable to connect to Windows SharePoint Services at VCORDEVTFS01. The reason for the failed connection cannot be determined at this time. The error log is as follows: .1/5/2006 11:30:35 AM | Module: Work Item Tracking | Thread: 11 | Wor ...Show All
