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 > september 2005 > threads for september 8 - 14, 2005

Filter by week: 1 2 3 4 5

VS .Net 2005 RC & TFS Client
Posted by Michael at 9/14/2005 7:48:02 PM
What are we supposed to use for a Team Foundation Server client in the Visual Studio 2005 RC? Do we use the beta 2 TFC? I've read reports that say beta 3 of TFS is going to be released Nov. 7 and reports that say it is going to be released with the RC. Which is correct? Thanks, Michae...more >>


Automatically recreating control declarations
Posted by Nathan Sokalski at 9/14/2005 2:15:35 PM
My teammate on a project somehow removed all the control declarations in a project. Since most of the control declarations are added automatically when the controls are added, is there a way to have Visual Studio add them again? (my project is ASP.NET/VB) Thanks. -- Nathan Sokalski njsokal...more >>

Why isn't Intellisense dynamically describing code w/ my XML comments?
Posted by kenfine NO[at]SPAM nospam.nospam at 9/14/2005 12:38:02 PM
I'm using VS.NET 2005 beta. As articles like this one suggest, Intellisense can richly display documentation written by the developer: http://aspalliance.com/696 Normally, Intellisense shows comments associated with method parameters, and updates these comments as the developer writes code. ...more >>

C# projects building unnecessarily
Posted by Mark Rendle at 9/14/2005 11:10:51 AM
Just recently, one of the projects in my C# solution has started getting rebuilt every time I run a project which is dependent on it, instead of just saying "The project is up-to-date." It hasn't changed; in fact, it's not checked out of source control, so it can't be changing. And it's very ...more >>

IntelliSense hangs IDE
Posted by Michael at 9/14/2005 10:54:13 AM
Hi, with VC++.NET 2003 7.1.3088, every now and then (and sometimes rather every five minutes), the IDE gets stuck (CPU use 100%, no reaction). I'm quite sure that the IntelliSense mechanism is responsible. Deleting the .ncb file does not help. Is there any possibility to turn this Intel...more >>

VC++ compiling very slow
Posted by Michael at 9/14/2005 10:53:48 AM
Hi, sometimes the VC++.NET 2003 compiler (7.1.3088, on Win 2000) gets unacceptably slow. The task manager says that cpu use of cl.exe is around 5 per cent (no matter how high a priority one assigns to the process), although nothing else uses the restant 95 per cent. This happens for both...more >>

Help please: VS2k3 parameters with SQL Server 2k
Posted by kvr901 at 9/14/2005 12:10:02 AM
Hello, I'm very new to both SQL Server and VS.NET 2003. I am learning, but have a long way to go. Creating a webform with a SqlConnection, SqlDataAdapter, and a Dataset I can have a DataGrid fill in, but have thus far been unable to figure out how to have the DataGrid fill in one select...more >>

Visual Studio.NET to recognise a connection string in a web.config file
Posted by Matt Jensen at 9/14/2005 12:00:00 AM
Howdy Is it possible to get Visual Studio to recognise a connection string that is stored in the root web.config file, so that I can use it as part of my IDE development? Thanks Matt PS Are there any other good groups to ask these questions in ? ...more >>



Possible to hide superclass properities in VS.NET Intellisense?
Posted by kenfine NO[at]SPAM nospam.nospam at 9/13/2005 4:54:22 PM
My favorite aspect of OO is how you can use it to simplify a system or interfaces to a system. I have a big complicated database. It is handy to be able to build simplified interfaces to that database to suit specific objects or applications. The "Is-A" nature of inheritance means that all ...more >>

Visual Studio 2005 RC1 - Can't be used with Go-Live License?
Posted by John Bailey at 9/13/2005 2:56:03 PM
Okay, so I am very excited to see the release candidate released. I have two projects in the works under the Go-Live license, and I am hoping that the release candidate will be a more stable environment while I am finishing these up for my clients. That is until I hear that the release can...more >>

VS.NET2005 Excluding File /Folder from project
Posted by Shimon Sim at 9/13/2005 9:29:02 AM
Hi Can I exclude file or folder from a project as it used to be in VS.NET 2003? I have existing project and its structure was organized that class and NUnit projects are inside of the web project folder. I tried to convert it to VS.NET 2005 but I see all this folders in the web project str...more >>

DataGrid questions
Posted by Mark at 9/13/2005 8:21:02 AM
I'm kinda new to the .NET DataGrid. I can't figure out how to change the color of a specific row. Also, I want to be able to highlight the complete row when it is selected. I added a dg.Select statement in the mouse down event, but is there a better way? It obviously won't work when using ...more >>

