Answer Questions
pehaada Can I disable Deployment?
Deployment seems to be a great idea, and will go a long way in providing a robust testing environment. But in a TDD environment where developers are running tests very often it is not very practical. Not to mention the problems with Deployment Items (attributes do not work on the class, solution deployment options under Run Configuration settings have quit working for everyone in my department), and the fact that VS does not clean up after itsel ...Show All
Jo?ko Associating data with a test - selected records
Is there a way to select what rows are used on a data driven test I made the mistake of connecting to a table witn 10,000 records! Yes, you should be able to use a view for data-driven unit tests. With SQL Server 2005, at least (I tried this on the Express edition), views should appear in the dropdown for the Data Table Name property (they may actually appear twice, due to a known bug, but both copies will work). If you don't see them the ...Show All
PetterA Web tests resulting in Internal Server error due to Invalid ViewState
I am seeing an odd problem when testing our web site. I have no problems navigating through our website manually from a web browser and experience no problems when creating a web test that navigates through our web site. But, when I run the web test I created, then I keep getting an "Internal Server Error" on the first server page transfer. When I look at our server logs it indicates that the problem is caused by an invalid ViewStat ...Show All
Qiuwei Changing default SPS Portal for TFS
I want to configure Team Foundation Server to work with another SPS Portal than the Default Web Site http://localhost:80 because I want to run my existing ASP.NET Projects as before. Whenever I run the existing applications I get: Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. ...Show All
keiop Howto setup TFS on a Single server
as I know after July CTP , the installation of WSS will install the SharePoint over the Yukon database , what I run the scripts to setup it are : START /w %setupexe% /c:"SETUPSTS.EXE /remotesql=yes /provision=no /q" cscript %systemdrive%\Inetpub\AdminScripts\adsutil.vbs set w3svc/NTAuthenticationProviders NTLM But when I begin run the ATDT to setup the tfs , it give me the error message that the WSS didn't configured as recommenda ...Show All
NimbusSoftware .vsmdi file with large number of tests and testers
Our QA team (~50 people) have been adding, organizing and running test cases in VSTS for weeks now. Since the number of test cases is pretty big (~5000+ manual) they always have problems with the .vsmdi file. Every time they create a new test case the .vsmdi is checked out automatically by VSTF because test solution is under source control. In most cases several test cases are created and added to lists by different testers at the same time, ...Show All
Seanie Source control compare - on a higher level
Hi all I find the (new) Team Foundation Server and it's features great. Nevertheless there is feature of VSS that I could not manage to find in TFS. In VSS you can compare on a higher level than file, say folders or projects. That is, compare the $MyProject/Server with the corresponding files local (in your associated workspace). Is this possible in TFS I can only find comparison options on file level. I just had a, well.... ...Show All
Gdombroski Deleting a Team Project
Hi, is there any way to delete a Team Project created by me From Team Explorer exists the remove option but I couldn't find one to delete all the different parts of a Team Project (SCC, Project Portal, Work Items, etc). Is it possible Thanks a lot LucasC See Buck Hodges blog entry at http://blogs.msdn.com/buckh/archive/2005/01/24/359462.aspx . The post refers to the December CTP, but it works for Beta 2 as well. See the update at th ...Show All
Bluford Sharing issue in VSTS Source control
Hello guys, I'm trying to migrate our VSS database to VSTS Source Control and I don't really understend how can I make "sharing" happen at VSTS For example we have next VSS source tree: $root |-DummyProject |-Includes |-ProjectA |-ProjectB Both of them have shared files from <Include>. My question is: What is an alternative for us in VSTS in terms of do not re-organize our current code Thanks a l ...Show All
The DATMAN VSTS Sharepoint requirment
We currently have Sharepoint Portal Server installed in production for use with our Intranet and then we have a child domain used for development. Does any one know if the Sharepoint Portal Server that hosts the project portal sites have to be in the same domain as VSTS or can it be in a different (the parent) domain Thanks Michael In version 1, the SharePoint server used for the project portal must ...Show All
windozer_ App Designer vs System Designer
Hello, What is the difference between app designer and system designer. It would be great if anyone of you explain with help of an example. thanks Rakesh Or my articles... http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/introappdesigner1.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/introappdesigner2.asp http://msdn.microsoft. ...Show All
Dick R Problem Creating New Team Project
Hi. Using 2003 Server with Beta Refresh 3. Sharepoint is extended on the default and no other site. Browsing to http://servername/ works but not Reports or ReportServer. When I create a team project the following error occurs: Error Unable to connect to the specified SQL Reporting Services at EVERSERVER1. Heres the Log 1/9/2006 12:06:44 AM | Module: ELeadServiceMediator | Team Foundation S ...Show All
Kunal priyadarshi How do I add visual studio 2005 solutions to a Visual Studio Team System project
I've just set up my first VSTS Team Project. In life the 'umbrella project' consists of two programs, a service and an editor. Each is contained in own VS Solution. When I created the Team Project I gave it the name of my 'umbrella project", first reason is so the users and developers can go to the one Portal but then drill down to the specific project of interest. The Team Project created itself fine, but it seems to be 'one VS solut ...Show All
Pete Cotton CurrentUIThread with ToString() and Parse() et al.
A topic came up on one of the lists today regarding when/where to use CurrentUICulture over CurrentCulture. One of things that came out of that was what to use where IFormatProvider is required. The FxCop help for SpecifyIFormatProvider ( http://tinyurl.com/n6kp6 [1]) does point out that CurrentCulture should be used in this circumstance (haven't seen this recommendation in any other place). But, FxCop does not provide any warning for the ...Show All
Jughead1111 Where to get load test controller and agent software?
The help says look in \vs\controller and \vs\agent. It doesn't say on what. It's not there on my DVD (the trial version downloaded from MSDN subscriber downloads - our partner status hasn't yet been updated to see the full one) ta Matt Visual Studio Team Test Load Agent (incl Controller) will be available for download to Volume Licensing customers via the MVLS download system around 12/1. Microsoft Visual Studi ...Show All
