g0sh4wk's Q&A profile
Windows Forms TreeView - Expandable Nodes
I'm currently writing my own remote source control application in C# (SQL 2000 backend). As with SourceSafe, I present the project structure in a tree view. So far so good. What I need to do is show a node as being expandable (+) when the node (project) has children (sub projects), as with source safe. I only want to retrieve sub projects (round&n ...Show All
Visual Studio Team System FxCop support in VSTS
Managed Code Analysis feature in Visual Studio Team System - 1. Is library support present for writing cusom rules 2. How are custom rules applied on target projects 3. Are all the features in FxCop like reporting supported Hariharan, Yes. See FAQ: How do I integrate custom rules with Visual Studio The same as normal rules, rule selections are scoped per project, custom rules are enabled by default. The warnings/errors are output to the ErrorList (alongside build warnings/errors). However, Managed Code Analysis also outputs the analysis report to the output folder, where you could run ...Show All
Smart Device Development UpdateData before app starts
Hello all, I am writing a native, dialog based, c++ app (MFC) for a Windows Mobile 2003 device (PPC) using vs2005. I have the following things: - a variable - that variable DDX'd to an edit control - the variable set to some initial value - an "OnEnChange" handler for my edit control that calls UpdateData(TRUE) - another method that changes the variable and calls UpdateData(FALSE) to update the control This seems to work fine...the user changes the edit control and the variable is updated, and vice versa. However, the problem is at application startup. I get an error "An unsupported operation was attempted". The dial ...Show All
Visual Basic Error in "Form.vb [Design]"
I will try to develope a little application with Visual Basic.Net 2005 Beta 2. I've make Form1 and its code, but at this time I can't see it in design time, an error occured: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Clicking on each error will take you to the line of code that caused it. Method 'System.Drawing.SizeF.op_Implicit' not found. Hide at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[ ...Show All
.NET Development URGENT:System.Resources.ResXResourceWriter
hi all, I am using .NET framework2.0, according to MSDN there is a class ResxResourceWriter in the namespace System.Resources, but i am not getting any such class here, what could be the problem, i am using WINNT operating system. Thanks in Advance -Rahul got the solutiong actually ResXResourceWriter is in System.Windows.Forms MSDN says wrong ...Show All
Windows Forms Internal Server Error
Hi all, I am getting this error when trying to open Issue Vision http/1.1.500 Internal server error Can anybody tell how can I work around this. Thanks in advance Chandu ...Show All
Windows Forms menu bar not showing
I have a number of forms with menu bars that show when a project is built, however, with the last few new forms i have created and added menu bar too, when project built, they will not show I have checked the initialise code, which appears to be correct. When i click on the menu bar control in design time, it will show, however a ...Show All
Visual Basic How do you download iconbuffet_studio.zip from Microsoft Registration Benefits Portal?
It downloads instead an ASP.NET server page that basically does nothing. Help connect.microsoft.com/download Even with IE sp2 and no firewall, the link failed to complete the download. I don't get it. If it's FREE, why won't they let anyone get/distriubte it I downloaded the entire library of Express products and didn't have one glitch... Go figure! ...Show All
SQL Server Error using Execute Package Task
I'm trying to run a package from another package using Execute package task - I'm getting the error: Error: Error 0xC0012050 while preparing to load the package. Package failed validation from the ExecutePackage task. The package cannot run. . I have Delay validation on the child package. Any other suggestions Thanks I am perhaps wrong about this but I don't think setting DelayValidation=TRUE on the package prevents tasks from getting validated. If you have tasks that you don't want to validate when the package starts then set DelayValidation=TRUE on the TaskHost. -Jamie ...Show All
SQL Server Copy databases
Hi, Maybe a stupid question, but I'm trying to copy some databases from one server to another. The copy databases wizard says the job is successful and I can see that the job has been done on the remote server. But the copied databases are not there. What do I do Make sure you connected (during the copy) to the right (the same as you have inspected later)instance of SQL Server. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Basic try catch with a loop
I have a Try...Catch in my code and inside that I have a for loop. Now, if one of the loops error out then the whole for loop is forfeited and the code continues. I want to know if there is a way to continue the for loop after an error. What I am doing is setting decimal values with a loop. The values differ every time. Some of them may be too small for the decimal type. The two values that error out are 149 597 870.691 / 10e+24 149 597 870.691 / 10e+21 so far those cause errors. When an Error is caused then the value changes to NaN instead. But with my loop, it causes an arithmetic overflow and doesn't change anything. Well, I have confused ...Show All
Visual Studio Team System Binding data - how to find and replace inside each web test
Hi Given that I am still trying to reduce as much as I can my code generation, I need to make this process quicker: - I record a WebTest (composed let's say by 10 requests) - I bind a specific parameter (i.e. documentID) to one of my table rows - For doing that, I have to open manually each of the HTTP requests, finding where documentID is present and substitute the recorded value with the bound value. Is there a way to "find & replace" that in automatic Something like: Find "81" (recorded value of DocumentID), and replace with the string: "MultiUserData1.LoginTest3.DocumentID" ...Show All
Visual Studio Express Editions VWD 2005 Express
After installing VWD 2005 Express, I get the following every time I start Word or Excel 2003: Please wait while Windows Visual Web Developer 2005 Express Edition - ENU Then: The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder containing the installation package 'VNSSetup.msi' in the box below. If I point to the file, it tries to install something but it still comes up every time I start Word or Excel. What is it trying to install Any ideas how to get rid of this VNSSetup.msi is the installer package for Vi ...Show All
Visual Studio Team System What is the purpose of the standard categories of checkin notes?
I can understand why a developer might want to add some notes to describe a changeset, but I can't see the purpose of the standard categories of: Code Reviewer Security Reviewer Performance Reviewer If you make it mandatory to provide these three types of notes before check-in are you envisaging that three different people will have to call by your desk and type-in some comments before you can submit your changeset Hopefully not! It would make more sense for you to simply type the name of the person who was responsible for performing these reviews in respect of the changes you are making. Is this the intent of this feature What are people ...Show All
Visual Studio Express Editions How to Convert a string to an Integer?
Hey, I’m new in VB and I want to know how can I convert a String to an Integer , well thanks!! ...Show All
