Groups | Blog | Home


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
November 2007


all groups > visual studio .net ide > june 2004 > threads for june 22 - 28, 2004

Filter by week: 1 2 3 4 5

Minimal rebuilds
Posted by Steve McLellan at 6/28/2004 4:41:43 PM
Hi, We've got two developers working on the same mixed C++ project, using .SLN and .CPROJ project file (i.e. with identical configurations) on two different VS .NET 2003. The project files are in CVS. On one machine if you don't change anything between builds, the compiler recognises this. If ...more >>

how to view in "Design" mode
Posted by Joseph LeMay at 6/28/2004 3:25:01 PM
I have a couple of forms I've been working with for about a month now, but when I double-click on them, I only see the underlying code. I don't see the design pane. I don't know what I did to cause this. How do I get them to display in the form designer again?...more >>

use VS 7.1 macro results as version resource?
Posted by ixpcg NO[at]SPAM gmx.de at 6/28/2004 5:47:10 AM
hi there, in VS 7.1 there are various "macros for build commands and properties" to be used in a project's "properties". those macros include but are not limited to: $(ConfigurationName), $(RootNameSpace), $(ProjectName), $(TargetName), $(WebDeployPath). i'd like to make use of those macro...more >>

FileCodeModel
Posted by newsgroup NO[at]SPAM happysphinx.co.uk at 6/25/2004 2:11:20 AM
Hi I'm writing an Add-in that interacts with the VS.NET editor. The Add-in parses the editors ActiveDocument to extract various CodeElements from the ActiveDocument.ProjectItem.FileCodeModel.CodeElements collection. However, I've noticed that if the source file I want to parse isn't part o...more >>

BUG? Object comparison in code and debug watch window
Posted by Guogang at 6/24/2004 6:59:25 PM
My environment: VS .NET 2003 Version 7.1.3088 When I try to compare two objects which have same basic type like this: //row is a DataRow object, both columns are integer type with same value System.Debug.Write(row["title_id"] == row["book_title_id"]); The C# actually runs and give a "False...more >>

adding runat=server to a control on aspx page, don't cause the IDE to add the control to the code behind
Posted by z. f. at 6/24/2004 11:32:13 AM
Hi, adding a control with runat=server to an aspx page (using code - not designer view) - don't cause the control to be added to the code behind (.cs ot .vb file) only if i change the aspx view to designer and then to the HTML view again, the code behing is changed to add the controls with ...more >>

Must-Have VS2005 Features:
Posted by clintonG at 6/22/2004 10:06:31 PM
I want a way to document new projects as they are created so when I open a solution that contains many projects I can get properties on a project and use that project's description tab to display its meta data I could use to remind me what the project was created for, by whom and so on. I und...more >>

VS crash during addin uninstalling
Posted by Szymon Madejczyk at 6/22/2004 5:25:57 PM
Hello, I encountered strange problem. When following code is compiled in Debug it works ok. However when I compile it in Release. During uninstal VS .net 2003 display crash warning. What is more no exception is thrown. BTW addins are removed properly. Someone has idea what I do wrong. ...more >>



Problem with embedded resources
Posted by Roy Chastain at 6/22/2004 1:07:32 PM
I have a project that has 2 embedded resources. (Both text files.) I have noticed that most of the time when I change the file and build the project the copy of the file in the .exe does NOT get updated. Sometimes I can go to Build Action for the embedded file and change it to Content and back...more >>

IDE is changing design mode settings when compiling
Posted by jonas NO[at]SPAM bootman.se at 6/22/2004 9:01:31 AM
I have run into a problem that I can't understand and it is becoming really annoying. The problem occurs when I compile my solution. When compiling the IDE(?) sometimes removes properties that are set in the "Designer generated code" region. Let me give you an example... In one of my fo...more >>


DevelopmentNow Blog