Answer Questions
prem_kumar_25 Static Analyzer reports buffer overrun in comdef.h: C6386
The static analyzer doesn't like a section of code in the standard include file comdef.h(258): m_pszMsg = (LPTSTR)LocalAlloc(0, 32 * sizeof (TCHAR)); if (m_pszMsg != NULL) { WORD wCode = WCode(); if (wCode != 0) { _COM_PRINTF_S_1(m_pszMsg, 32, TEXT( "Unknown error 0x%0lX" ), m_hresult); To me this seems a hick-up of the static anaylzer. I have see some other post that described that this is caused by the ...Show All
edlegs Problem with RC during project creation
Okay, I installed the RC (from scratch since I was using the December CTP and I couldn't upgrade from that) on a clean box. The box is a virtual server on my local network, but I am accessing it via the public IP Address. I received the following error during the creation: Error Unable to connect to the specified SQL Server Reporting Services at xx.xx.xxx.xxx. Explanation The Project Creation Wizard was not able to con ...Show All
Harry S Team Build Error
I keep getting this error when I try to build any of the projects under my Team build folder: The build service could not validate the caller. Please ensure that the network connection between Build machine and Team foundation server is proper, and the caller is valid. Other people can build the same project on their machine. Any help would be appreciated. Thanks, Anna I believe that one thing to k ...Show All
LTR Client for Team Foundation version control
Is there a separate client for Team Foundation version control, and if so what platforms (Windows, Unix, etc.) are supported Not all our developers work with Microsoft technologies yet we would like a single source control solution for everyone. More thoughts... You can use team Explorer for non-visual Studio users on windows. The will also be a MSSCCI interface for existing windows IDEs such as VB 6. E ...Show All
Michael AG Team Project name in Work Item type
Is it possible to get the name of the Team Project within a Work Item type The System.AreaPath has the name name of the project as one of the areas, but it doesnt appear you can get the value from this field. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=70067&SiteID=1 I would like to create one work item type that is universal to all of my team projects, and populate a drop down box with values based on the which team project ...Show All
Christian Niehaves Deleted Project using TFSDeleteProject but Source Code Root Still Showing Up
I deleted a project using TFSDeleteProject (with the force option) but my VS 2005 IDE Source Control Explorer still shows the deleted source code folder root (with a single TeamBuildTypes folder with a red X thru it). The funny thing is is that if I go to another machine and log in with the same credentials the particular folder does not show up. Looks like there is some sort of hanging artifact on my local work machine that isn't ge ...Show All
wildshark-uk Load test error
Hi, When executing load tests from the command line I sometimes get the following error: "Cannot find the test 'WebTest1' with storage 'WebTest1.webtest'". I've opened the .loadtest file and notice that the path attribute in the TestProfile element contains an absolute path to the webtest. I've updated this to point at the correct location for my webtests but occasionally it still gives the error I've  ...Show All
Frank Wang Source Control Explorer "No Commands Available"
After finally getting the December CTP of Team Foundation Server installed and running, I am unable to add anything to source control under my newly created Team Project. I open the Source Control Explorer by double clicking its icon. I then right click my project's node and the only thing I get is a grayed out menu saying "No Commands Available". What am I missing I've also tried dragging files to the Source Control Explorer with ...Show All
Barry Gervin How are functional requirements recorded in MSF for Agile Software Development?
We're starting to use VSTS and happy to go off the bat with MSF for Agile Software Development asa process for now (tuning it to our needs as we go). A problem emerged for us today that I can't seem to resolve reading the process guidence or searching on the web. MSF for Agile has Scenario and Quality of Service Work Item types and these I understand I think and value. Quality of Service Requirements are sometimes called Nonfunctional Requ ...Show All
cobra99sc If-Then-?
In one of the bug database analysis, I'd found that lots apparently isolated different bugs got tracked down to one simple coding mistake: The missing ' else '. It is quite common for programmers to write if (condition) {} and not write the ' else ' part. When that happens, there are possibly 3 things that it means: You forgot to write code that takes care of the other side of the story. You think there is nothing needs to be done if the cond ...Show All
Dominik Vogel Protocol violation - can I change how sensible the test shall be to protocol errors?
I get this error when running a test on a web page that I have no possibility to change: RequestFailed: The server committed a protocol violation. Section=ResponseHeader Detail=CR must be followed by LF Is it possible to configure how the test shall handle this so the test will not fail Sten, this sounds like a bug so I'm going to need some more info to track it down. What's the request like that's causing this error Ar ...Show All
christiansoldier beta2, personal website starter kit problem
downloaded latest team system beta 2 today, created new personal web starter project, when i attempt to create an administrator account here: http://localhost:1689/asp.netwebadminfiles/security/users/addUser.aspx no mater what i type, it continues to say "please enter a different password". you are instructed to create an admin account for your personal web site by the new starter project. ideas ...Show All
Sean Whitton Organizing Projects
We are getting started on Team System and would like some guidance on organizing projects. We are going to have a web based product and a smart client product with components that are going to be shared among them. If we are going to do project references among the two solutions we will have to go with one Team Project as source code cannot be shared among team projects according to this: http://msdn2.microsoft.com/en-us/library/ms242910(en-US,V ...Show All
Svetik list of all checked out files
Hi, How can I build a report of all the files in my team project / folder that were checked out Thanks Michael All the Reports (Quality Indicators / Builds etc) are written on top of the Team System Warehouse / cube. We do not put into the warehouse information regarding what is currently checked out. We only record information that was commited (once you have checked in, you updated the bug, you made the build etc..) If you ...Show All
Mark Dawson Where Can I download MSF V4 WhitePapers
Where can i download the latest MSFv4 WhitePapers "MSF for Agile Software Development, Beta" http://www.microsoft.com/downloads/details.aspx FamilyId=9F3EA426-C2B2-4264-BA0F-35A021D85234&displaylang=en http://lab.msdn.microsoft.com/teamsystem/msf/ Thanks for the useful websites . Im looking for a more general version of MSF V4 docs like the MSF 3.1 documents where we have seperate doc ...Show All
