Answer Questions
lGustavor Sequence Diagram
Hi... It has as I to generate a sequencia diagram in the Visual Studio Team System Hi Marcos, If I understand your question. The answer is no. Team System itself doesn't support Sequence Diagrams. It does support it's version of class diagrams and several other architectural models. You can still use Visio to create Sequence Diagrams and store them in TFVC or the Project Portal. Also, the DSL tools are very extensib ...Show All
EuroPhilC Binding data - how to find and replace inside each web test
Hi Given that I am still trying to reduce as much as I can my code generation, I need to make this process quicker: - I record a WebTest (composed let's say by 10 requests) - I bind a specific parameter (i.e. documentID) to one of my table rows - For doing that, I have to open manually each of the HTTP requests, finding where documentID is present and substitute the recorded value with the bound value. Is there a way to "f ...Show All
Jaffi Unversioned Files View
Is there a way in the Team System GUI to show files that are not added to the Source Control system I know about the "Add files/Folders" button. But it's a real pain to use if your development isn't in VS, but in another Editor or Product (i.e. Crystal Reports). I have to remember all the files I haven't added that are in my workspace. If I've been working on some things for several hours, and I'm finally ready to add the files, this ...Show All
Vertexwahn Unable to create unit tests...
Hi, I am trying to create VSTS unit tests for my ASP.NET 2.0 application classes which resides in App_Code folder. Whenever I right click on the code editor and select 'Create Unit Test' against a method in the class, the 'Create Unit Test' window does not list my method. None of the methods in my classes are displayed instead it only shows two classes 'ProfileCommon' and 'ThemeLoad'. TFS Version: B3Refresh Any one got into ...Show All
Arup TF30321: The name you typed is already used for another team project
I had a project fail part way through creation (sharepoint timed out on creation for some reason) and it also failed to "back out" of creation properly. Now when I try to create a project with that same name I get error TF30321 "TF30321: The name you typeed is already used for another team project on the Team Foundation Server. Type a unique name for the new team project." I would have thought this was a big problem, but I had alread ...Show All
chuck.dickens Disabling Adding New Files to a Visual Studio Project
Is there a way through TFS version control security to disable the ability to add new files to a Visual Studio project for a group In other words we would like to only let our lead developers add new files to a project. Can this be done and how The current permission system does not distinguish between Adding or Editing, so you can not change a given users permission to one operation without changing them all. The only way to do this i ...Show All
Bayamo Send an email after build
How can I get Team Build to email a log report to certain parties. I read about USINGTASK, but surely someone else has already done this. What if your SMTP server uses basic authentication and requires and SSL connection. I have followed steps I found @ http://blogs.msdn.com/buckh/archive/2006/07/21/smtp_username_password.aspx . Mail gets sent to the virtual SMTP server running on the build machine but I am ...Show All
StubbornNoob Failed to Create Team Project
Hi All, When I am trying to create team project, I am getting following error . Please help me in this regard. V ####################Error########################### 10/27/2005 8:59:10 PM | Module: ELeadServiceMediator | Team Foundation Server proxy retrieved | Completion time: 0 seconds 10/27/2005 8:59:10 PM | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 10/27/2005 8:59:11 PM | Module: Wizard | TF30227: ...Show All
adtyerheryh Does anyone could install VS Team Suite tools Beta 2? How?
I tried to install VS Team Test (Testing Tools and I get some errors). I'd like to know if anybody could install the testing tools that ship with Beta 2 of VS in order to know how do you do that. Did you install from a DVD Did you install from an extracted iso image Did you install from a Network Drive Thanks to everyone that can help me with this. Did you have success getting around the install problem by burning to DVD and ...Show All
rouellet using TFS remotly
Dear all, We want to use TFS or VSS over VPN connection to support geographically dispersed teams. I'v tested VSS 2005 with following configuration: Site A: 512Kpbs DSL Site B: 256Kpbs DSL Project Size: Around 10-15 files (total size just 500kb) but it disappointed me as its taking too much time to do checkin and checkout and even navigating the solution explorer is very slow. here r the stats Opening Project = 15 minutes File checkout of ...Show All
Hemant Bhadane Application types
Is the list of application types and endpoints in Application Designer now the defiinitive list for Version 1 Can I define and add my own types into this Hi Ian, This is the final list for version one. You can define new types in a couple of ways. If you want to customize one of the existing types, you can create a prototype. For more info, see http://msdn2.microsoft.com/library/ms181862(en-us,vs.80).aspx If you want to define a new type ...Show All
Liamas data of the WSS Portal
Hello, in the directory %program files%/MSSQL$SharePoint/Data is the database of my teamPortal-Project. is there a way to access to the files from the project portal stored in the database I don't want to access to the files over the web frontend. We don't know, sorry. You may want to find a forum for Sharepoint Portal. ----------------- Visual Studio Team System Beta3 is now available at MSDN Su ...Show All
SachinN Problems with build type configurations and 'Publish'
If I want to build 2 solutions in one build type, each with a different configuration, I just make sure that both of the configurations are defined in tfsbuild.proj. Then the build will attempt all four permutations (sln1, config1;sln1, config2;sln2, config1;sln2, config2) but skip the ones that are not valid for each solution, is that correct Also when I try to publish, I would expect it to do a build first, or do I have to be exp ...Show All
dony_s Webtest "hangs" while Submitting
Actually, it appears to be hung before the request is sent, because the Request Detail window says "Request not yet submitted". I've got a webtest where, on a specific page, it always "hangs" while executing... The main Test Progress window shows "Submitting" under the HTTPStatus column, and it stays this way for at least 4 or 5 minutes. Test Results pane shows the test as "In Progress". If I try to start the test again, I c ...Show All
Ted Nugent Blanket entire webtest with a validation rule
I read you articles on creating validation and extraction rules as well as request and webtest plug-ins and have put them to good use. I have been trying to blanket the entire webtest with one overall rule that will cause the webtest to fail if a condition is not met and would like help on this. Validation rules easily increment the counter to note a failure if the rule fails. How do I go about this from a postrequest check in the request plu ...Show All
