mranzani's Q&A profile
Visual Studio Team System Installing TFS with the default web site on a port other than 80
Hi, I'm working on an install of TFS on a an exisiting server where we've moved the default web site (along with Reporting Services and SharePoint) away from port 80. Is there an easy way to get the TFS install to work in this situation, or would it be simpler to move these sites back to port 80 for the install then reconfigure everything afterwards I've found some references on the internet to doing the latter, although these were mostly on the personal weblogs of sysadmins - so far I've not found any "official" documentation or guidance on doing any of this. Any pointers or advice gratefully received. I'll be experiementing in the meantime so if I come up with a working solution I'll post it in this thread. Thanks, ...Show All
Visual Studio Express Editions Dtagridview problems!
sup! I have three problems. Answer to any or all of these problems is welcome. I am using VC++ Visual Studio .NET Express edition. So i would appreciate if the answers are for this tool. Prob1: GridViewProgram->CurrentRow->Index . This gives the index of the current selected row of the datagridview.What i want to do is i want to select a particular row in a datagridview when i know the index so that i can write something into this selected row. Please note that i know just the index of the row and i need to select this row in runtime.How do i do it Prob2: I am trying to figure out how i can allow a user to edit a row (which is by default read only)when he makes a mouse click on this particular row(cell). ...Show All
Visual Basic Wizard Control using vb.net 2003
I want to create a wizard control using vb.net 2003. Not sure where to start. Any thoughts To get started defining a wizard interface, I would say that you need the following things: 1) A base control that defines the "shell" of the wizard control, including the layout of the buttons and any graphics you may desire 2) Derived controls for each screen of the wizard that add there own UI and logic 3) A "wizard manager" control that handles hooking up the transitions between differnt wizzard screens 4) A way of passing data between the screens (i.e. a property called "Data" of some sort). -Scott Wisniewski ...Show All
Community Chat Post links to free 3rd party controls for .NET here!
I found this great link over at Neowin.net, where people posted links to free .Net Controls: http://www.neowin.net/forum/index.php showtopic=184652 Unfortunately most of them were several years old, and either not working/updated to .Net 2.0, or already included in .net 2.0. So what about making a similar collection here, with controls that are designed for .net 2.0 Anyone know any good ones that are free (or very cheap, with trial) Developer Express was / is giving away 40+ .net controls. 40 FREE Visual Controls - Get Yours Today! Developer Express technologies help you build your best, increase your productivity and create stunning applications for Windows and the Web in the shortest ...Show All
SQL Server table items custom sort
hello i am currently trying to port a "Business Objects" report to SQL Server Reporting Services. in B.O., there is a possibility to define the order of the table values by previewing the table values and moving them up or down. Example : the dataset contains data for 3 items, so in the Custom Sort window, I will see these 3 items and I can order them by moving them up or down in a listbox. is this possible to do in Reporting Services It shouldn't be that difficult to add another soda type and sorted the way they want it to. But yes, they will have to change the query. Unless you can add a column to your 'brand' table that keeps the sort order (or create a new table tha ...Show All
Visual C# Multiple inheritance scenario
Hello, I know that there is no multiple inheritance of classes in C#. My problem is, I have a scenario that I don't know how to solve without it. Are there even scenarios that cannot be solved without multiple inheritance or is it just a flaw in my design Alright, this is what it's like. Let's say I have a class Object which represents a named item. class Object { public string Name; } It's extended by the Person class which adds the age property to it. class Person : Object { public int Age; } Next class ( IDObject ) extends Object , so that it can be associated with an integer. class IDObject : Object { public int ID; } Now what do I do if I want a person that has an ID Normally, I'd sug ...Show All
.NET Development How To Get Previous node Value
Hi I have the following xml <TestRequests> <TestRequest> <Category>Hem</Category> </TestRequest> <TestRequest> <Category>Allergen</Category> </TestRequest> </TestRequests> using <xsl:for-each> to loop thu the TestRequest node, how to retrieve the previous category name (i.e Hem) when i am currently processing with Category 'Allergen' Regards Gururaja Hi, < xsl:value-of select = " Category " /> The above line will give you value of CURRENT Category node. < xsl:value-of select = " preceding-sibling::*[1] " /> The above line will give you ...Show All
Visual Studio Problems Uninstalling
I uninstalled Visual Studio 2005, but I did not uninstall Visual Studio 2005 SDK and Visual Studio SDK Power Toys. When I try to uninstall the itms above from the Control Pannel::Add Remove Software, I get a message indicating that to uninstall the above items I need to have Visual Studio 2005 installed. Since my version of VS was a trial version and it is already expired, what can I do to remove these entries from my computer I tried deleting all entries in the registry and from the hard disk referring to Visual Studio, but the two software items above will not uninstall from my PC. Can someone assist me with this problem Any hints will be appreciated. Rich - try seeing if the installer clean up utility will ...Show All
SQL Server Can I change report design from Blocked to Stepped? How?
Hello to everyone. I have design 10 report in Blocked format, but now requirement has been chage and client wants stepped format Is that any way to change this format or I will have to rework all Please reply soon and thx in advanced. ...Show All
Visual Studio How to create dynamic PPG
Hi, MS VC++ provides "Custom build rules" functionality. It allows a user to create their own build tools. And it results in appearing new property pages (tools and their properties) in project property page. Our users requested the same functionality in our integration. The question is how to create such properties dynamically. Currently we support only hard-coded tools (like Librarian, Linker, Compiler, Resource Compiler etc) and hard-coded properties connected to these tools. We implement interface ISpecifyPropertyPages , but it requres static registration. Method GetPages works with CLSIDs taht should be predefined. So, what should I do to be able to add tools and properties reading them from file (*.rules) What interface ...Show All
Visual Basic Firing new event in existing control?
Hi, I'm new to Visual Basic 2005 (Express Edition) and I' decided to build my own PrintPreviewDialog using the PrintPreviewControl. One of the properties of the PrintPreviewControl is the Zoom Propertie. Unfortunately, the control doesn't provide a ZoomChanged event and I need to know when this propertie is modified (by the user, by the program or by resizing the control). Is there a way to trigger a ZoomChanged event everytime the value of the Zoom propertie change I created a new UserControl that inherit from the PrintPreviewControl but I'm not sure where to go from there. Gack! I meant to use Overrides, not Overloads. This is not the first time I wanted to override a property but couldn't, ...Show All
SQL Server WMI Error
I get a different error than most. I get Error 2147942699 (0x8007012b) when installing sql server. i have win xp sp2, have vb2005 express working fine on .net 2.0. any ideas. I ran the batch file to repair a corrupt wmi installation, but it didn't help. i also ran wmidiag, and it just returned the same error about 50 times. I haven't found any additional information beyond what you've already seen posted to this group. I'd suggest trying the Windows XP Newsgroups or calling Microsoft Support directly. Regards, Mike ...Show All
.NET Development Ports
How to determine remote computer specific port is open or closed Thanks The simplest code will be this: TcpClient client = new TcpClient(); try { client.Connect(IPAddress.Parse("127.0.0.1", 9000); Console.WriteLine("Yes, port 9000 is opened :D"); } catch(SocketException se) { Console.WriteLine("No, Port 9000 is not opened :("); // In editon see what 's in se.SocketError and se.SocketErrorCode to get exact cause of the exception because a Closed socket may not always be the cause of this exception. } Best Regards, Rizwan ...Show All
Visual Studio Team System Custom Test Install issues
Good Day, I am trying to build custom tests. I am a newbie to this so please bare with me. I have RTM VS TFS Test edition with the VSIP SDK loaded. When I attempt to build the MyTest Sample, I get the following Build error for the MyTestUI: Creating temporary file "c:\TestTemp\MyTestUI\Debug\BAT00000135402424.bat" with contents [ @echo off "C:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\tools\bin\ctc" -nologo .\PackageCmd.ctc pkgcmd.cto -Ccl "-IC:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\common\inc" "-IC:\Program Files\Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\common\inc\office10" if errorlevel 1 got ...Show All
Windows Forms Auto Start of Windows Application after installation
Hi, I have a windows application which as to Auto run the application, soon after the setup is installed. How to do this thanks Murali People use this sometimes for VS setups: http://www.cornerhouse.ca/en/msilaunch.html ...Show All
