Answer Questions
Cliff1234567 Instrumenting a Unit Test - Seeing double
I've created a performance session on a unit test by 1. Add all the release DLL's in a unit test project - marked for isntrumentation, 2. Add MSTest.exe as a launch assembly - not marked for instrumentation 3. Add launch arguments to MSTest.exe: /test:<mytestfunction> /testcontainer:<mytest.dll> This works very nicely. The only puzzling thing is that I see most of the functions in the assemblies being tested twice in the ...Show All
samseesam Is the following scenario possible?
I have successfully managed to install VSTS Beta 2 with TFS on my application server and SQL Server April 2005 CTP on my file/db server. I want to make sure that the following is possible using this system: I do not want my developers to ever check out code without: 1- Identifying the task/bug they're working on at the moment. 2- If no time estimate is given they're required to set one. Further more, when they check in a source file I ...Show All
TTH Merging individual changesets
I was under the impression that if I did a merge and specified a specific changeset as in: C:\Foo\Branches\Releases> h merge /preview /version:C39 RB-1.0 $/Foo/Trunk and that changeset only contained a change to one file then that one file would be the only one affected by the merge I am getting other files with conflicts that weren't part of changeset 39. Is this a bug or (more likely) is my understanding of merging with TF ...Show All
TDeveloper Versions control - Branch & merge versions
Hi, I recently installed VSTS Beta 3. I am trying to understand Beta 3 branch & merge concepts. I understood that in this version the user will be able to merge between unrelated branches. However, I tried this and I can only merge between child and parent branches. In addition, I would like to know if it is possible to specify a file version, (Like version num 3 of a specific file) and not just the ...Show All
Hanas Team Explorer Beta 3 issues.
I have 4 machines with Team Suite RC, and one machine with only the Team Foundation Client, and am running Team Foundation Server B3 (single machine install): On two RC machines, where both users are set as "Project Administrators". In Team Explorer, the Reports folder shows "Reports (working...)" and never expands and never finishes "working". However, these users can do Team/Show Report Site, and that works... Further, if ...Show All
DougTaylor possible bug with branching
I have a user who is project admin for TeamProjectA. He branched some files into his Team Project from TeamProjectB. This user has NO permissions in TeamProjectB. The UI allowed this user to make the branch, but when he tried to checkin the files within his project he got an error stating he need 'Check In Permission' for TeamProjectB . Note that he isnt trying to checkin to TeamProjectB , but rather TeamProjectA . It seems that if there is a pr ...Show All
northern Adapting source control to non-conformant directory hierarchy
Hello, I am investigating using Team Foundation in our organization and am looking at the source control portion of it. We have a directory structure that looks like this: c:\root\Solutions\ solution_1.sln solution_2.sln solution_n.sln c:\root\UI\ project1.csproj file_1.cs file_2.cs file_n.cs c:\root\Logic\ project2.csproj file_3.cs file_4.cs ...Show All
V J V At double the price and some other questions...
Hi, I am still a bit unsure about the version of Visual Studio that will be available at release. I get the whole thing about the 'Architect version', 'Developer Version' and 'Tester Version' with TFS shipping as a product in its own right. However in my current job i play the role of a Architect, Developer and Tester. Which version of Visual Studio will have all the testing tools, and all of Whitehorse many thanks Arran ...Show All
Bryan Sullivan 404 error alert when trying to connect to team server
I have all installed as requested, and when I click tools connect to team server, I get a popup that says only The request failed with http status 404: . any ideas Hi, Can you try the steps at http://blogs.msdn.com/robcaron/archive/2005/10/07/478336.aspx Let us know if that takes care of it. Thanks, Brad ...Show All
StephenWong Adding a Exsisting Solution to Team Project
Hey guys Can you add an exsisting project/solution to a new Team Project I have some code that i have been working on that I would like to add the Team Server. Thanks Kenzie Yes, you can add an existing solution to a new team project. Make sure your workspace maps the location of the existing solution to the new team project folder on the team server. Open this solution in the Solution Explorer. Right click and choose "Add solution t ...Show All
Haydn Anyone working on a Crystal Clear process template?
Our group is adopting the Crystal Clear methodology so I'm wondering if any in the community is working on a Crystal Clear proces template. Best, Jason I'm not aware of anyone doing it. Your best bet is to search the internet for it. ...Show All
sharon n. webtest fileuploadparameter not working
Please let me know how to get the fileuploadparameter functionality working in a recorded web test. I have tried adding the file to be uploaded to the project and I have tried using an absolute path to the file as the value for the filename property of the fileuploadparameter. I get the error " Request Failed: Empty path name is not legal. " when the file seems to be found (i.e. no not found error during the run). Any ideas ...Show All
Peter Hozjan how to build a solution which mixed vb6 and vs2005
hi, Our project has mixed VB6 and VS2003. currently, we want to upgrade the VS2003 project to VS2005 and use the TFS build to do the daily building. The process is : <Build Project 1 (vs2005) > ---> export tlb file ---> Build VB6 program (use the above tlb file) --> tlbimp VB6 program ---> <Build Project 2 (Vs2005) (using the above tlbimp result>. Currently, I can export tlb file from project 1, but I do not ...Show All
Geoff Dean Deployment path settings
When deploying the database project, you should have the option to select where to deploy at that time. Currently, the selection is made at the project scope. It is very common in my usage even so far to deploy a database to more than one location. I may create a database model and deploy it to four servers: production, test, development, and to the developer's local pc. Even if you leave the default deployment path setting in the project ...Show All
Netme Can the data source for a web test come from app.config?
I know that I can set the data source for a unit test in the app.config file. Can I do somthing simular for web tests Thanks, TomK No. For webtests, you need to define the datasources in the webtest file. ...Show All
