Answer Questions
millerfj Beta 3 Refresh SQL Server?
Which SQL server will beta3 install on Do i still need to use the CTP or can i use the RTM bits Beta 3 Refresh and all future releases of Visual Studio 2005 Team Foundation Server require RTM releases of SQL Server 2005. ...Show All
Asuranceturix TS for Database Professionals
Hi, Does anyone know if the new TS for Database Professionals will be able to generate change scripts for live replicated databases in SQL Server 2005 In SQL 2000 I have to remove the replication, apply my change scripts and then setup replication again. It would be very useful if the database could be upgraded while replication is still running and have the database change replicated to the remote systems. Thanks in advance, Aaron ...Show All
adnap TF30162: Task "WITs" from Group "WorkItemTracking" failed
This is with Beta3 on a real 2003 Standard Server SP1. Setup worked without a problem. I did change the name of the three accounts but they all work fine. I cannot create a project with a user account that's in the domain admin group. However I can create a project with the <setup> account logged on on the server directly. Thinking it's a SQL permission kinda thing, I gave the domain account all the same permissions as the <service> ...Show All
cYruZ Implement ToString() on Notes
It would be nice to implement a ToString() method in the Microsoft.FxCop.Common.Note class, so we can actually read a note in the Properties pane when you select a message in the Excluded In Project tab. Great suggestion! I'll make sure this happens for the next FxCop update. Michael Fanning VSTS Development: Code Analysis ...Show All
DTUK Deploy with Unit Test
I wish to use VSTSForDP to support my pre-existing unit tests. Currently the process we use is anytime we make a change to the database schema we use SQL management studio to generate a script that will create the database. We then check that .sql file into TFS as a solution item. Our unit tests have a piece of init code that reads in the .sql file and executes it against our test server to create a fresh database that our unit tests will use. ...Show All
David Lowe VS 2005 RC & Team
I have installed VS 2005 RC and I am confused...I cannot see any menu items to the Team functionalities. How can I connect to a team server Am I the only one in this situation or was the Team stuff left out of the RC I did a full install by the way. Did I miss something Thanks. Not through my MSDN it isn't. If you know where to locate it, the one that is not the trial edition, I appreciate it. ...Show All
Benny Au-Young What are clean-up scripts in test run config & how they are used?
I am new to load testing.What are clean-up scripts in test run config & how they are used The setup and clean up script gives you an opportunity to execute a batch file right before and right after your test run is complete. Here is a link with a information about the run configuration: http://msdn2.microsoft.com/en-us/library/ms182480.aspx You can do things such as start or stop services, copy fil ...Show All
Twazok How to use one step's Query String Parameter value in another step?
Hi, all. Sorry if this is a beginner's question, but I couldn't figure out how to do this. I have a web test, which has several steps. One of the step's Query String Parameters contains the value that I would like to use several steps after that. This value is not displayed in any of the fields on the following page, so I can't apply a field value extraction rule to it. How can I extract this Query String Parameter value to use in the foll ...Show All
JeppeSV 405 Method Not Allowed using BuildStore object
I'm getting the following exception: System.Net.WebException: The request failed with HTTP status 405: Method Not Allowed. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.TeamFoundation.Build.Proxy.BuildStore. ...Show All
Chip Zero help on debugging
hi, i was working on a custom rule. After developing it, i deployed it and then ran it on some test cases but it's giving some error. The error messages are as shown below 1. Error 31 CA0054 : Error loading rule 'CustomExceptionHandling': The following stream was not found in the assembly manifest: SampleRuleLibrary.BaseRule.xml TestForISRules 2. Error 32 CA0051 : No rules were selected. TestForISRules T ...Show All
Khalid K. Editing Source File without Checking Out
If I double click on a file in Source Control Explorer, the file opens up in IDE in read-only mode. If I make changes to the file and save it by choosing to Overwrite, the "Latest" column in Source Control Explorer continues to say "Yes", when I look at the file in Source Control Explorer. If I select the file in Source Control Explorer and choose "Get Latest Version" from right-click menu, it shows me the version that was&n ...Show All
mridula.k Team Projects
Hi, can someone clarify something for me please If I have a small development team and this team can contribute to say, 3 totally different and nondependant customer projects (applications) then am I best creating 3 separate team projects At present I have one team project called Dev. In here I have created 3 folders that contain the 3 distinct customer applications. Each application consists of more than one solution. I have sound that when us ...Show All
Abijiths Scheduling Daily Builds
Is there a way to schedule a daily build in TFS The only way that I've found so far is to run it manually, it would seem to be a very common scenario. Brad Raulston I was trying to set a web reference to the wrong URL (going through the BBIISDIR instead of the TeamBuild directory). It's working great now. Thanks Hmm, now that you mention it I'm realizing that ...Show All
Gajab URL in Redirect is not encode
Hi, I have a ASP .NET app. In the Search.aspx there is a redirect to an URL with a QueryString parameter (data). This parameter is created at run time and contains characters like %. When i run the web test, the parameter value is not right, as something replace some characters. In the Object was moved here... page the parameter looks OK. <html><head><title>Object moved</title></head><body> <h2>Object ...Show All
kaisatsu How to edit build types for TeamBuild
Every build type is captured in an MSBuild project file called TeamBuild.proj that is checked in under $/TeamProjectName/TeamBuildConfigurations/BuildTypeName/ folder in the Hatteras repository. Open Source Control Explorer from within VS IDE and navigate to the TeamBuild.proj file under the path given above. Right click on the file and check out the file. Now, open the TeamBuild.proj in the XML editor within VS and edit the file. You can overr ...Show All
