Answer Questions
DbHd Disconnected source control
I was wondering if Team System has the notion of disconnected source control. When I moved my laptop from the domain and opened up a project I was greeted with a couple errors and then my solution was no longer under source control. So now rather than checking out the file I have overwrite the readonly copy. Is there some way to have the file checked out and show it in the pending checkin so when I reconnect I can continue as i ...Show All
Ryan Stemen How do I derive from TestContext class and implement from base members
So, I see a lot of people are looking at this. But no one is responding to it. It would be great if someone would be able to at least check the answer to verify it. ---------- Im lazy, and somewhat new to OO. I am attempting to derive trom the TestContext class. But am not able to use the base class methods when overriding the base class methods... namespace TestPlay{ public class newTestContext : Microsoft.VisualStudio ...Show All
mandoman TFS time info
How do I get the TFS time from a client I tried using the TFS object but all I could get was the time zone info of the server and not the actual server time. Well, if you want to prevent folks from checking in from say 2:00 am to 4:00 am server time, one really simple way to guarantee that is enforced is to set up a windows task on the application tier to remove the checkin permission from the appropriate group at 2:00 am and then res ...Show All
NT CA1303 DoNotPassLiteralsAsLocalizedParameters - false positive on blank string?
The following code is causing a CA1303 DoNotPassLiteralsAsLocalizedParameters error: [ STAThread ] static void Main() { Label testLabel = new Label (); testLabel.Text = "" ; } Perhaps there should be an exception for blank strings They're the same in every locale ;-) Thanks! This rule, along with other rules that t ...Show All
ChiefGeek FxCop 1.35 Copy as SuppressMessage
I just discovered the neat feature that I can right click on an excluded violation and select "Copy As SuppressMessage" to get a SuppressMessage attribute to paste in my source file. Only thing is, the Justification named parameter is not added. It would be nice if the text of all notes, or at least the first note, associated with the excluded violation were used as the Justification parameter. Th ...Show All
Arul Livingston TF30169: The New Team Project Wizard was unable to download the process template MSF for Agile Software Development - v4.0.
I have read the forums and http://msdn2.microsoft.com/en-us/library/ms244150.aspx And still cannot get a project created. Any ideas Brad ------------------------------------------------------- Error TF30169: The New Team Project Wizard was unable to download the process template MSF for Agile Software Development - v4.0. Explanation The New Team Project Wizard encountered an unexpected error while attempt ...Show All
Matheus Von Der Kerkhoff Unit Testing Forms - Accessing Controls
I'm unit testing an extremely simple VB form with a button and a text field. My test method looks like this: <TestMethod()> Public Sub btnHelloWorld_ClickTest() Dim target As Form1 = New Form1 Dim expected, actual As String target.Show() target.Activate() Dim accessor As HelloWorldApplication_Form1Accessor = New HelloWorldApplication_Form1Accessor(target) accessor.txtWorldID.Text = "1" expected = "HelloWorld1" Dim sender As Obj ...Show All
Chard-Fi RandomSleep functionality in Web Test. How?
Hi, I have a situation where I want the virtual users to sleep for a random amount of time. Can I achieve this without using the WebTestRequest class, bcos in this situation there is no request at that point. Eg. For a LoadTest (which has one web test), I set a constant load of 1000 users. The first step all of them do is to login to the web site. But I dont want all of them to log in at the same time. So I want to ...Show All
markdrury Error code is 26403
I get a very generic message during the upgrade about the source possibily being corupt. --------------------------- Microsoft Visual Studio 2005 Team Foundation Server Setup --------------------------- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26403. --------------------------- OK --------------------------- I checked the in ...Show All
marijabo Unable to install controller and agents
The documentation says the installation for the controllers and agents are in the vs\controller and vs\agent. These folders do not exist on the installation media (either of them). So, is there no way to run load tests at this time with a separate controller and agent(s) Or can you only run a load test from the local machine right now Thanks. Jeff Hi Jeff, May I ask what installation media are you using The co ...Show All
msipe Publishing button is disabled
I am not able to publish the test result. I have some web tests and some load tests. The solution and its project are built with no errors. After running the tests, I am able to export the results to a file, but the Publishing button is disabled. I changed the configuration from debug to release and rebuilt and it did not work. How can I publish the result Would it be possible to send the result to any form of database (SQL, Access, a ...Show All
KaroK Project Portal Reports only showing top selection criteria
I have installed TFS Beta3 with VS2005RC0. Everything by and large appears to be working correctly. One thing that isn't. If I show the project portal web page the four default reports on it only show the criteria selection headers but no data. I just want the charts here with no critieria selection like in Beta 2. How do I fix this All my reports from the report node and http://localhost/reports run fine. Thanks, Chris Is there any ...Show All
TomRo Logical DataCenter - Newbie
Today is my first look at this and I've added zones and servers but I'm having some troubles importing the settings from those servers. For example: I highlight the server, go to Settings and Constraints box, right click "Logical Server Settings" then "Import Settings". It looks like it works but some of the settings it pulled are NOT what is set in IIS. One example is the sp script timeout is set to 300 on the default websit ...Show All
Dmitriy Velichkin Unable to add Web parts to the Project Portal. Useless error message not helpful.
On our project portal I would like to change the layout. But I have an assymetric problem which is proving painfully difficult to diagnose, understand or correct. It's a clean otherwise functional TFS system. If I try to add a web part to the project portal however I get this error message: Error An unexpected error has occurred. Web Parts Maintenance Page: If you have permission, you can use this page to temporarily disable Web P ...Show All
John Bledsoe Alert Profile Observation
TFS Dual Server Configuration on DOMAIN1 1 Client (Client A) computer on DOMAIN1 using a domain account to log into TFS. 1 Client (Client B) computer not on a domain but uses a domain account to log into TFS. This computer is named COMPUTER1. Both Client A and Client B can manage work items, reports and documents fine using Team Explorer. However, after both clients setup to receive alerts only Client A gets them. In the event log ...Show All
