Answer Questions
Nose Custom Rule, only appears the first time
When a rule is fulfilled only appears the first time but not more. Nevertheless the Collection "ProblemCollection" has all the occurrences that have appeared in the class. Why Thanks. Code: public override ProblemCollection Check (Member memberField ) { Field mField = memberField as Field; if (mField == null ) { return null ; } if (mField.IsStatic && !mField.IsInitOnly && ...Show All
Radu Margarint - MSFT custom rule to check Are stream objects wrapped in wrapper classes?
hi, i need to write a rule in fxcop that checks are stream objects wrapped in wrapper classes. It would be if some one helps me in writing this rule. Thanks in advance Hi Guns, what pattern are you trying to detect exactly e.g. class StreamWrapper { private Stream m_stream; public Stream Stream { get { return m_stream; } } } There are cases where i ...Show All
dark2025 MSMDSRV.EXE using a large part of the resources
Analysis services are using a large part of processor time and are using the disc all the time, thus making the single VPC image installation of VSTS Beta 2 hardly usable. I have enough memory (2GB) and the Dec version ran just fine on the same computer. Can anything be done about it I am a bit puzzled. :-( Thanks, Ogy Thanks a lot. It DOES solve the problem! Unfortunately it turns out we have a bug such that incremental ...Show All
CodeCharmer Check In Work Item query ISSUE
The check in window should use the custom settings for the query columns to display. I really need the AreaPath to be displayed so I can find my work items more effeciently. We have this on our list to revisit in V2. How hard can It be to use the same control in that window as you do when opening the queries from team explorer You cant resize the columns in the check-in windo ...Show All
numberonesuperguy Enabling FxCop in Visual Studio 2005
If FxCop is integrated with Visual Studio 2005 Team System, let me know on how the tool is to be enabled from the IDE. I am using the trial version of the software. Haritharan, To enable it on every build, do the following: In Solution Explorer , right-click on the project you want to enable Code Analysis and choose Properties In the properties window that opens, choose the Code Analysis tab In t ...Show All
Frank Haymes Error 28004. Error service account is not valid
Hi all I'm installing TFS 2005 RC and right towards the end of installation I get: Error 28004. Error service account is not valid Retry/Cancel options available. The account is a domain account, any ideas I am at a total loss. Thanks Kev Thanks David - i used a domain account to install and it went through nicely. Kev Me too...please help me :-) SOS ...Show All
Eli Robillard How to: Add Data Binding to a Web Test
According to this walkthrough: http://msdn2.microsoft.com/library/ms182546(en-us,vs.80).aspx I should be able take values from a Table Column and use them as values for QueryString Parameters. In my case, I want to use them as Form Post Parameters instead of QueryString but either way, I get the same result: First, When I add the Data Source, the thing says something like 'Invalid Object' when I try to run the test, My data Source is Adve ...Show All
tetsu- Error trying to add a new port to a custom component type
I've defined my own app component type (extends SystemDefintion) and I have also defined a custom port type (extends EndpointDefinition). I can drop my custom app shape onto the designer and right click on it and select "Add New"... so far so good... now the submenu for AddNew shows a single option named "Add Prototype" instead of my custom port type... and if I chose it I get the following error message: -------------------- ...Show All
Andi Raicu Using Project Level Groups
Hi, I have couple of Project Groups defined and field in Work Item Type declared as follows: <FIELD name="Developer" refname="MyNamespace.Developer" type="String"> <WHEN field="MyNamespace.Team" value="GUI"> <ALLOWEDVALUES> <LISTITEM value="[Project]\GUI" /> </ALLOWEDVALUE ...Show All
Gabriel Mongeon VS2005 Testing Questions / Discussion - Where and C++
I have two general issues i would like to discuss to get some feedback : Managed Code - Any compelling reasons why you think that unit tests should live in the class being tested, or seperately in the test class(es) where you need to reference the class being tested We are trying to decide on the pros and cons, and if there is something we have missed. Within the class means it is more likely tests will be added and updated however wit ...Show All
Angel Valdez how can i check in the BIN folder from my class library project?
thanks in advance. when i create class library project and compile it, a "bin" filder is created and contain all the compiled dll of my project and the dll's that i refers to in my project. when i do checkin the bin folder uploaded to the server. (when i create web project the bin folder IS uploaded to the source control). how can i configure the source control to checkin also the dll's why i ...Show All
WilliamW6488 Modeling .Net Remoting or DCOM
The new Application and System designers are amazing, but I'm having a difficult time figuring out how to model my application space. Specifically, my "middle tier" is not an ASP.Net Web Service, it is either a .Net Remoting service or a COM+ application accessed via DCOM. How do I model these Surely I don't have to use the "GenericApplication" object, do I I suppose I could use the WindowsApplication of type Service ...Show All
ewren Server Timeout when creating a Team Project
Hi all, Can anyone advise how/if i can combat this issue. I have 2 work item type files, both around 90k 2500 lines in size. When i try to create a team project in VSTS the status bar gets to work items created - then the project fails, server timed out. The whole process does take around 4-5 minutes, is this due to the size of my work items or can i increase the timeout settings to avoid this The project is available afterwards and is useable. ...Show All
Kira Yamato Synchronizing Predecessor Info between VSTS and Project
Since developers will probably not look at MS Project and will look at VSTS, we feel that predecessor information needs to be captured for Tasks, since tasks frequently have dependencies. Hence, we added a custom field in the process template to specify task predecessors. However, the predecessor information specified in VSTS does not get synchronized with MS Project. Also in VSTS, the predessor info contains VSTS-ass ...Show All
Dinesh PremKumar Gaps in Unit Test Documentation, Help Needed
At the risk of seeming an absolute dud, I am having problems getting Unit Tests to work on several fronts. The doco is missing some key points and seems to have no actual ZIP files with simple project samples. Make life hard for a newbie in this area to get off the ground. I have Test Suite which includes Team Addition for Testers . My context is I want unit testing to work mainly from my application code (by manuall ...Show All
