GTO's Q&A profile
Visual Studio Team System Can multiple team projects use the same source control tree?
I've read through as much as the TFS docs as I could find, but I've yet to see an answer to this. Can multiple Team Projects use a single source control tree or does each one have to have its own tree Here's my situation: We have a good size main tree that has 90+ projects (dll's) in it. There are perhaps a few dozen teams that contribute to these and each team has anywhere between 2-5 projects. All of the teams must chec ...Show All
Windows Live Developer Forums Not able to match the results
hi, i have created an application which resembles the local search of "WLL (Windows live local http://local.live.com/ ), the result displayed are different i want to show the result same as the one displayed in local.live.com Example Searching string "Seattle, Washington" total result found are 50. but the first result in local.live is State of Washington Blind Department of Services for The - 3411 S Alaska Seat ...Show All
Windows Forms Creating dynamic crystal reports - at runtime
Hi, I am new to crystal reports and want to know how can we generate crystal reports dynamically at runtime. I mean instead of using the expert wizard, cant i give the query in the code somewhere so that i can change the query according&nb ...Show All
SQL Server Consuming Multiple Messages In Parallel from Multiple Windows Services
Hello All, After hitting limitations in the SQL CLR world that bar us from invoking COM objects we are forced to use windows services to read the messages off the Service Broker Queues. Unfortunately we loose the auto activation feature in the Queues, but we can still read messages and perform the SQL work under one transaction. We are going to attempt to take N messages simultaneously from the Queue, though N instances of a windows service. If ...Show All
Visual Studio Team System Team Build Failure
I've added my solution to TFS it looks something like this /$HbIBtsframework/framework/solutions...... When I try to build with Team Build it fails on the compile trying to resolve references in my individual project.proj stating that it can't find the project file. A close look at the build shows it trying to find the project file with a nonexistant path. It has apparently repeated the framework directory in the path. Here is one of the l ...Show All
Visual FoxPro Assigning Data to a variable in a query
I have a table that I want to query based on a Selected Record in a gridView. I have the Record Number in GridView.SelectedValue but I have no ide how to set up a query in here much less run it. I need to know OldLine and oldItem from a table called items I mean I know "Select OldItem, OldLine from ITems where RecordNumber = " + GridValue.SelectedValue" Sure hoped that worked but no... As you can probably ...Show All
Visual Basic PASSING PARAMETERS BETWEEN CLASSES
CAN YOU PASS PARAMETERS BETWEEN CLASSES IN VISUAL BASIC EXPRESS 2005 I HAV EN'T HAD ANY LUCK TRYING TO USE PUBLIC AND SHARED STATEMENTS. WHAT AM I DOING WRONG This is code for 1st form in VB express Public Class Form1 Public ANUMBER As Integer = 0 ' declare number as public Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Butt ...Show All
Windows Forms Remote Server Is Unreachable - New Install
I downloaded the install for the source today. I ran the install. Verified that the database was created and that the tables had been poplulated. Also verified the virtual web was created in IIS. Database and client are on the local sys ...Show All
Visual Studio Team System Error when using New Team Project
Hi All, The installation said everything went ok but when trying to create a new project I got: 06-01-2005 12:18:23.540 | Module: ELeadServiceMediator | URL for eLead web service retrieved as " http://wombat:8080/bisserver/EleadWebService.asmx " from the registration service | Completion time: 0 seconds 06-01-2005 12:18:23.540 | Module: ELeadServiceMediator | eLead web service proxy constructed | Completion time: 0 seconds 06-01-2005 12:18:28.50 ...Show All
SQL Server Transaction context in use by another session.
I'm having a SP1 on server A. This procedure has a begin trans and a commit. In this procedure i'm inserting data into tables. This data is provided by an extrenal app in staging tables. On the tables i'm inserting data on i'm having triggers that again are starting a SP2. I'm using a cursor on the inserted table to achieve this. The SP2 only insert a record on a table that is on a linked server. For testing reasons at this moment this is ...Show All
SQL Server SQL Express & Reporting Services
Hi, I believe SQL Express is going to get Reporting Services in a point release. Anyone know when that might be I urgently need the functionality and the db is currently not big enough to warrent shelling out for the full SQL server package. Thanks Is this service pack available now. If so what is the download url. Thanks ...Show All
SQL Server Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance
No wonder Microsoft is giving it away for free. It’s not worth anything. I am very disappointed in this version of SQL server. I decided to start learning VB so I downloaded and installed VB 2005 express edition and SQL 2005 express. I tried to build a personal website using the starter kit. I kept getting the following error message, for which I have seen numerous postings on this forum. “Failed to generate a user instance of SQL Server due ...Show All
SQL Server Crosstab query(intersection table)?
I can use crosstab query(intersection table) in sql server. for example : CREATE TABLE [Test] ( [id] [int] IDENTITY (1, 1) NOT NULL , [name] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NULL , [subject] [nvarchar] (50) COLLATE Chinese_PRC_CI_AS NULL , [Source] [numeric](18, 0) NULL ) ON [PRIMARY] GO INSERT INTO [test] ([name],[subject],[Source]) values (N'mike,N'math,60) INSERT INTO [test] ([name],[subject],[Source]) v ...Show All
Visual Studio VS.NET 2005 Beta 2 automation samples ?
Hai ...., Can anyone please give me the link where I can find automation samples for VS.NET 2005 Beta 2 . I was very much confortable in developing Add-Ins for VS.NET 2003, but really struggling with VS.NET 2005 Beta 2. If anyone can guide me with a simple example : 1. How to: Build Basic Add-In example 2. How to: Deploy the Add-In 3. How to: Remove the deployed Add-In 4. and finally How ...Show All
Visual Studio Tools for Office In desperate need with VSTO :)
Hi, until a few months ago, I thought that making a plugin with VS 2003 and following the Introduction guide was quite easy... Until I discovered that many people couldn't install correctly my plugin because I didn't know anything about SHIM and other security concerns about Outlook 2003 and a .NET plugin. So I tried to imp ...Show All
