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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|