Anand S N's Q&A profile
Visual Studio Team System Importing Bug Database to TFS Work Items
Hi there, I am currently in the process of doing a proof of concept on TFS to prove that it will do what we need to do. Sourcecode I hgave succesfully imported from VSS and all is going well. I now need to try to import our Bugs database from a system called "Jira" http://www.atlassian.com/software/jira/default.jsp clicked=footer into (I imagine) TFS work items. I cant find anything in the MSDN on how I would do this. All I can think of - is somehow dumping the database out into Excel and trying to import from that. Has anybody else tried to do this Thanks, Danny ...Show All
Windows Forms how we can show a message box with 2 chois OK and cancel
i try to use messageboxbutton.okcancel but i dont know how did any one can help me Try this: if (System.Windows.Forms. MessageBox .Show( "message" , "caption" , MessageBoxButtons .OKCancel) == DialogResult .OK) { } ...Show All
Visual Basic Storing a form in a dll
In my project I have four forms. Is there a way to store a form in a dll file instead of storing it in the exe file. I want to be able to call the form to show just like I would normally. If there are any links on how to do this in vb.net that would be great also. Thanks. Start a new project as an ActiveX DLL and put the forms into it. Compile it, then create a new project and include the DLL you used as a reference. You can then create a new object to represent the DLL, and call the forms inside it by using the .Show() method. Hope you find this useful! ...Show All
Software Development for Windows Vista Workflow markup definition compilation issue
I composed a workflow starting with a SequentialWorkflowActivity and then adding a few activities to it. Seralized it into a markup. While I can create and launch a workflow with the markup definition, I cannot compile it. It get an error saying: " Cannot compile a markup file which does not contain declaration of the new workflow type ." After looking at a sample workflow markup definition that compiled in beta1, I added the 'Class' attribute in the root node that was missing in this defn. But then I get the following error: " The root activity type is invalid. A root activity must inherit from the CompositeActivity ...Show All
SQL Server Mirroring with multiple databases
Hi Everyone, Is it possible to have the following database mirroring scenario in SQL Server 2005 (Standard Edition): A single database on ServerA (Principal) is mirrored on ServerB (Mirror). Also, there are additional databases on ServerB, within the same SQL instance, which do not have any mirroring configured. If the above setup is possible, I realize that there would be a perfromance hit on ServerB since it will be handling mirroring for a single database as well as any direct requests to the other databases on the server. Thanks in advance, Fauzia Hi Yes. As mirroring is done at DB level, having other op ...Show All
Visual Basic terminate vb.net console application
Environment: Running this code on my PC via VS 2005 .Net version 2.0.50727 on the server (shown in IIS) Code is in ASP.NET 2.0 and is a VB.NET console application Problem & Info: Application.Exit() is throwing an error in VS 2005 when I debug Error: Name 'Application' is not declared The code: Imports System.IO Imports System Imports System.Configuration Imports System.Data Imports System.Data.SqlClient Imports System.Net.Mail …some code, then &n ...Show All
Visual Studio Express Editions Debugger & Forms Designer in Beta 2 fails
I was using C# Express Beta 1 for long time, today I installed C# Express Beta 2 but after that I can not create WindowsForms project or open WinForms/Project Settings/Resources When I try to create new WinForms project I get warning as follows Package "Visual studio Settings and Project Designers package" has failed to load properly ( GUID = xxxxx) .... Would you like to disable loading of this package in future ..... <Yes> <No> Ignoring this, Now when I try to open WinForm class (From newly created project) I get following error Could not load type " Microsoft.VisualStudio.Shell.Interop.IVsRunningDocumentTable2 " from ass ...Show All
Visual Studio Express Editions Connecting to SQLExpress
I no it's bad form to cross post, however I posted this on the SQL forum and didn't get a response so thought I'd try. I'm sure this has been asked previously and serached the forum with no luck. I'm using vb05-express to connect. I create the db in the folder the program executes from. The connection string is as follows; Dim myCn As New SqlConnection myCn.ConnectionString = "Server=.\SQLExpress;Database=TestDb.mdf;" & _ &nb ...Show All
Visual C# Why is the C# team allowing this to Happen? and Why do they close threads on the topic?
Since PJ. van de Sande Closed the last thread I opened : Why is the C# team allowing this to happen I guess because he didn't click the link or he didn't like the topic. I brought the link information here..... So I ask again... Why is the C# team allowing this to happen If he closes it again, please respond here From the Blog link: From Tom Archers blog Why so many examples in Visual Basic We find another thing for us to ignore from MS when trying to do what they do, and not what they say to do. This blog from Feb I wrote touches on the VB.NET & C# mess discussed in the threads ...Show All
Visual Studio Team System Custom test types and ordered test
Hi, Is it possible to add custom test types (implemented using the extensibility SDK) to an ordered test Currently our tests do not display in "Available tests" list. I'm not sure if this is happening because we are doing something incorrectly or this template is for Microsoft tests only. Many thanks Barb Hi Barbara, Yes it is possible to add your custom test type to an ordered test. Make sure you override a method called CanBeAggregated in your class that inherits from TestElement, and return true... this will indicate that your test element can be aggregated by other types of t ...Show All
Windows Forms Losing data when adding first child row
I have a account/product relation setup. Everything seems to work correctly. The only problem I am running into is when I add a product to an account the doesn't already have products. After the product is added and the save button is hit, the text boxes go blank and from that point, no products will be displayed, even for existing pr ...Show All
Visual Basic Retrieving data
Hi, i'm trying to read data from a dataset. I created a dataset with one table. Now I want to store the data off the first field in the first record to a variabel off integer type. Can anywhone help me.Thanks http://msdn.microsoft.com/msdnmag/issues/02/07/AdvancedBasics/ This article shows you how you can refer to items in a dataset. ...Show All
SQL Server Serious limitation in SQL server installation
I am trying to install the server in a non-system drive. I have to install the server in a diffferent folder like (E:) instead of the default C: due to existing partition that I have to continue to have (due to reasons that include security). Even though I selected this drive and every thing else (Program Files etc) the same, the install program still asks for over 2 GB on C drive. I checked each of the install options and found that most of this space is required by Books and client services which themselves need 1GB. So I can do without them for now. But then how do I get them installed I can accomo ...Show All
Audio and Video Development Microsoft HD DVD Interactivity Jumpstart is available...
We are pleased to announce that we have posted an early Beta version of the Microsoft HD DVD Interactivity Jumpstart. You can download it here: http://www.microsoft.com/downloads/details.aspx FamilyID=994accae-1591-4cc0-9d5b-03b0494686a4&displaylang=en This Beta software contains: iHDSim, a simulator that you can use to run iHD code samples HDDVDValidator, a command-line utility that can help find many common errors in iHD markup and script Some other small utilities Documentation We hope this Jumpstart is helpful! I must, of course, add a disclaimer: Please note that thi ...Show All
Visual Studio Version of Team system on my PC
Currently i have VS2005 Team Suite RTM version installed on my PC. I purchased this from my retailer but im having doubts in case ive installed beta instead of the full release as we made backup copies and we could have mixed it up. In the about box it reads: Microsoft Visual Studio 2005 version 8.0.50727.42 (RTM.******-****) Microsoft .Net Framework version 2.0.50727 * = some number i didnt want to disclose incase this was relevant to my retailer. So can anyone clarify if this is beta as the memory usage is around 110-120 in task manager (although i have 512 MB) or do i need more RAM Thank you ...Show All
