Answer Questions
DooH Instrumentation problems using the IDE for VC++ projects (vs2005 beta2)
I am trying to profile an application that consists of a mix of C# projects and c++ projects (built using /clr). I am specifically trying to see the impact of "thunking" on our application's performance. I have been able to sample short runs of the application, but I am not seeing the kind of information I would like. I was hoping to switch to an instrumentation run. However, if I use "instrumentation" in the wizard (or l ...Show All
jedediah2075 Can't delete folder in SCC Explorer
I can create new folder when add project into the SCC, however, after I delete the project in the SCC, the folder can't be deleted. The problem may be caused by that I just add the projects without adding the solution. Could I manually delete a folder in other tools(command line or in database) The folder being grayed out means that you don't "have" it in your workspace (that is, you haven't run get on it). To delete an item (file o ...Show All
3rato Assignment and delegation: Is teher any way to assign a WI to a Group?
Hi, is there any way to assign a work item to a Group (Windows or VSTS). I read a post that said it is not possible to assign to more than one resource, but what about a Group Thanks a lot i guess there's no other way.. except.. creating a program that will get all the members in a particular project and assigned it to them one by one automatically... (but it will create different workitem id but all same contents.) You ca ...Show All
diavolo How to put the code in a team proyect?
Hello. I created a team foundation proyect. I see many things there, work items, documents, reports, build. but I dont see the code. I created a website , how can I associate the website proyect to the team foundation proyect Why I cant create bugs it doesnt let me write on the title field. This doesn't seem to apply to solutions that have been zipped up and brought over to Visual Studio 2005. I have a .sln file ...Show All
thames TFS MSSCCI Provider Final - Bug on Details for Work Item XX DialogBox
The final TFS MSSCCI Provider contains a bug I discovered on the beta 2 too last week... on severals machines. How to reproduce the bug : - Under VS2003 - On "Pending Changes" - Click "Check-in" button - The Check-in dialog box appears - Select the "Work Items" tab - Choose a query to show some Work Items - Double-click on a work Item in the list - A dialog box "Details for Work Item XX" appears with ...Show All
gumuk Another Bug in Source Control Explorer (Beta 2)
If I create a new top-level folder, it will not show-up until I close and reopen VS. also I am not able to (re)name it, so it always gets a default name. I can only delete the folder again. In our more recent versions, we don't allow users to create folders directly in $/. Instead, all items need to be created within a Team Project folder. The inability to rename is an artifact of the restriction that Team Projects cannot be renamed. The ...Show All
dobry Using Resource files to support fxcop validation
Hi Everybody, Another question... I have to verify if some classes has in the composition of their names a specific Entity Name, like selEntityName, insEntityName, and so on. Well, I have a great number of Entity Names to search and compare to see if the name is valid. To be easy this process, I created a xml file with all my Entity names and put inside a resource file (.resx). This resource file has its property "Build Action" defined as Em ...Show All
Matt Skone Merge tool
Is the Merge tool that TFS uses available to run standalone The reason being, I have a set of files that may be different to what is checked in and I want to merge my changes with the latest version from TFS SCC. Thanks Graham Yes, it's a standalone executable. The default path is %ProgramFiles%\Microsoft Visual Studio 8\Common7\IDE\DiffMerge.exe If you run it with / you should get the usage information you ne ...Show All
HiTech2000 Credentials probem connecting to TFS
I have installed TFS beta 3 on a single server in workgroup (Server A). Now I have some clients (WKS01, WKS02, ...) in a win2k domain (DOMAIN). If I connect from WKS01 using IE then IE pops to ask the credentials, I type the workgroup user credentials and then I can see the WSS project portal. If I try connect using VS 2005 it fails. I think that this problem is due to the fact the VS2005 pass the credentials of the user (DOMAIN\User ...Show All
jp153 New users are unable to see documents/reports in TFS Explorer :(
Hi folks, i've successfully created a new MS Agile TFS Project. i can add stuff, play around, etc. When i add a user from our active directory to the project admin group, the user cannot connect to the share point site or see documents and reports in the tfs explorer. when i add the user to the share point site via Site Settings -> Manage Users, the user can now see documents in tfs explorer and connect to the share point site. He st ...Show All
Bhaskar Vasudevan c++ auto increase version and drop folder
Hi, I have been busy configuring my project on team server and customizing the team build. Now there are still a few things i wanna automize using the team build. 1) Auto increase the version of the c++ projects seen sollution for this on this forum i tought, but cant find back 2) Use the project version in the drop folder Now my drop location looks like "CRE - Internal_050715.00003" I want this to be "CRE - Internal_<build version>" 3) Ma ...Show All
Crazygon Recomendation for common external assemblies?
I use shared open source libraries in a multiproject solution (eg. lib1.dll, lib2.dll referenced in projects 1 (maybe a DLL), 2 (another dll) and 5 (an exe) of solution x). 1) The first problem I have using TFS version control is how to handle these assemblies so everyone else can get a copy of the source code and start to work without worrying about missing/not found assemblies, changing the assembly reference path and so. Ideally visual stu ...Show All
Meerc Messages Suppression
Hello! At the moment we are trying to get rid of all the fxcop warnings in our project, but have three issues we can't resolve. 1. Is there any ways to specify all the message suppressions in one place (file) We need it because suppression attributes like this: [System.Diagnostics.CodeAnalysis. SuppressMessage ( "Microsoft.Security" , "CA2118:ReviewSuppressUnmanagedCodeSecurityUsage" )] make code complitely unreadable. We have opti ...Show All
bruno custom rule to identify com objects...
Hi, My query is : can we write a fxcop custom rule to find out whether or not a com dll is being referenced and used in my dotnet assembly using introspection engine. If so, how to implement that rule. To be more specific, how to identify a com referenced object in my c# class and check whether this object is disposed properly. any valid pointers Thanks, Vijay Hi, Thanks for your response ...Show All
Naren Datha TFS Explorer default settings...
Is there a way to alter the default radio button option when checking out from the first option (lock etc.) to the middle option (Check-out). Also, things like file associations... I want to open XML files with the viewer/editor specified in my Windows Explorer file association settings, not the built-in XML Editor. Is there a way to do this Also, I saved some Word documents as XML, but instead of opening with Word like it does from Win ...Show All
