Answer Questions
Stuart Welwood Identify when a method is an operator overload.
Is there a single property or something to get this info or should I just look at the name for "op_" I noticed some Flags on the operator method but didn't see anything in the Method.Flags enum to indicate an overloaded operator. Is there a RuleUtilities.IsX method available that I've overlooked spotting this type of method Thanks. Operator overloading isn't supported by all languages, and overloads don't have ...Show All
Archana Kamath Encoding-Decoding: the " case
Hi all We have a problem, and I couldn't find the specific answer in the previous threads regarding URL encoding-decoding. The issue is around: how the "simulated" browser in VS2005 for testers deals with " Because we generate the HTML via XSL, the fields containing the " character are encoded in " When the real browser received this XML, probably it will decode it, transforming in ". Then, wh ...Show All
Alistair Peterson Do Not Catch General Exception Types
I have a question about the fxCop rule on "Do Not Catch General Exception Types"...I started some discussion on this in another thread but I didn't get a full answer to my question and I thought this topic was worth starting a new thread. I think I'm using the recommended Microsoft approach for Exception Management: I'm using the Enterprise Library Exception Management Application Block to handle exceptions At the "top of ...Show All
sambhav Correct name: TFS Version Control or TFS Source Control
What is the correct way of referring to the new Source Control System that comes with VSTS When you select the Source Control Item from the Options dialog in Visual Studio Team Edition for Developers (Tools | Options) it describes the 'current source control plug-in' as 'Visual Studio Team Foundation Server'. I'm hopeful there is a more descriptive name like 'TFS Source Control'. What is it In one document Microsoft call it Source Control ...Show All
Bernd Kicker Team Project Creation Failed
I installed beta 3 server and connected. I then went to create the project "test3" which fails. Here's what i get (see below). I connected/logged in as administrator user on the team foundation server (TEAMSERVER) machine. Is this the problem Should i have logged in as tfssetup or someone else As a side note, i can't login as anyone (i've tried all of the users - i think) into my sharepoint site on the server now. Thanks, Ted Error Insufficien ...Show All
JimReid Warehouse processing problems
Hi, I'm running TFS over a Virtual PC, and the OLAP Services eats my CPU most of the time. I found a post (http://forums.microsoft.com/msdn/ShowPost.aspx PostID=3063) and a blog about this problem ( http://blogs.msdn.com/buckh/archive/2005/04/19/409886.aspx ). But after I changed this setting to 3600 or to 360 and restart the TFSServerScheduler service, the OLAP Service crashed withot any additional information. I tried to process the wareh ...Show All
Opher Getting Started With Team Foundation Server
Hi Up till now, we have been doing all our development with Visual Studio .Net and Visual SourceSafe. I just successfully installed the Team Foundation Server and the Team Explorer. I'm not sure what to do next to create a new Visual Studio project. Can someone point me in the right direction Are there any quick start guides, getting started guides, checklists, etc. I'm not sure what to do next. Thanks. ...Show All
ChrisDurbin How to know if a class is Public or Private ?
Hi All, How to know if a class is Public ou Private Thanks, Marcelo. Hi public override ProblemCollection Check(Member member) { Method method = member as Method; if (method == null) {   ...Show All
triplebuffer how to get Visual Studio 2005 Team Edition for Software Testers
Hi, all, 1. I want to know whether if I could download Team Edition for Software Testers from http://msdn.microsoft.com/subscriptions/ no matter it's RC ,Beta or evaluation version. 2. My company is MSDN Enterprise , how should I get Visual Studio 2005 Team Suite TKS! Romi RomiHsu wrote: 1. I want to know whether if I could download Team Edition for Software Testers from http://msdn.microsoft.com/subsc ...Show All
carlsnilsson Upgrade from B3R to RTM: Possible database upgrade issue.
After we upgraded from B3R to RTM, all Microsoft created Work Items, Queries and Reports work perfectly, and all our Work Item customizations work perfectly, as well. B3R was our initial installation version. That said, we ran into an issue with some of Conchango's SCRUM for TeamSystem reports that utilize the Work Item History field. It seems that the TfsWarehouse>Work Item History>Date field was not upgraded from type int to type d ...Show All
chesnut Project creation problem
OK I'm probably being dense here. Installation is a single server with reporting services, sharepoint, SQL all running. I can get to the relevant pages. The client can see the server and ping it over the network. Both are in a W2K3 domain and the DC is running SP1 as is the VSTF Server. tfssetup and tfsservice are both local admins and domain admins so should have all the necessary permissions. I'm logged in using the tfssetup account (tried als ...Show All
subansuba TFS Beta 3 Refresh: Error 32000 and Error 26204
Like so many others I experience problems while installing Team Foundation Server (B3R) – after resolving a lot of other problems on my own I get stuck with this one and need some help: “The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 26204”. I investigated further in the VSMsiLog and found a hell of a lot of “ExecuteSqlStrings: & ...Show All
GerryJ date current state was set
Is there any way to determine the date the current state of a work item was set If I look through the work item table (using relational data source), I see previous state and current state, but there is a record for every revision to the work item. Thanks in advance. Bernie Douglas' suggestion is a good one, and what i would also suggest for figuring out the state change date. ...Show All
Muruganandan Overriding properties in .vbproj and .csproj with Team Build
I have a situation where I want all my visual studio projects in source control to be set to delay signed so that they have no problems developing with that code - which sets the property in each .vb/.csproj to : <DelaySign>true</DelaySign> However for a formal release build on the build machine, I dont want to delay sign. I guess I could go through the labourious exercise of editing every .vb/.csproj file to add a condition to set t ...Show All
mahenrana Email Alerts in Workgroup mode
I can't seem to be able to recieve email. MY TFS is in workgroup mode. I have all the alerts turned on. The pop3 and smtp server are ok (I can send and receive email normally in Outlook). Is this an issue for anyone else Thanks in advanced, John Thanks Larkin, that is a good idea...This is just a demo machine for now.. My though is we will move it to a dc version when we go into p ...Show All
