Answer Questions
Faizal Is there a maximum number of virtual users allowed for load testing?
We're investigating load testing tools and building an environment to do load testing in. Does Visual Studio put a limit on the number of virtual users that it will generate The other commercial products were looking at charge a licensing fee based on the number of virtual users. I was wondering if VS 2005 had a similar limit. Since we don't have a seperate environment setup yet for load testing, I am reluctant to just ...Show All
Peter Toye Saving Document
When trying to save a document back to Foundation Server for one of the project I don't get an option to save it back to Team Foundation, just the file system. Any Ideas Thanks BenW This is the same as the issue reported several days later in this post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=497293&SiteID=1&mode=1 Please see my response there for a description of ...Show All
SimonQ VS2005 RC1 loses Source Control settings (using TFS Beta 3)
Since this problems seems to be with Visual Studio 2005 RC1 client, I am posting it here instead of at TFS forums. I open up VisualStudio after a fresh install, go to Tools->Options->Source Control and set the plug in to Team Server. Then I go to Tools->Connect to team server and add our TFS Beta 3 server. At this point, Team Explorer is blank and there is no way to tell that window to refresh its contents. Then I go to File->Source ...Show All
Cazz88 version details
eyooo, well i guess from all my post everyone knows my config already :-) Windows 2003 server, SP1 all patches, office 2003 SP1 + patches, sql 2005. .net framework 2.0, IIS 6.0, sharepoint services 2.0 SP1 + patch, all in a active directory domain usin this server as domain contoller...... well, i edited the ...\ roots\web.config , reportserver\web.config , reportmanager\web.config , made sure that the securtiylevel in rsreporterserver.config i ...Show All
Alias Any way to view output of pre-test and post-test scripts?
I'm trying to use qtsetup and qtcleanup to perform some custom pre- and post-test tasks. The pre-test task is currently failing somewhere along the way, and I was wondering if it is possible to somehow view the actual output of this script, rather than just seeing the error "The start up bat files exited with 1". Thanks. PChandra, Currently there is no way to enable output. You can try to work around, for inst ...Show All
IT Lackey Associating Work Items to Tests
Are you able to associate work items to ALL test types I see the ability to associate work items to unit tests and manual tests, but I don't see any way to associate to Web Tests. Will this be possible Also, when I currently try to associate a work item to a manual test, I received an error (which I can't currently replicate because now when I click the Add button nothing happens). What is available in Beta 2 Wh ...Show All
Peteg Extend work item by adding new control type
I want to assign a task to multiple members. This requires a new "validcontroltype". Does VSTS allow such extension Thanks, Yuhang. No, this is not supported. ...Show All
The Only Chester TFS BETA3 & SHAREPORINT err!
I'v installed TFS BETA3 with workgroup config (no use AD), on a server named "vs2k5tfs".... when I browse http://vs2k5tfs/default.aspx the returned page contains from same machine, (I'v new a team project, and browse project portal, got similar page....) ********************************************* Error [1] Web Part Error: This page has encountered a critical error. Contact your system ...Show All
GazCoder DeclareEventHandlersCorrectly
TypeName: DeclareEventHandlersCorrectly CheckId: CA1009 Category: Microsoft.Design Message Level: Error Certainty: 95% Breaking Change: Breaking Event handler methods take two parameters. The first is of type System.Object and is named 'sender'. This is the object that raised the event. The second parameter is of type System.EventArgs and is named 'e'. This is the data associated with the event. For exa ...Show All
Cougar J Update multiple Work Item Fields
Scenario - How can I update the "Assigned to" field of 10 work Items or update the "status" of 5 work items Something like ... - select all the work items - update the field - save the changes (the changes should rollback if any workitem is locked by any other user) Thanks We don't have any "bulk edit" feature in the Team Explorer. There are a few ways to do it: The recommended a ...Show All
Wodin Namespace Administrators ?
I find the term "Namespace Administrators" confusing. What is meant by "Namespace" here Isn't this really "Repository Administrators" It is defined in the Team Foundation security service, which is known internally as GSS (you may have heard of gssutil, if that term sounds familiar). Buck You can call the same web service methods that gssutil.exe uses. The VSTS extenisibili ...Show All
Jfun Finding problem while converting a VS2003 web project to VS2005 web project using projectfileconverter through MSBuild
I am using MSBUILD for building applications. Towards automating the application building and deployment, I am converting the VS2003 project files to VS2005 project files using projectfileconverter, targeting Version 1.1. I am able to convert the VS2003 C# project files for Class Library and Windows Applications into VS2005 project files without any hassles. I am using the MSBEE extensions for compiling projects targeting .Net v ...Show All
J.Eubangus How to build a windows service capable of showing pop-up
Hey list, I am building a windows service in vb.net which is able to send email to blackberry.now this windows service will show a form where user can fill his email or some info... need to know the way by which i can design a windows service which supports this kind of GUI.If anybody knows plz do let me know. Sonali Not sure if you have gotten to the point where you have built the windows service or if ...Show All
Matt# extract an a tag
Hi, I am trying to extract an href attribute from an "a" tag, based on the anchor's text. The HTML content is like this: <a href=" Link'>http://localhost/url_for_a.html">Link A</a> <br> <a href=" Link'>http://localhost/url_for_a.html">Link B</a> What extraction rule i can use I tried with Extract Attribute Value, but i did not know what to fill for MatchAttribute. Thanks, Dan ...Show All
sfbolder How to check acronyms in FxCop
Hi, How to check acronyms in FxCop Rule Regards, Kailash I'm not sure what you're looking for here. The literal answer to your question is that you should be examining the Name property of members, if you'd like to examine them for possible acronyms. FxCop itself has an acronym check, in that it will flag any tokens within a compound word that it can't verify via a spell-checker. This rule will on ...Show All
