AJ787's Q&A profile
Visual Studio Team System Assigning Violations.
Hi There, Is it possible to assign violations from specific files and/or namespaces to a certain group (without creatating multiple FxCop projects) ie All violations from namespaces A, C and D and from files BA, BB and BC go to group 1. All violations from namespaces B and F (except files BA, BB and BC) go to group 2. All other violations go to group 3. This would be useful for developing teams to assign violations to different people ...Show All
Visual Studio Team System Tool for Continuous integration available?
Hi, A latest post: http://blogs.msdn.com/bharry/archive/2005/10/01/476030.aspx mentions "This command line tool can be used to implement scheduled builds, rolling builds, continuous integration, etc." Can anyone plz tell which are the tools available for continuios integration and scheduling of team build. i am using scheduled tasks to schedule the build but have'nt seen any such build-in tool. Thanks Nike -nike wrote: Can ...Show All
Visual C# How to global a variable in C#?
Hello! How can I "global" a variable in C# Thank you! the checkbox is in another "private void" thingy I assume you mean the check box event is private. It returns void. Your checkbox cannot be void. it can't access another's private void'S variables No function can access the variables that exist solely in the scope of another function. I take it the check box is on a different form to the tex ...Show All
SQL Server Aspnetdb.mdf and aspnetdb_log script files
Hi, Please any one can pass me Aspnetdb.mdf and aspnetdb_log scripts files in order to create those databases in sql server 2000. thanks..... Assumung that this is related to the Visual Web Development Kit, this can be downloaded under: http://msdn.microsoft.com/vstudio/express/vwd/ HTH, jens Suessmeyer. ...Show All
Visual Basic Why don't all the properties work for my controls in VB express 2005 Beta 2?
I've downloaded Visual Basic 2005 Express beta 2 and have been trying to teach myself through various tutorials and VB.Net texts. Generally I've been making progress, but there is one major problem I can't seem to solve - the refusal of certain controls (dropped on the form at design time) to implement anything other than their default properties. Oh, and all my attempts to use controls at runtime just don't work at all. For example, ...Show All
Visual Basic Upgrade Wizard added incorrect type declaration to Const
In VB6 and VBA, the following statement was permitted: Const StorageConversion = 43560 / 86400 This would evaluate to a Double having value 0.504166666666667. The Visual Basic 6 Upgrade Wizard converted this statement to Const StorageConversion As Integer = 43560 / 86400 which has the value 0. I presume that the Upgrade Wizard looked at the 43560 and decided to call it an Integer. Actually, that too is incorrect: beca ...Show All
Visual C# Connection
Ok. I know this isnt the right forum for this, but i've asked this question everywhere. I want to know the C# code for connecting to a remote computer and sharing files you could say. Basically, I would like to know how to connect to a server that is on my computer. If anyone could help it would be greatly appreciated. Your question is vague, so it's not surprising that you aren't getting many answers. It would be helpful if you could be mo ...Show All
Visual Studio Team System Labels and Owners....
Hi, Does anyone know if I can create a label that anyone can reapply (move) not just the owner We have a ReadyForRelease label that devs move about to indicate the latest releaseable version of code. But once the label has been created by someone, someone else cannot move it. -> Error The owner of a label cannot be changed. Ideas Thanks Andy I don't think we'll have time to fix this, sorry. The other w ...Show All
Windows Forms comboBox Issue
I have a comboBox that is populated from a stored procedure from and SQL Server Database. This stored procedure retrieves all Postcodes and it's Suburb and State from the Postcode Table. Unfortunately, there is 8000 records that this Stored Procedure returns and it populates the comboBox with the 8000 records. The problem I have is, it slows down the application as the comboBox is getting populated with 8000 records. Is there a way of loading th ...Show All
Visual Basic Emailing a report
How can I email a report(Converted to PDF File) by Code I want to add this ability to my program so that users will be able to email the preview report. ...Show All
Visual Studio Express Editions Configuration Manager In C# Express
How to change Configuration Manager in C# Express 2005. I try to open Configuration Manager dialog box but Configuration Manager menu is disable. i try with this step: 1. Select Solution in Solution Explorer. 2. Choose menu Build - Connfiguration Manager am i miss something thanks. best regards, OktaEndy You need to reference the System.Configuration (version 2.0) library in your Solution References. ...Show All
Visual Studio Howto determine the startup form of a project?
I'm trying to figure out which form is the startup form for a WinForms project. Ive looked for some property in the project or the VB file itself and neither one seems to know the answer. More specifically, I'm looking at the Properties collection of the project and the projectitems objects using the DTE. Obviously I'm missing it here. Where can I look to find this information Thanks Bill Would this work ...Show All
Visual Studio Extend Visual Studio
I am interested by the article of Chris Mayo (27 jan 2006) : http://msdn.microsoft.com/msdntv/episode.aspx xml=episodes/en/20060126VBasicCM/manifest.xml and I would like to add a template (My.Blog) has my application under VS 2005 Standard Edition . I carried out Getting Stated indicated : http://msdn.microsoft.com/VBasic/default.aspx pull=/library/en-us/dnvs05/html/myblogsgetstart.asp But at stage 2 , VSI refuses with the mes ...Show All
Visual Studio Express Editions Sourcesafe and Express Editions??
Can I use a version control tool like sourcesafe with any of Express Editions Roygar - The short answer is no. Niether SourceSafe nor the new version control system that is available with Visual Studio 2005 Team System are integrated into Express. You could potentially use a source control system that you control through an external tool or through the command line, but you won't be able to get thi ...Show All
Visual Studio 2008 (Pre-release) No WinFX template in VS2005!?
I have installed the Visual Studio 2005 Extensions, but there's no WinFX project template in Visual Studio. I'm using Vindows Vista Beta 2 Build 5384.4. There must be a problem with your installation. I'm also running Vista Beta 2 Build 5384.4 with the Visual Studio 2005 extensions, and I see WinFX project templates under both Visual Basic and Visual C#. ...Show All
