Answer Questions
Mark1212 How to modify Validation Level for a web test when it is called from another web test
When a web test (say web test A) (which sends a web service request and a validation rule applied) is called from another web test (say web test B); the Validation level for called web test A is set as Low. Because of which validation rule for web test A is not applied. How can validation level for called web test set as High. FYI Validation rule (which is a cutom validation rule) which is applied in web test A ' ...Show All
KNPaing Sourcecode corruption
I'm having some strange problems using Source Control. Previously I added a borland project just to test how the Source Control worked, and then deleted the files when I had played around with checkout, checking, testing with work items etc. I've now created a small project in VS 2003, and added the project to TF Source Control. When opening the solution from source, the content of the solution file has completely different content from what I c ...Show All
aajrb how to record web test?
i am new to visual studio, when i try to record web test i didn't find the option web test in the template of the add new test, in the add new test templates i can see only unordered test and unit test i didn't see the web test in the template so how to select the web test can anyone please suggest me.... Do you have Visual Studio Team System or Visual Studio Team Tester It sounds like you may have Visual Stud ...Show All
Codylcran Trial Edition & Source Control
I received my trial edition today and am about to install it, and I've put the system on the projected budget for next year. But, I'm concerned about what happens if my employer doesn't cough up the big bucks to buy the thing. Particularly the code that is saved in the source control portion. Will it be available when the trial expires Can I get it out easily Thanks for your time. I was floored y ...Show All
phestermcs Adding an SMTP server post installation
When we installed our TFS Sever (B3R/Single Server/Domain) we didn't fill in the SMTP notification details, is there any way to set this up post install... Simon, Yes, you supply the details in this file ...\Web Services\Services\Web.config Verify smtpServer and emailNotificationFromAddress are set appropriately. You can also use the inetmgr to do this - Navigate to Web Sites, then the Team Foundation web site - Right c ...Show All
John Cramer well i think
Hello, As you all probably know, when doing checkout in VSTS, it doesn't perform "get latest" to the files. instead, you work on the local files. I know that this is the way VSTS works and that i can't change it. what i want is to program a policy by my self. the policy will be triggered when someone will do checkout. it will check if he choosed files that aren't latest and if so it will raise "custom form" which i will design. the flow is: 1. a ...Show All
jwmacdonald Namespace Administrators ?
I find the term "Namespace Administrators" confusing. What is meant by "Namespace" here Isn't this really "Repository Administrators" AD/AM has been removed from the current code and will not be in the next release or RTM. Buck That makes much more sense! BTW, these aren't AD Domain groups are they Are they still defined in ADAM ...Show All
mrayyan Grasping at straws here with VSTS Licensing!
First of all thanks for reading! After many calls to MSDN and the Partner Program they all seem to be unaware or partially aware of what's going on. Since the forum seems to be the best place, I'll ask here! I logged in the MSDN web site last Friday and started a discussion with the online Concierge. I asked him why was I not able to view the VS 2005 Team Suite product (and I'm not talking about the 180 day free Trial here) The short ...Show All
Luke Waters UnitTesting in vb2005
Hi,, Can anyone tell me, how i can make a new application that contains my testclass.dll, so i can test and validate my tests from any location... -Meaning that i don't want to open VSTS to run the tests.. And i don't want to run the test from commandline either.. But instead in a new application or website from wich i can invoke and validate thise tests one by one. I found out that there is a namespace called: Microsoft.VisualStudio.TestTools ...Show All
mjorg Event log error
Hi, is there any reason I get lots of these in the application event log RTM workgroup edition. .NET Runtime Optimization Service (clr_optimization_v2.0.50727_32) - Failed to compile: Microsoft.ReportingServices.QueryDesigners, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91 . Error code = 0x80070002 Event ID: 1101 Does the following help http://weblogs.asp.net/rajb ...Show All
JesterSoftware Developer has no access to SCC
Hi, I am using TFS beta3r and am experiencing a strange problem with the project I've created last. Since project creation failed a couple of times I had to use tfsdeleteproject.exe to remove it twice before I was able to successfully create it. After that it seemed to work just fine but my developers are not even seeing the project in SCC. They can interact through Team-Explorer, but cannot see nor access the source-code. The complete hiv ...Show All
gbm1 Raise Version-Number of Assemblies in TeamBuild
I am searching for a TB-Task which will scan all files of each project and see if any change has been made more recently, than to the file where the Version-Attributes are stored (usually AssemblyInfo.cs). It should then checkout AssemblyInfo.cs, raise either Major, Minor, Build, Revision (depending on a configuration value) update modified file in SCC. Does such a task exist Hi Tilli Gautam's blog can help you with this. Let us ...Show All
Vitor Hervatin Install Team Foundation Server 2005 JUN CTP
Hi, The installation of the Team Suite is no problem but the Server won't work. I can't found any installation description of the new Jun CTP release. In this forum I found an artikle with the statement, that the jun CTP allowes only a double server installation. But the setup has an option for a single server installation. There are also some posts that the server needs a SQL Server Apr CTP but if I set up a machine with Win 2003 Server, AD, DN ...Show All
hugh2005 "Unexpected token was encountered" error after schema import
Greetings, After importing a schema from a SQL Server 2000 database to a project targetting SQL Server 2000 the parsing engine seems to have some problems with specific constructs... IF dbo.fnIsBillPullError() = 1 "Unexpected token was encountered" error being generated for User defined Functions. RAISERROR ( '%s (%d)' , @Severity, 1, @sMsg, @iErr) "Unexpected token was encountered" error being generated ...Show All
Arti.Desai Accessing base class protected variables in derived class test
I have a class structure with derived class, where the base class has protected variables. In the testing code for the derived class I need to set valkues of those protected variables but it doesn't appear that the generated code generates accesors for those variables. So I have public class Base{ protected int foo;} public class Derived : Base {} public TestDerived { [TestMethod] public void ProcessResponseDataTestStatus200() { &nbs ...Show All
