Answer Questions
SavitaHK need help displaying array values
i have 150 values in an array and i want to display them in order of the highest first and the lowest last. i have no idea how to do this. Help will be appreciated. thanking in advance oli i sorted it now :) thanks for all your help this helped slightly but still having problems :( as i need to order the values by how big the value is. they are numbers btw. how do i set the listbox sort then I think you need to explain a bit more clearly what you mean by "not saving the values for "arrtotals(150)" after when it gets to the listbox part" it just dosent work. inAns is a value put in previously this is the code i have: Sub finish() playcount2 = 1 For cou ...Show All
masta Can't run Team Build: Proxy Error (The ISA server denied the specified URL)
Hello I created a Build Type, set the Machine Name to the build machine name, set the BuildDirectoryPath to C:\Build, and created and tested a drop location with full access to everyone (just to make sure). When I try to run the build, I get the following error: TF42056: The build service could not connect to the Team Foundation Server. The request failed with HTTP status 502: Proxy Error (The ISA server denied the specified Uniform Resource Locator (URL)). Additional info: I am using a virtual PC for the TFServer, and trying to use the same virtual machine as the build machine. I have the TF client installed on both my machine and the virtual one. Everything else is setup and works well, as far as I know. I must be doing so ...Show All
Grant_csi Generating upgrade scripts from baseline
Hi guys, I'm investigating using the DBP version of TS to solve our database versioning situation for a project we are currently planning. I have played around with it for a bit now, but there is one thing that I can't figure out. Take the following scenario: Production system has version n of the database, which was deployed at some point in time. After 6 months of development we are ready to generate a new release. A release consists of an MSI or two that does everything to install the new software upgrade the databases. The build system has no access to communicate with the production system, or test systems, or any other system. other than the build machines. How do I get VS4DBP to generate me an upgrade script for each env ...Show All
wilson!V Breakpoints do nothing
I can't get breakpoints to work. I can set them, but they don't actually do anything (the program does not stop when it hits a breakpoint). As far as I can tell I am building and running in debug mode. I've tried re-installed VC++ 2005 Express several times. I've never gotten breakpoints to work. I'm a noob. Keep that in mind if you try to help me. OK then, on the debug configuration try this. This is really how my default debug environment is set up, so lets see if it helps you. If some of these are already set then leave it as it is. Project Properties->Configuration Properties->C++->General: set Debug Information Format to Program Database for Edit & Continue (/Zi). Project Properti ...Show All
Jeanne P Why is TFS not available to Empower Program subscriptions?
My beef is that TFS isn't available to anyone with an Empower Program subscription (except in prohibitively expensive editions). The TFS Workgroup Edition comes for free with Team Edition MSDN subscriptions, but it can't be bought separately. If it could, I would have bought it by now. To me, this makes very little sense. Source control/configuration management is very much a grassroots sell (i.e. it's a decision effectively made by programmers rather than by 'bigwigs'), and making TFS widely unavailable means far fewer people able to sing its praises to their peers. I work with several configuration management tools, and I'm able to engage in intelligent discussions with clients about CVS, per:Force, even good old SourceSafe, but ...Show All
iortizvictory Distributed System template
Hello, I've just downloaded Visual Studio Team System Beta 2 and started "looking into" the Team System features but was unable to locate the Distributed System Solutions project types when creating a new project. Where can I find these Thanks, Scott Mead Thanks for trying those, Scott. I don't know off the top of my head whether not installing C++ would cause this problem (we don't support code generation to C++), but I'm checking with our test team on this. You will probably get a response from one of the test folks soon. Their job is to break the product so I think they'll have some good troubleshooting ideas for you. Marking this as the correct answer for now while Jyothi and Scott ...Show All
GreatDane Question of build?
Hi, I have this scenario, I have some Team Project called "W" I did some branch of code from W version 1.1, so, I want to know if I run or build my Branch Project this automatically takes all componets from the base project in this case "W" My branch project have only for expample the version 1.2 so what happens when I build my branch project Nice, thanks for you help! Hello Ray: The build of branch Project doesn’t affect the base project. It only takes the needed files in the branch project. When you create a build type the wizard will let you choose which project to build. The branch has a complete copy of the project file. The TFS does it well at the efficiency and the isolation. The whole purpose of branching is to ...Show All
BinFolder WorkItem in Web
Hi, I want to know if the Product Team of Visual Studio Team System are planning to include the creation of WorkItems across the Web Hello Roberto, Yes we are considering a web client for Team Foundation Server. If needed for immediate use you can take a look at http://www.devbiz.com/teamplain/ Regards, ...Show All
TruePsion Storing Stuff
Dear All, This may seem a little simple to some of you but its been slowly winding me up for a while now, so any pointers or advice would be greatly received. What I'm looking to do is store information inside my application, with out using a database (I mean Access, SQL etc.) I have used *.bin files in the past but I'm not sure that they would meet the needs of what I need to do. The project is for a small charity and so far has about 850 records that they wish to store, they mainly use open source or freeware and need to be able to move the data between desks and back it up on a daily basis. Also some times they are not connected into the network so a local copy of the said information needs to be copied to the local machine. ...Show All
rwerner webservice project check in problem
i've created webservice project and tried to check in the project to team foundation server source control but the reference to project (bin folder) are not checked in. what is that when i go to another dev machine and get latest version of the webservice project it cant get the references. the problem here is that when i rebuild from another machine it dosent regenerate the files in bin folder If you are referring to the DLL files that appear in the Bin directory as a result of the web project referencing another project in the solution (e.g. a classlibrary), then the behavior you observed is by design. The DLL is not added to SCC because it will be regenerated when the user does a build. --Ben Ryan ...Show All
ManjuVijay Performance Problem #2
We've got a project with 3200 objects. The project contains about 10 errors. When we attempt to double-click on one of the errors to bring up the file, Visual Studio will hang for anywhere between 3 and 10 minutes. The Task Manager shows 'devenv.exe' consuming about 90% of CPU resources for this entire time. We're using the RTM version of DBPro. Amos. Gert, The errors are below. I really appreciate your help on this. We are running into horrendous performance problems with our projects. Each project has roughly 3200 objects and is under TFS source control. Sometimes projects take 10+ minutes to load, sometimes deleting schema objects takes 5-10 minutes, closing a project can take 10+ minutes etc ...Show All
John Källén CellContentClick event
I have a form (Catalog_Form) with a datagridview on it. Inside the datagridview I have a buttoncolumn. The name of the button is Add_to_Tracking and the name of the column is Tracking_List_Button. I can't find the right code to allow the user to click on the button to open another form (Tracking_List_Entry_Form). This is the code I have: Private Sub Catalog_FormDataGridView_CellContentClick( ByVal sender As Object , ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles Catalog_FormDataGridView.CellContentClick Tracking_List_Entry_Form.Show() End Sub Am I not referencing the cell or column properly I'm new to VB, but it seems to me that this shouldn't be that difficult of a problem to solve. Can anyone help me ...Show All
ThePatrickP Load Test and Validation of viewstate MAC failed
I have a simple website that I'm testing. There are only 5 pages to it. After one of the pages posts, it causes a redirect to the next page in the list. The first couple of pages are okay, however, when it gets to the third then it fails with a Validation of viewstate MAC failed message. Ideas After code reviewing one of the pages in the app, I found that it was doing multiple redirects (between 1 and 5) to itself during the page load. It looks like Team Tester doesn't like this. Once we recoded to eliminate the redirects, the test tool no longer gave the MAC validation failures. As near as I can tell, the Load Testing tool gets confused when trying to follow redirects to the same page with slightly different calling p ...Show All
Chuck Cobb TF10216: Team Foundation services are currently unavailable
Hi, I just perform a TFS move from a workgroup machine to another workgroup machine. I followed the instruction for the move but I am receiving this error when connecting to the WorkItemTracking client service ( http://servername:8080/WorkItemTracking/v1.0/clientservice.asmx ). The event log give the following error: TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 2/21/2007 7:13:31 PM Machine: SERVERNAME Application Domain: /LM/W3SVC/3/Root/WorkItemTracking-9-128165588102587888 Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Cul ...Show All
Derek Ekins Access/Jet DB querry
Hello, XPSP2 VB2005Expr Access/Jet database by code Database columns: Week Amount 1 123.00 1 23.00 1 5.40 2 1234.00 2 5.00 3 23.00 4 .... 4 ... 4 ..... 4 ..... 4 ..... 5 .... Is it possible to display > 1 151.40 (Sums of Amounts of 1s) 2 1239.00 (Sums of Amounts of 2s) 3 23.00 ------------------------------------- 4 --------- -------------------------------------- 5 --------- -------------------------------------- It will be repeated the number of rows times...... Compiler returns: Value of type 'NewMDBDataset,Table1DataTable' cannot be converted to 'Integer'. Name 'Table' is not declared. Well you know.... th ...Show All
