harvs's Q&A profile
Visual Studio Team System Setting default WorkItem field values during creation of New Team Project
Hi, I've created a creation wizard that will gather information from the user when they create a new team project. I'd like to be able to set some fields of work items when they are created to the values that were entered in the wizard during project creationg. For example, during the wizard a user will enter the project category along with name. Each bug entered will also have the project category saved in a field that is also a dimension. I don't want the user to have to enter the project category when entering bugs. Is there any way to get the information from the wizard back into the Team Project XML Or some way to change the Process template tasks lists during project creation to have the custom field default to a certain va ...Show All
Visual Studio Team System Latency when Connecting via VPN remotely
Hello! Are there any limits or recommendation for the latency to a remote place The connection is done with two VPN routers. We are currently setting up that connection and it seems, that we have a latency of about 250 - 300 ms. Will that be good enough Any practical experiences about latency Regards CSharpNewbie22 Team Foundation Server is optimized to work on connections with high latency and low bandwidth so you shouldn't face any issues. I've used exactly that kind of set up for intensive development / testing using TFS for the past year and had no problems. My latency is usually around the 200ms mark, but it can occasionally spike up to 2000 ms and I have never noticed any problems wha ...Show All
.NET Development Culture Not Supported Error
Hi, I installed .NET application (C#) in Vista RC1 and tried to run it and when we make a web service call we get the following error, There is an error in XML document (1, 1479). ---> Culture name 'en-in' is not supported The web server is Windows 2003 server. As i analyzed the locale set at Vista RC1 client machine is English (India) which is not available or supported by Windows 2003 Server. How to resolve this issue. Regards, Jeevanantham.S If the locale is not supported by Windows Server 2003 there is little you can do about it. I suggest you explicitly set your client's thread and UI culture info to a server-supported supported culture and/or send a compatible HTTP Ac ...Show All
Visual Studio 2008 (Pre-release) WinFX Runtime Components 3.0 Uninstaller does not uninstall Language Pack's
Hello, I'd like to install the latest version of the .NET Framework 3.0 Runtime Components, but unfortunately the WinFX Uninstaller does not completely uninstall the Beta2 release. The following components are still installed and keep the latest version from installing correctly: Microsoft Windows Communication Framework Language Pack - DEU Windows Presentation Foundation Beta 2 Lang Pack (DEU) v.3.0.51116.0 How do I uninstall this components manually - I cannot see anything in the Control-Panel. Thanks in advance, Thomas Lippert if the entry corresponding to the above exist in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall try using the uninstall stri ...Show All
Visual Studio Team System Loading a query in a WorkItemResultGrid
Hi all, I am trying to load a saved query in a WorkItemResultGrid. I want to mimic the workitem / query view in Visual Studio but extend it with conditional formatting (e.g. priority 1 bugs in red). I retrieve a WorkItemCollection from a WorkItemStore (WorkItemStore.Query) and set it as the datasource for the WorkItemResultGrid. The result grid displays all WorkItem-Fields (not only the ones selected). I can set the ResultOptions before setting the datasource-property, but they are ignored. Setting the ResultOptions after the datasource property results in a runtime exception. I've also tried using the method WorkItemResultGrid.LoadFromWiql as it was advised in Narens post in: http://forums.microsoft.com/MSDN/ShowPost.asp ...Show All
Windows Forms Microsoft SQL Server (SqlClient) connection for Visual basic
why when i try to add a datasource in visual basic 2005 the option for Microsoft SQL Server (SqlClient) is no show...only for Microsoft SQL databasefile Help please I use sqlexpress and Visual basic 2005 express I use visual web developer, in this case i can add datasource with sqlserver client ...Show All
Visual Studio Tools for Office VSTO2005 and SE Office 2003 and 2007
i'm currently developing and office 2007 solutions so i've installed VSTO2005SE, this is the version for office 2007 and VSTO2005 is for office 2003 should i install also VSTO2005 but inorder to install VSTO2005, i'm require to install office 2003 i've read somewhere in the msdn page that there shouldnt be both version of office (2003 and 2007) installed at the same machine. why do VSTO2005SE do allow the office 2007 application opens within the Visual Studio 2005 Team Edition i've seen VSTO2005 opens office 2003 within the VS2005 itself VSTO 2005 SE supports only Add-ins. With it, you can create an Add-in for Office 2003, or for Office 2007. VSTO 2005 supports creating document-level customizations only for Office 2003. There ...Show All
SQL Server Help with Sending file to server using ftp task
Doe anyone know how to do this. I keep getting an error remote path missing "/" but it doesn't contain a "/". Mike That's what I have had to resort to at times also. Some of the FTP task functionality just doesn't seem to function like it should. ...Show All
Visual Studio Express Editions about windows application in c#
I have created a windows application in c# .net . Is is possible to run the exe of the application in another system which do not have .net framework Hi, Josh .NET executed files are saved as MSIL(MicroSoft Intermedia Language), and they are running under the CLR(common language Runtime) which is contained in the .net framework. You may not understand what the .net framework is. Here is the introduction: http://en.wikipedia.org/wiki/.NET_Framework Thank you ...Show All
Visual Studio VS.NET 2005 debugger hangs
While debugging a .NET 2.0 app, VS.NET 2005 UI becomes unresponsive and then attempting to break the execution results in the error message "A fatal error has occurred and debugging needs to be terminated. For more details, please see the Microsoft Help and Support web site. HRESULT=0x80131c08. ErrorCode=0x0.". The debugging session has to be terminated. This happens at different times during the debugging session and it happens while stepping through the code when I try to continue the execution when I try to step out of a function I tried to debug this application in CLR debugger and noticed the same problem. I read about an issue with ContextSwitchDeadlock MDA and disabled it to see if it would have any effect. I was of no u ...Show All
SQL Server Recommended Values for Server Properties?
I recently finished reading the "Tuning Server Resources" section of the Analysis Services 2005 Performance Guide and didn't really come away with any recommended settings regarding the server's properties. I'm pretty certain that my server's properties are all at their default setting, but I was wondering if there were any values that I should consider changing For example, Memory\TotalMemoryLimit and Memory\LowMemoryLimit are still at their default values of 80 and 75 respectively. Our server is a Windows Server 2003 Enterprise 64-bit SP1 machine with 8 gigs of RAM, and we can have up to 20 concurrent users querying the cubes through Excel 2003 and we occassionally see the server's resources maxed out so I will need to restart ...Show All
Windows Forms how to add a new row to datagridview + bound text boxes et
I have a datagridview(too small to put all the column values) so I used some text boxes in a form below to display the entire detail for any selected row. The textboxes are bound to the same databindingsource as the datagridview..The selected row in datagrid populates values in the textboxes. I want some mechanism so that when a user wants to add a row, they can put their values in the textboxes and hit add button which puts the new row in the datagridview. Is this possible Thanks.. Hi, If the UI aspect that you are concerned with then you can add a new entry form (to handle new entries) just show it when the user presses the new button then pragramatically add it to your datatable after the ...Show All
Visual Studio Team System Code analysis check-in policy.
Hi, 1. Do I need VSTS for Software Developers for the code analysis check-in policy to work 2. If not then how do I enable the built-in code analysis 3. I noticed I've got the fxcop folder and rules under "C:\Program Files\Microsoft Visual Studio 8\Team Tools\Static Analysis Tools" - does this help me regards, Av Yes..sure you can have your own custom rules dll...like FXcop ..rules...and the same you can copy the dll in the mentioned path by you.....once this is done...when you will be getting those rules displayed in the PRoject properties dialog box under the section of "Code Analysis" .....you can enable or disable the rules according to your need by unchecking or c ...Show All
.NET Development Odd result looping through a collection
Hello, I am writing a windows app in c#, until yesterday, was working in 1.1 framework on vs 2003. Installed vs 2005 and installed framework 3.0 and 2.0. At one point in the program, I iterate through a custom control collection to dispose all instances of it in a panel. It worked fine before, but now, it only disposes of every other instance. loop: for ( int i = 0; i < imagePanel.Controls.Count; i++) { if (imagePanel.Controls .GetType().ToString().EndsWith( "History" )) { (( History )imagePanel.Controls ).Dispose(); } // close if (imagePanel.Controls .GetType().ToString().EndsWith("History")) } // close for (int i = 0; i < imagePanel.Controls.Count; i++) Anyone else run int ...Show All
Visual Studio Problem in VSS pointing to another PC's Web Folder
I made VSS project on one machine and set the working folder of web site folder on other machine. Now when user updates anything using the same VSS database....the files are getting updated in VSS but not on actual web folder..........any suggestions. gnanforu, Did you set the working folder in Visual SourceSafe The working folder tells Visual SourceSafe where to put local files if you do a Get or Checkout. If you want to have a remote folder update with the latest versions of files when files get checked in to VSS, you want to set up a Shadow folder. You can do this from the Adminstrator program that comes with Visual SourceSafe. Let me know if this helps! -Brad Peterson VS Test lead ...Show All