What is the latest .net 2.0 IDE beta?
Posted by David Thielen at 9/12/2005 7:45:08 PM
Hi; I have to start doing some .net 2.0 programming (J# actually) and I went to my MSDN disks and like everyone else, it's a giant pile of disks that I never bothered to file correctly. So... What exactly do I need to install? I want the latest solid version. And can it co-exist with my ...more >>

Cannot copy assembly 'LIB' to file '\bin\EBX.dll'. The process cannot access the file because it is being used by another process.
Posted by tascienu NO[at]SPAM ecoaches.com at 9/12/2005 6:02:27 PM
Symptoms: 1. Create a class library: LIB project in directory c:\LIB 2. Create a WINAPP project in directory c:\WINAPP 3. Include LIB's .dll in WINAPP as a vb.net reference. 4. Build WINAPP. works great. 5. Build LIB. works great. 6. Make changes to LIB. 7. Debug WINAPP with breakpoints. 8...more >>

DataBinding Error
Posted by HollyylloH at 9/12/2005 4:13:02 PM
I have created a VB form in Visual Studio.net with connections to a SQL 2000 database. I am pulling info from 3 tables into the form. I have created a Next button that takes me from record to record using this code: Me.BindingContext(DsAll1, "Table1").Position += 1 Me.Binding...more >>

MSI problem / question
Posted by Lloyd Dupont at 9/12/2005 12:00:00 AM
I created a .MSI installer with a Setup project in VS.NET (2005) After some update to the code I decided to make a new release and I create a new .MSI. Now when, when I tested my .MSI it didn't install, complaining there was a previous version of the software which prevent it from installing. ...more >>

C# Interview question help
Posted by programmerforknowledge at 9/11/2005 7:45:53 AM
Hi All I am fresh college graduate who has done C and C++ during college times.After that i had done a C# course from one of our local computer institute.The course is BCM which ran for 1 year.But now when i am looking for job the questions asked in interview are really very very weird and does...more >>

Threading problem
Posted by Wing at 9/10/2005 8:31:02 PM
Hi, I have a Windows Form and I need to create another thread to wait for an input somewhere else in the program. When this happens, I will have to access the form and modify it. Right now, this creates an error because I can't access/modify the form from a thread that didn't create it. ...more >>

Wildcard Problem
Posted by John at 9/10/2005 9:10:36 AM
Hi Guys. Apologies if this is posted to the wrong groups I'm building a small app that uses a WMI connection to a computer, can be local or remote and queries installed services. It will dynamically create a couple of buttons on the form to stop or start the services for any installed SQ...more >>

Intellisennce Issue with html validation
Posted by nLella at 9/9/2005 9:04:07 AM
Hello, In VS.NET 2003, I am trying to author a aspx page with out html validation. I turned off the Html validation option. Now when I try to author the page without <HTML> etc tags, I get intellisence suppport for HTML tags but not the serverside tags like <asp..../> etc. Also I am unable...more >>

bringing message box to front.
Posted by mike at 9/9/2005 6:23:04 AM
I have several apps that display information to the user when completed. The problem is that when the app finishes it pops the messagebox but does not bring it to the front. How do I do that?? Here is the code I am using MessageBox.Show("Finished Circ " & CIRC7 & " with " & Gcount & " cl...more >>

Visual Studio .Net 2003 locking files problems....
Posted by Morten Overgaard at 9/9/2005 4:24:05 AM
My company are developing an application with approx 30 projects included in the solution. We are having severe problems when compiling our solution because of the fact that VS are locking up files during compilation. some of the errors we see during compilation are: 1) Permission denied. (...more >>

Projects list
Posted by CGW at 9/8/2005 9:05:04 AM
I want to clear the projects list on my start page. I've tried clearing VBCache. What do I need to do to clear the list or at least remove project names? -- Thanks, CGW...more >>

SaveFileDialog Problem - Green Cursor
Posted by robroe at 9/8/2005 7:31:04 AM
Hi, I am using VS.Net 2003 and I have a small Windows Forms application which amongst other things uses a SaveFileDialog and an OpenFileDialog control. When I run this application on my development machine everything works fine. However when I run this on another test machine when I call ...more >>

vs2005 rc1 date
Posted by adrianca NO[at]SPAM gmail.com at 9/8/2005 6:10:54 AM
Hi all, i have read http://blogs.msdn.com/somasegar/archive/2005/08/22/451026.aspx and it mentions RC1 being released this month. Does anyone know when also the VS 2005 v.1 is set for 7 Nov, does this also mean .net 2.0 will be final as well? Thanks slyi ...more >>

Extra builds being done
Posted by Roy Chastain at 9/8/2005 12:00:00 AM
This is with VS 2003 I have a solution with 3 C++ assemblies. All 3 are built with Managed Extensions The Debug version of this build works just fine. The Release version does the following. Build | Rebuild Solution - builds all 3 assemblies and indicates all is okay I hit F5 to run (s...more >>

VS2005 Preprocessor problem
Posted by Stefan Piller at 9/8/2005 12:00:00 AM
Hello, if I try to change (delete) preprocessor definitions (in project property dialog -> C++) the changed settings do not affect the build process. It is like the deleted preprocessor definition is still there. I've rebuilt the whole solution several times without success. We're using ...more >>


DevelopmentNow Blog