*itguy*'s Q&A profile
Visual Studio Team System Newbie confusion on TFS and VS.NET. Enlightment needed.
I setup a TFS Team project (under Beta 3). Next I created a New project (not a Team project) in VS.NET 2005, right-clicked the project name, and selected "Add project to source control". I received the message "The current project must be saved before it can be added to source conrol." Huh I want to save it in TFS and it won't let me do. (I forgot to define a workspace... maybe that's what it wanted. But when I attemped to de ...Show All
Visual Studio Team System different processes depending on iteration
I was giving a demo on VSTS to management today and they hit me with a question that I wasn't really prepared for. They want to be able to have different processes for one team project depending on iteration. I stated that I didn't think this was available in VSTS, but I am wondering if I gave answered this question correctly. If the iteration is very small, say only a couple days to code, test and deploy they want it to use a more agile process ...Show All
Visual FoxPro report export to excel differs from print preview and print
When using Visual Foxpro 8, I notice that my subtotals based on 2 report variables that calculate sums per group in the 4th data grouping are continuing to accumulate instead of resetting after each group when I export to excel but appear fine when I do a print or print preview. I tried deleting and re-adding the grouping only to get the same result. Strangely, I also notice some of my text labels have also shifted over to the r ...Show All
Smart Device Development Automatic GPRS connections
I'd been fighting with this issue off and on for a few weeks ... OpenNetCF's ConnectionManager worked fine for the Treo 700w, but I had no end of problems on the Cingular 2125 (HTC Faraday). I ended up with a less than ideal solution, but one that may benefit others. We're a Cingular reseller with unlimited monthly data, so always-on is not a problem for us. Turns out that the Cingular GPRS entry in the Cingular 2125 registry has an "Alw ...Show All
Visual C++ What are the differences...
...between Win32, MFC, and Shell programming Which one should I learn first Thanks! It really depends on what type of applications you want to develop and what type of technologies you are already familiar with. Also, I would advise you to at least understand the general idea of all 3 technologies to help yourself decide which to use. I am sure others on the forum might have different opinions ...Show All
Visual Studio 2008 (Pre-release) WCF config schemas not updated in Feb 2006 CTP
Hi, On all my installations of WinFX Feb 2006 CTP VS Extensions ('Orcas') the main WCF config schema is not updated. I'm talking about Intellisense schema that is used to suggest attribute/element names/values inside Visual Studio 2005. It seems that Jan CTP schema is installed with the package, which makes VS config development a pain. Can somebody confirm this and possibly provide an updated 'Orcas' package or just an updated DotNetCo ...Show All
.NET Development installation and SQL
1. I have visualstudio2003 installed on my computer. i am planning to download and install the VS Express Edition. Is that possible to install it on the same computer (including the .Net Framework 2.0) and making them work altogether 2. I am just new to this .Net programming. I am a student of java before but I have decided to shift to .Net. Again I have this VS2003 and MSDE installed. When i go to the Solution Explorer and then I att ...Show All
Windows Forms User Control child controls move around
Hello, I built a custom control, basically just the UserControl and a Label at the top to form the box header. I also used: [Designer(typeof(ParentControlDesigner))] which enabled me to add child controls at designtime. The problem is that sometimes after a debugging session, upon return to the designtime IDE, all the child components on the UserControl have been moved arround, sometimes I can't even see them any more as they have ...Show All
SQL Server Unable to retrive data in Sql 2005
Hi everybody, I developed a windows application that connects to Sql server 2000, using windows authentication and it works, able to retrive and other data process. But when I used it on Sql Server 2005 Express, it was unable to retrive data. What is wrong with it How can I fixed this Connecting String at 2000: "integrated security=SSPI;data source=localhost;persist security info=False;initial catalog=Genesis;" Connecti ...Show All
SQL Server The subscription to publication is Invalid
Hi, I have two SQL 2000 Server running on Windows 2003 Standard Edtion. I am using merge option to replicate database as Transactional option is excluding some tables. Both server are not in Active Directory and I am trying to replicate over the internet. I got following error message while using Merge option: Error Message: The subscription to publication 'XXX' is invalid. Error details: The subscription to publication 'XXX' is i ...Show All
Visual Basic searching within text files
I want to know how to search with a text file... I know how to add it using the resources, I just dont know how to search within it. Im making a walkthrough program for some games, and walktrhoughs can be very long... as big as 96kb or more. so I wanna make a drop down with major sections of the walkthough... the problem is I dont know how to search for text within the text file. If anyone knows how, please let me know.. Hi, There was a s ...Show All
Windows Forms MySQLDataAdapter Insert Not Working...
Can anyone see why this insert command is not working It is not generating any error messages. It acts as if it has inserted the records, but when I check the database the row count is still 0. Here is my code... <hr> <color="Blue"> Publ ...Show All
Visual Studio 2008 (Pre-release) Intermediary Router
Using the sample, the HTTP binding (echoservice) works fine, but the call to the calculator service times out. Could it be a firewall issue I've checked this and I see no dropped packets. Also, the router is not picking up the call. Any ideas I am running windows xp sp2. Thanks, -Mathew Nolton Are you tracing the router/server to verify that the message isn't getting there Thanks, Scott ...Show All
SQL Server Couldn't use and aggregate funtion on an another aggregate function
I have a column that has an expression with a runningvalue in it, a sum of "PO Count" for each month. I need to create another column that aggregates the SUM of "PO Count %". I can't to do a Runningvalue on the Runingvalue. I can't even do a Sum on the Runningvalue. Below is a message: The value expression for the textbox 'textbox4' contains an aggregate function (or RunningValue or RowNumber functions) in the argument to another aggreg ...Show All
Visual Basic API GetUserObjectInformation
All, I am currently developing a program that will enable users to create and switch desktops as they so please. However, I am having a bit of trouble with the GetUserObjectInformation API. I either get a value of 0 being returned or so many errors I am about to go nuts. Does anyone know the correct way of calling this in VB.Net 2005. I have tried many different variations but none seem to work. I do know that I need to call it once to get th ...Show All
