Answer Questions
Paul Vick MSFT Customer Feature requests
Is there a pre-built web part that I can publish on a SharePoint page that allows for general/authenticated users to report a bug or a new feature It would be handy to have a way of allowing these requests to enter directly into the Bug/Task queues in VS. Any help would be greatly appreciated Thanks for your help, I'll see what I can make up. :o) We don't have any such web p ...Show All
PedroVasconcelos Several issues with TeamBuild, July CTP
I'm using the July CTP and have setup the application tier to be the build server. During the configuration of TeamBuild, I ran across the following: Since Visual Studio also guards the Bin folder in Web projects, any assemblies in that directory are added to Source Control. When these assemblies are actually project references, TeamBuild fails (MSB4126) to copy the output of these projects to the Bin directory (Access denied, files are read-o ...Show All
Robert Reister Building VS.NET 2003 Solutions
Is there anyway I can modify the Team Build project to be able to correctly build a Visual Studio .NET 2003 Solution Thank you, Sammy You can use the command "devenv /upgrade xyz.sln" and write a script that will convert all your VS 2003 solutions one time and then checkin those converted solutions/projects. Thanks, Chaitanya Additionally, the following ...Show All
KimKim1 WebRecorder / Fiddlertool and its limitations - Best way for recording IE's 'non-navigational' events
What is the current recommended way for recording requests into webtests when IE does not recognize as 'navigation' I am assuming that the WebRecorder relies on IE's NavigateComplete events (or something similar) and records those requests into the webtests (probably the same reason it doesn't record redirects, but not relevant here). However, as people know, there are limitations to this approach. IE has a limited notion of navigation ...Show All
MC2 Static analysis question
I want to help a coworker in tracking down a spurious crash by using the Statically Analyze commmand in Visual Studio 2005, but I decided to give it a test drive first. On this test, I expected it to report a use of an uninitialized variable. Is this correct expectation of the /analyze switch I'm using VS 2005 B2. void foo( int & x ) { printf( "%d" , x ); } int main() { int uninitialized; &nbs ...Show All
Henk v J. TypeNode.GetTypeNode(Type) sometimes throws object reference not set.
I have a number of custom rules some of which use TypeNode.GetTypeNode(Type) in them. Before 1.35 Beta 1 I would sometimes get the object reference not set exception when I was trying to get a TypeNode for a type defined in one of my assemblies. I worked around this by getting rid of TypeNode.GetTypeNode(Type) in all of these cases. Now that I have 1.35 Beta 1, I am getting the exception on types from Microsoft assemblies. Specifically my rule c ...Show All
Haplo Document templates in TFS
Hi! If there is documents templates (like .dot/.xlt files), is there any way to create new documents (.doc/.xls) from these right from Team Explorer If not, then why are there .dot in the default project templates The reason why I'm asking this is that there are 2 .dot files in the MSF for Agile Project Development model included with TFS, and I expected that these could be used right of to create .doc files, but can't get it to work.. I have a ...Show All
Tim erin DisposableFieldsShouldBeDisposed
Hi guys, Have a component that inherits from System.EnterpriseServices.ServicedComponent. I don't dispose of my object and thought I would get a warning or error from FXCop. Do I need to turn-something-on Yes, I am using the standalone tool version 1.312. I'm not absolutely certain which rule I expected to fire. I know that there are several "Usage Rules" that pertain to the dispose. ...Show All
Roberto Barrantes Shipping Beta 2
There's been a rash of speculation as of late that Beta 2 has "slipped" to April [ Microsoft Visual Studio 2005 beta 2 delayed ]. As you can read in this post from the Developer Division Release Team [ In the Home Stretch... ], we still plan to ship Beta 2 by the end of March. That has been the plan-of-record for months. Because it takes time to move from shipped bits to downloadable bits , Beta 2 will probably be available for ...Show All
Chris Thomas Calling a web test from another web test
I have generated couple of web tests using Visual Studio 2005. I want to call a web test from another web test where some parameters can be sent to the calling web test. Can anyone let me know how can this be accomplished. Sure this is a late reply, but this not for you rajeev. Whom ever searching in forum this will be help full This is code which use to call webtest1 from webtest2 namespace TestProject2 { ...Show All
JFPx web deployment projects not working with team build
Hi - I have a solution with several web projects and web deployment projects, as well as a class library project. When we use Team Build to build the solution without the web deployment projects, everything works fine and the projects compile, but when we tell it to build the web deployment projects too, I get errors where the deployment projects can't find any of the code that it's supposed to deploy (several classes aren't defined, or msbuild ...Show All
Basil Brunner Team Foundation Server setup: where to find?
I cannot find TFS setup files at the Microsoft | VolumeLicensing (we have "all" MS licenses) site. The best match is "VStudio Team Suite 2005 Win32 English Disk Kit MVL CD"; but there is nothing about Team Foundation Server... Buck, Thank you. I've found it (EMule). Youri I'm not entirely sure I understand the question, but if you have access to ...Show All
boyo358 Embedding unit tests into the project
Since I want to perform unit tests in internal methods as well, I've implemented some dummy tests into the project itself instead outside into a seperate project. But the test manager doesn't acknowledge the existance of these additional tests. How do I get it to do so Thanks. We only enumerate tests that are part of a test project when in side the IDE. You have a couple of options: a) Run your tests from th ...Show All
K G OConnor Getting users to MS Project "Resource Name" combo
Hi, We made sure that , the "Resource Name" column is mapped to "System.AssignedTo" field. Please help us in what way we can get all the valid users to "Resource Name" combo box in MS Project. Thanks in advance In MS Project, go to Resource Sheet view. (Menu View->Resource Sheet) Start adding all the valid resource names into this sheet All these added resource names will show up in th ...Show All
Brahim H Project Creation Wizard Extensibility
When creating a Project Creation Wizard, is it possible to have it store a string value within the project For example the PcwTEExample from the SDK has an PCW that asks the user to enter a couple of web addresses. these addresse are saved to an external xml file it would seem. Would it be possible to store these inside the project, so that the value wasn't machine dependant Code examples would be much appreciated. Morten, Could y ...Show All
