Answer Questions
Ronald_D_Craig CA1812 Problem with Resource Files
Any resource file seems to generate error CA1812 on the auto-generated code. I have seen this with C# Windows Forms apps, and with C# Web Sites. Is this a false positive I'm unsure how to make Visual Studio generate code that fxCop is happy with. Thanks. I've experienced this one myself. This is because the autogenerated code outputs an internal constru ...Show All
Gerald.Wright getting associated changesets for work items
Hi, I took a code snipit from James Manning's blog: http://blogs.msdn.com/jmanning/archive/2005/09/21/472524.aspx For some reason, the LinkingUtilities object could not be resolved. Does anyone know where the assembly for this object is We upgraded to RC1; would this matter Is it still supported Also, I was wondering if there was a way to get historical changes to work item links. Suppose I added and deleted links associated to ...Show All
H20 Getting info about local variables.
How would you get information about variables local to a method I thought looping over a method's instructions would get me there but it appears there is no opcode generated for local variable declaration. Instead there is a .locals init ( ) line. Is there a way to access that information So far Method.Body.HasLocals is the only thing I've found to be of any use and I thought the Block class would lead me to my goal but so far it hasn't. Any adv ...Show All
jemmyw File/Folder level permission in TFS source control
Hi, Can we set different user permission at file/folder level in TFS's source control Regards, James. It's also important to note that deny permissions trump allow permissions. If a user has been denied read access to a folder $/Project/Folder, it will override explicitly allowed read access to $/Project/Folder/Subfolder for that user. Yes. By default setting permissions on a folder causes the perm ...Show All
Shash Shortcut to see who did the build ?
Instead of having to double click each build from the Shelveset Build list to see who's the programmer that did it, is there a shortcut Customization I can do To achieve this I've posted a question a while back concerning if we could ADD a custom field such as "Note" this way you could add a note next to the build quality but I've been told you can't customize this :( Anyway, this feature/add-on could be interresting, being able to add columns ...Show All
StressPaul B3R upgrade to RC issues
ok, since it looks like I'm in for a long day I figure I'll just make a general post for all the issues I run into. The one I'm hitting now is in the upgrade document it says to install SQL Server update KB914595 - that its available on the web and on the install media. There is no KB914595 on the install media - only KB912838 and KB913393. Nor is it available at the link given in the document - http://go.microsoft.com/fwlink/ linkid=62015 ...Show All
PM2k Package Load Failure connecting to TFS RC from TE
Hi there, I've just finished upgrading a Beta 3 install of TFS to Beta 3 Refresh and on to RC in single server mode. The install seemed to go to plan, I completed all of the items in the installation guide but now connecting to TFS from TE (either on the server machine or another machine) yields the messagebox: "Package 'Microsoft.VisualStudio.TeamFoundation.VersionControl.HatPackage, Microsoft.VisualStudio.TeamFoundation.VersionControl, ...Show All
ZGutt How do you manage functional specifications for versioned releases?
I am looking at the MSF functional specification template and it looks pretty good. My question is, how do you typically manage functional specifications for versioned releases Do you have a separate functional specifications document for each version Do you include the versioning strategy within the functional specifications document http://www.microsoft.com/downloads/details.aspx FamilyId=9D2016AD-6F8A-47F5-84FA-BEC389DB18C1&am ...Show All
JeffCurrier Data Generation for nvarchar & varchar.
When using the data generator, the the data generation preview tool window within Visual studio shows gibberish text for a varchar or a nvarchar column, the generator being set to string. Is there a setting that i'm missing I have not made any specific setting - just added a data generation plan to the project. Is there some property that needs to be set at this stage The collation is Latin1_General_CI_AS -Tanveer Rashid ...Show All
Prakash M common components in multiple projects
Hi, I was wondering what the best approach is for sharing common source/binaries in a TFS environment where multiple team projects are underway. I have already looked into Buck Hodges blog post http://blogs.msdn.com/buckh/archive/2004/06/14/155403.aspx Coming from a ClearCase environment with its component and project/stream structure I was wondering about similar functionality on TFS. Suppose I have three projects Master, P1 and ...Show All
Deep123 user or group might be in a different domain
I have just set up a dual server installation. Everything seems to have installed correctly. When I try to add a member to the team foundation groups using the "add users and groups" / "windows user or group", I get the error: Team Foundation Server could not resolve the user or group [user display name here]. The user or group might be a member of a different domain, or the server might not have access to that domain. Ver ...Show All
__TOM__ MS Project integration
I have created a MS project that contained a number of tasks and was able to publish these to a team systems project along with doing some updates etc. After playing with it for awhile I used the tfsdeleteproject to delete the team project, created a new one after doing some changes to the work items and gave it a differnt name. The problem I now have is that the .mpp file that I originally created seems to still want to be connected to the orig ...Show All
Mikelll Error when merging in TS
When doing a merge I get the following error:TF14087: Cannot undelete '$/BrandShareProduct/BD Branch/Services/TemplateService/TemplateServiceInternal/EmailTemplate/EmailTemplate.cs' because not all of the deletion is being undeleted.Something is definately wrong - but before i elaborate, I would hear if you guys have ssen this before and have any quick suggestions. When you delete something, all of its children ...Show All
Unistoner how to quick enable \ disable the static analyser
I am looking for a method to enable the static analyser on the build computer but only on development machines if this is enabled by the developer. If there a simple switch or registry option to not run the static analyzer I dislike the idea to introduce multiple project configurations. AFIAK, introducing a separate build configuration for the build machine is the only way to do it. Other option i ...Show All
msatish MS Project intagration problems
MS Project/TeamSystemGantt Bugs 1.When deleting item it may stay not deleted 2.When close/show diagramm it contains some main parent items only(collapse,expand to see all items) 3.When project summary task is not used, but one custom summary task is used. And move level2 item to upper level (level 1) -> we don't have 2 main parent items and project plan becomes corrupted. 4.We cannot filter resources by autofilter ...Show All
