Answer Questions
victor_CooK Problems installing TFS Beta 3 Refresh
I'm trying to install the Beta3 refresh and I'm hitting some real roadblocks. I believe I've followed the instructions to the letter and failed three times to get a working system I'm installing the beta 3 refresh into a VMWare VM, here's the setup I have (all in VMWare VMs). W2K3 domain controller. I have several accounts setup on the server: TFSService;TFSSetup and TFSReports. W2K3 PC that is in the domain. I log onto this PC as a local adm ...Show All
Akiren XML report doesnot show excluded and absent messages.
Hi all, I have an FxCop project with certain active, excluded and absent messages but while I save the report, the excluded and absent messages are not saved in the XML. Only active message are saved. The option in project default for excluded and absent messages are checked still the report doesnot contain excluded and active messages. I want all the messages in the report. Please anybody help me in solving the problem.Thanks in advance. ...Show All
Smalo a lot question about web test
hi there My name is Jenny I from Loja Ecuador. Universidad Tecnica Particular de Loja. Currently I work in my tessis project, where analice the visual studio 2005 tester team for QA team of software development of my university , and I have a lot problem: 1.- in the script of my web site don't up the pop-up and in the script dont register this step. and don't complete the secuence 2.- in my web site have a lot option and I don't know wh ...Show All
blindi Undo unshelve
Is there a way to undo an unshelve. In other words I want to bring the code back to how it was before I loaded up someone's shelveset onto my workspace I tried doing Undo Pending Changes, but its undoing the changes I had made before loading the shelveset. Thanks, JGP No, unfortunately. I agree this would be nice to have (along with merge-on-unshelve). A "best practice" might be to save y ...Show All
MagicMike Source Control - default working Path
Hi! Is there a way to set the default local working path If someone opens the project, he has to set the working path, but I want to set a default path! regards Simon Ok thanks, I will try that. regards Simon Hi! I cannot find, where I can select the existing workspace. If I go to File --> Source Control--> "Open From Source Control" --> Select my Project, than I cannot set any other dest ...Show All
VincentZalzal Avg. Response Time
Hi, I am running a load test containing webtests. Each webtest has one webservice request. The avg. response time of each request is aroung 12msec(0.012sec). I see a counter "% Time in Webtest Code" which shows around 45%. My question is if the avg. response time also includes the time spent in the webtest code . If this is the case, is the actual response time 12msec - 5.4msec(45% of the total avg. response time) Please ad ...Show All
DDressel Web Page Links Validation
I have been trying to set up an automated test to verify that a link on a specific page has the showing correct Links or not. When recording a web test and clicking on a link on a page it saves the URL into memory. I want to simulate clicking on a specific link on a page and verify that whether it is showing expected Links or not. How to validate this scenario. Suppose for example I have a roo ...Show All
Myoest1 Identifying the IndexerName attribute on an indexer property
Again with the attributes. :-) Is there a way to identify when this attribute has been applied to indexer properties [IndexerName("Value")] public int this [ int i] ... The Member.Attributes list is empty and Property.Flags has nothing. What I usually end up doing in these cases is look at the name property and do a string comparison of some sort. Here I grabbed the Type.DefaultMembers and looked for a NodeType.Property that ...Show All
BobGomersall Extending Microsoft.WebApplication component type
Hi, I'm trying to extend the built-in Microsoft.WebApplication component type, so I've code an .sdm like this: <Import Alias="WebApp" Name="Microsoft.WebApplication"/> <SystemDefinition Name="CustomWebAppType" Layer="Application" Abstract="true" Extends="WebApp:WebApplication"> <DesignData> <Report Type="Application" ...Show All
Coach24 TFS Error Branching... SQL Error 8152 ...String or binary data would be truncated...
I've put about 5GB worth of data into TFS. Had problems with some paths exceeding the 260 character path limit of the windows shell & #define's etc. (I think NTFS has a 4k limit on paths or something...) Anyway, managed to remove offending directories during check-in, & all was fine. At some point, I did a branch & all was fine. Earlier today, I went to do another branch & it complained about: SQL Error 8152 ... ...Show All
Stephen Planck How do I configure access for users from another domain?
I'm beginning to think I'm missing something basic. My users in the other domain can access the TFS but can't see Documents or Reports (without setting DNS suffixes on their machines) because those URLs include an unqualified server name. Can anyone help me fix this Thanks in advance. Actually, this is just about access, not creating a team project. The team project has already been created, but the team ...Show All
NeilQiu Can Reporting Services Content Manager Role Set Security for Folders etc?
In our implementation of TFS we will let the Projects themselves handle security within each project. For TFS and SharePoint it works well but for the Reporting Services part we planned to give the Project Manager or the Architect the Content Manager Role and let him give the other project members acces to the project Reports. But the Content Manager does not have access to the Project Properties and the set Security for the project - Is ou ...Show All
Newbie102 Rule to check "is Equals method is used" is not working...
hi, I have written a rule to check is Equals method is used instead of "==". This rule is not working. I have attached the code snippet here. Could you check and tell what is wrong with this code. public override ProblemCollection Check(Member member) { Method method = member as Method; if(method==null) { return null; } & ...Show All
Lee.NET Checkin Policy to Require Checkin Comment - How?
How would I implement a checkin policy that would require each checkin to have a Checkin Comment (Don't confuse Checkin Comments with Checkin Notes .) It seems easy to require a Checkin Note of some kind, but I can't find the equivalent for Checkin Comments. Do I have to write a third-party checkin extension to do this I would have thought that it would be a common requirement... Thanks, that helps! ...Show All
Nirmalya Using CMMI Bug definition in Agile
Hi, Is it possible to use the CMMI Bug definition type in Agile based team project Thanks Michael You may also want to check out the following document: http://msdn2.microsoft.com/en-us/library/ms243849(en-US,VS.80).aspx - it explains how to create and customize work item types. I recommend taking a look at C:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioTeamSystemIntegration\W ...Show All
