Answer Questions
wizardgmb subscribe an event using the API
Hi, Can any one please pass the code how to subscribe an event using the API. I couldnt find any example of this issue. Thanks in advance, Shmulik. Hi, Thanks again for your answer - Karthik, I have a small problem with my code, I thought maby you can help me with that . I didnt succeed to subscribe an event with this filter. My filter string look like this: String filter ...Show All
James Siwula How can i write custom rules in FxCop?
Hi All, I like to know the step by step procedure to write the custom rules in fxCop. I got some articles regarding this subject from the net, but all are confusing. I'm using FxCop 1.32. I like to know the following things 1. How can I write a simple custom rule using Visual Studio.Net (in C#) for the Introspection engine. 2. How can I debug it and make sure that it is error free. 3. After developing my custom rule, how can I add ...Show All
carterwjeff Estimation & Scheduling with VSTS
Guys, Since VSTS claims to have SDLC tools all available in one place, I wanted to see some estimation and scheduling tools in it. Are you aware of any built-in or third party tools for this Thanks Praveen On its own VSTS doesn't provide rich estimation and scheduling tools. However, the integration with Microsoft Project means that you can leverage Project's built in scheduling tools (and ...Show All
AG2004 How to replace Unit Test Template code
I have created a new MyUnitTest.cs file that want Visual Studio to insert when I run the Create Unit Test (or Add New Test -> Unit Test) Wizard. In other words, I want to replace the code which is automatically inserted by the Unit Test Wizard. Since I do not want to create a whole new test type or need to impliment the IWizard interface, I thought I would be dealing with just a file-replacement exersize. Based on reading a few articles i ...Show All
Chris Duxbury Naming convention for const
Hello, I am running my application through FxCop and I've got an error stating that "Acronyms of three or more letters should be Pascal-cased". However this error marks the constant . I worked with many languages and always the naming conventions recommended to name constants with all capital letters. Is it a new rule for .NET languages that constants should be Pascal-cased instead of all-capitals or FxCop simply doesn't "pay attention" to the ...Show All
Mephisto187 Why BugList and Mybugs have been removed form the report lists in Beta3 refersh
Hi there, I am wondering why did we remove 'BugList' and 'MyBugs' reports from Available reports in Process template. They were quite useful. If i try to use add by copying .Rdl file and adding that section in ReportsTesks.Xml, it does not work and Project cteation could not upload those reports. How can I add those reports Thanks, Anu I want to add these 2 reports in my team project they been really useful to view ...Show All
parkinson007 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
Stampede2 Disconnect from TFS gives error
When I right click the TFS server in Team Explorer and choose Disconnect, it gives me a confirmation prompt, I click Yes and it gives me the error "Value cannot be null. Parameter name: uriString". Is this a bug or am I just doing something wrong Unfortunately, this is a known bug in beta 3 that has since been fixed. Buck Is this still there in the Refresh Beta3 If yes... how do i disconnect Thanks ...Show All
David Chavez Queries on load testing
Hi, I have three questions. Assume that your web test will take time 2 minutes to complete the script. If I mention to run this script for 5 minutes then actually web test completed in two minutes. From 3 rd minute to 5 th minute will the web test run again for second time If I want test the web application that how many users it will support then If the script runs without an ...Show All
ShehabAdel Error creating first team project
I'm trying to create my first team project on my VSTF server, and I get an error. The log is below. Could someone please help Thanks. -pb 05-24-2005 09:42:03.075 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://pbristow-i2:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0.0156251 seconds 05-24-2005 09:42:03.075 | Module: ELeadServiceMediator | eLea ...Show All
jcollake very basic question
Hi all, I am new user to TeamfoundationServer.i want to know how to get my latest version of codes from the server into my local machine.I am able to get the latest version manually by giving the local path.... i want this to be automated.How can this be achived Thanks srikanth If I understand correctly, you could use the Windows Task Scheduler to run 'tf get'. See the following blog post ...Show All
strider-_- Tests Not Runnable, Multiple Tests with ID Found
Hello, I've started using Team System for unit testing and have been very pleased with it for a while but recently I've run into a strange error on some of my tests. When I try to run the unit test project all my tests are marked with the message, "Not Runnable", and I get an error message saying, "Multiple tests with ID <guid> found". Other test projects in the same solution are fine and run without incident. If I rename the class contain ...Show All
Needo shared types in the distributed system designer
gday, I'm creating a couple of webservices in the AD (application designer), and I want that some of these webservices are using a shared type (class person.cs). there's a possibility to use the tool wsdl, the generate webservices with the same shared type (without using the visual studio). But how can I use this by using the AD or the Distributed System Designer integrated in the visual studio normally it adds the web reference to m ...Show All
AZ17 error 32000
Team Foundation Server Dual-Server Deployment ,while install Application Tier get the error: Error 32000.Failed to get CustomActionData. here is log file info: vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '"Z:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\widbloc.exe" -s datasvr -d CurrituckDB' returned non-zero value: 1. [06/16/05,23:57:14] vs70uimgr: DisplayMessage_END:Error 32000.The Commandline '"Z:\Progr ...Show All
Matthew C Hill Organizing source code and projects - looking for best/recommende practices
We have a large website which will comprise up to 30 VS-projects. Some of them are shared assemblies (DAL, domain logic) and some of them will be very feature oriented (business portal, catalogue management, membership etc). Our project model is a customized version of “Agile RUP”. We will continuously have 2-3 development projects running (each with 2-6 months duration) – each project having two or more iterations. These projects wi ...Show All
