Manoj_Raj's Q&A profile
Visual Studio Team System Migration of Test Cases?
I am working with Microsoft/Asentus with the Roadshows for Team Systems and I had an interesting question from one of the attendees today (actually a couple of them) Is there a way to migrate existing test cases into VSTS Will there be an "Enterprise Edition" of Visual Studio after VSTS (My assumption is no, these will replace) Is there a way to use Foundation server with just the Professional Edition of VS Anyone got any ideas on these Thank ...Show All
Visual Studio Team System Can't add domain user to TFS groups
When I select "Add Windows Users or Groups", it only shows the local machine, I can't browse to the domain, and can't add user in the form "Domain Name\User Name". The machine has already joined to the domain and the current user is the TFS administrator (also Domain Admin). How can I add domain user to TFS groups Thanks! While this may not specifically be your issue, since you have your dc on the same box as the AT I wanted to make sure y ...Show All
Visual Basic how to add buttons programatically
My application requires to add buttons programmatically, These button's should display in a dialog box for selecting purpose(this is a touch screen application). I can do something like Dim b as new Button b.visible = true b.x = 12 b.y = 20 b.width = 12 b.height = 13 forms.controls.add(b). but the number of buttons always depends on the count(boxes) (boxes represents buttons). So, depending on the count(boxe ...Show All
Visual Studio Express Editions No verification e-mail message
As with the beta 2, I am again unable to register the C# express edition. I simply do not receive any verification e-mail message, ever, from MicroSoft. Help is appreciated. Regards, Guido Hi Guido, Try this: go to http://profile.microsoft.com ; Log in with your passport account and view your profile. Do you have an email address on file If not, edit your profile to add your email ad ...Show All
Visual Basic Word automation in VB .NET 2005
Hi, I just installed VS 2005 Profession Version on my computer. When I opened my project that was working in VS 2003, it gives me error on word application. I have Window XP, Office 2003, VS 2003 and VS 2005 on my computer. After searching from internet, I download Office 2003 PIA and installed. I also followed the steps " How to: Install Office Primary Interop Assemblies (http://msdn2.microsoft.com/en-us/library/kh3965hw.aspx)". But t ...Show All
Architecture Architecting a System is a Thought Process or Practice or Combination of both of these or others too
Architecture is a work combining - "Thought Process" or "Practice" or "Pattern". What quality does it require Abu S. Md. Ismail wrote: Hi Rohan, This is not a simple question, where the answer will be in one line or few lines, but I believe the answer will be the every ones point of view !!! Therefore, it is open to discuss. I think you also agree with me. :) Thanks, ...Show All
Visual Studio Express Editions Object Reference Problem, Why doesn't this work?
Hello All, I am really stuck here and I could use some help in figuring out why this code does not work in .Net. I am converting/rewriting a VB6 app. The VB6 code does what it is supposed to do. The .Net code is syntatically correct as far as I can see but does not function as expected. What is supposed to be happening is that clsApp.Mainform is supposed to be getting set to frmMain which is the central form of the application, thus allowing ...Show All
Visual Studio Team System How to display test case number on Test results
Hi , I need a help regarding display contents of Test results avilable in Test Manager (VSTS). Actually I have some 500 Test scripts with me . If I run these scripts and see the results .I am able to see Test name, resilt, class name etc. But I want to see test number also. "ID" filed shows the full name of the test method not the test number (like 1,4). Please suggest any way to get test number on test results.. I know hot to add properties to ...Show All
Visual Studio CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
I am trying to access a Crystal Report through an ASP.NET page. The access works just fine until the page is refreshed. Then I receive the following error: CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed. I have tried the push and pull methods. I have read other posts that people getting this same error had success with datasets. I get the same error. I have checked permissions in SQL, IIS, and ...Show All
Windows Forms Do I hear C# anytime soon???
I was wondering if there will be a C# sample of TaskVision anytime soon I agree with mongo ks. A simple yes or no. If you do not want to use vb there is not reason to waste time doing a conversion. ...Show All
Visual Studio DSL Toolkit for August CTP ?
Does anyone have any information about a drop of the DSL Toolkit for the VS August CTP Cheers, Adam Magee. Avanade Australia About the September CTP, do you know if this release will support generate many files from one template I know there is a workaround in this topic http://forums.microsoft.com/msdn/ShowPost.aspx PostID=18813 but, as Grayson Myers MSFT wrote, this feature i ...Show All
Visual C# VS 2005 My things that I don’t like list…
VS 2005 My things that I don’t like list… November 5, 2005 Updated by November 6, 2005 In my opinion VS 2005 is the best IDE ever; still I like to make some comments. Like to share the following with everyone with the hope that I be clarified or corrected on the presented “My I don’t like list”… I will keep updating the list by adding, modifying or removing issues along the way. Top thi ...Show All
Visual Studio change readonly property
How can I change the readonly property of a file to delete it or update it thank you You can use the Exec task to execute the attrib -r filename command like <Exec Command="attrib -r filename"/> or <Exec Command="attrib -r folder\*"/> You can use task batching to do this for multiple files like <Exec Command="attrib -r %(filename.Identity)"/> w ...Show All
Visual Studio Formula to view data
Hi, I have a report, which gets data from Oracle Database to generate report. I have a parameter field, based on the parameter value, the report will view the records. I need to check the length of the Parameter value, if the value is, assume 4, it should compare that value with the records of a field, say field1. if the length of the parameter value is greater than 4, it should view records, comparing that value with another field, say field2. ...Show All
.NET Development AWhy Does Deleted Rows Keep Coming Back?
Can someone comment (DataGridView dev team...hint, hint, nudge, nudge!) why deleted rows in the grid keep coming back. I'm sure its programming error on my part, but after about 3 weeks of fiddling with the DataGridView, trying to find the ideal steps to do all the steps, I can't seem to find the ideal combination to assure that rows get deleted and stay deleted. Also, seeing a lot of errors trying to save rows. ...Show All
