Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > visual studio .net general > august 2006 > threads for august 29 - 31, 2006

Filter by week: 1 2 3 4 5

VSTS editions on same PC
Posted by Niranjan at 8/31/2006 10:35:01 PM
Can i install all editions of VSTS (developer, tester and architect) in same PC to get all the functionality. We have licenses for all three editions and we dont have license for VSTS team suite. Thanks Niranjan...more >>


Search Team Foundation Source Control
Posted by MadisonDecker at 8/31/2006 1:05:02 PM
How do you search for files, etc. in Team Foundation Server Source Control? I can not find any search functionality anywhere in the Source Control Explorer. -- Madison Decker - MCSD...more >>

VS 2005 setup project, fonts not installing
Posted by Bryan at 8/31/2006 11:59:56 AM
Hello, I have a setup project that I have created in VS 2005. I put a true type font into the "Fonts Folder" for the "File System on Target Machine". The problem is that the font doesn't get installed!!!! Is this a known issue with setup and deployment projects in VS 2005? All other files...more >>

avoid login prompt from vs net to visual sourcesafe
Posted by John Kochal at 8/31/2006 9:35:16 AM
When I open a project from Visual Studio .Net (the version I use is 2002) that is in SourceSafe I am prompted for login. Is there anyway I can avoid this? I saw an article somewhere which allows sourcesafe username and password to be stored in the computer environment variables. But this works o...more >>

Visual Studio NET 2003 ... Net Framework 2.0
Posted by Pat Grace at 8/31/2006 9:20:02 AM
How do I get Visual Studio to use .Net Framework 2.0 instead of Net Framework 1.1 I have both installed....more >>

Checking out/opening .sql file?
Posted by brett at 8/31/2006 7:36:49 AM
I have .sql files in a VS.NET 2005 project. I check one out (via VSS integration), double click it and Query Analyzer opens. Is there a way to do all of this in one step? I imagine some type of macro but how is that done for a vs.net command? Thanks, Brett ...more >>

Why doesn't clean completely clean the build and release directori
Posted by Richard Collette at 8/31/2006 7:19:03 AM
In VS2005, when I clean the solution, the build and release directories still contain files. I want to completely clean my directories so that I can zip up my source without unnecessary files in there. Is there a way to get clean to do a complete clean? I have tried doing this after resta...more >>

Licensing?
Posted by Leon_Amirreza at 8/31/2006 12:00:00 AM
Can I put the Code written in VS under GNU public license? potentially everything can be under GNU but I am asking if there is any restrictions by microsoft VS user license? ...more >>



SQL 2005 or SQL 2000?
Posted by juan at 8/30/2006 10:34:01 PM
Hello, Can I use a database created with SQL Server 2005 in a computer with SQL Server 2000 installed in it? Thanks, John ...more >>

Visual Studio 2005 Web Site <-> Visual Source Safe Problems....
Posted by Owen at 8/30/2006 12:01:01 PM
I've created a dot-net 2.0 Web Site on one machine using Visual Studio 2005. I created the site by selecting "Create/Website" "ASP.NET Web Site" Browse... "Local IIS" "Default Web Site". After I finished the site, I added it to SourceSafe. No problems so far. However, I wanted to work on t...more >>

Can't develop unmanaged VB with VS.NET 2003?
Posted by nickdu at 8/30/2006 8:39:02 AM
Is it true you can't develop unmanaged VB (obviously since it's VB there is a runtime so it's sort of managed, but I mean non-.NET, ala VB6) with VS.NET 2003? We're looking over what tools we need for a developer's desktop and one of the application we're working on is a VB6 application. I g...more >>

Table Adapter
Posted by onecorp at 8/29/2006 11:15:02 PM
I have tried to use the 'add new item' process to add a dataSet to my project. When I try to build my project after completing the tableadapter wizard, I receive the following error: Unable to convert input xml file content to a DataSet. Requested value 'ConnectionStrings' was not found. ...more >>

TableAdapter Configuration Wizard
Posted by onecorp at 8/29/2006 6:43:01 PM
I have attempted to use Visual Studio to add a DataSet to my project. When using the TableAdapter Configuration Wizard, the third item: "Create Insert,Update and Delete methods that can be called to send individual row changes directly to the database." is 'greyed out' . No matter what I do...more >>

LDAP
Posted by Mischa at 8/29/2006 5:48:01 PM
I have to connect to an LDAP server to authenticate users when the log into a web application. Unfortunately I am a novice when it comes to LDAP. I have given a sample procedure written in PHP that I can use a template. However I have a couple of questions of how things translate from PHP to ....more >>

IISHelp does not work after ASP.NET enabled.
Posted by ComSpex at 8/29/2006 5:17:01 PM
Please teach me how I can view IISHelp as it was under IIS 5.1. Other virtual directories created by using ASP.NET 2.0 work fine. My probable assumption is that under IIS 5.1, *.ASPX can work but *.ASP cannot. But I don't know why and how. Regards, -- ym...more >>

Bug with ListBoxControl
Posted by Ryan at 8/29/2006 3:54:23 PM
Annoying bug still exists in VS 2005 even though Microsoft says it only exists in VS.NET 2002. I'm using a ListBox to display data and I don't want it to be selectable at all but unfortunately I don't see any way around the bug. The error is thrown on the form Close() event so I can catch th...more >>

Updating multiple Tables via a BindingSource that uses a Join!
Posted by Rob Dob at 8/29/2006 3:29:53 PM
Hi, I have both a Customer and a Orders Table, the key field is CustomerID. I also have a DataGridView that uses a BindingSource created using a join between the Customers table and the Orders table. Everything displays correctly and when I double click on a row within the datagrid I then ...more >>

Trying to get Cntl + G Shortcut to do "Go To Line"
Posted by cmay at 8/29/2006 8:44:52 AM
My vs.net used to have Cntl+G shortcut for Go To Line, but on my new computer this shortcut is not present. If I look at the edit menu, it still has Go To Line, but there is no shortcut next to it. I tried going into Tools->Customize->Keyboard to see if I could assign it, but the interface ...more >>

Rebuild website in VS 2005
Posted by Rich at 8/29/2006 7:48:21 AM
Hi, I'm currently running VS 2005 Team Suite. I recently opened a website application (this is a MCMS website) and under the build menu the option for 'rebuild website' is no longer present. This started happening after my Win XP profile had been recreated. Any ideas? Also, I have a coworker ...more >>


DevelopmentNow Blog