all groups > visual studio .net ide > october 2003 > threads for october 15 - 21, 2003
Filter by week: 1 2 3 4 5
BUG in debugger values.
Posted by news.microsoft.com at 10/21/2003 3:07:22 PM
Hi,
In the debug Auto and Locals window the value that has changed becomes
highlighted in red, BUT the Watch window does no highlighting, why the
inconsistency?
Would it not be better if this window was also change highlighted?
Enum Flags INCORRECT values displauyed in debug window ... more >>
Codebehind in different folder
Posted by Alessandro at 10/21/2003 2:15:24 PM
We are trying to store the codebehind files in a
different folder other than the aspx.
For example:
index.aspx
and the codebehind:
/src/index.aspx.cs
VS.NET seems unable to support this and can't find the
file. Even though the page works fine through the browser.
Below is a posted repl... more >>
Is VS.Net stopped at a breakpoint?
Posted by Developer at 10/20/2003 5:17:26 PM
Is there a way to determine, via automation, if the
debugger is stopped at a breakpoint?
TIA for any help.... more >>
Default Class Template
Posted by Rick Kierner at 10/20/2003 3:32:16 PM
How do I change the default Class Template so that instead of having just
basic class structure but also having several region tags and documentation
pieces?
Rick
... more >>
Get CodeElement Object with DTE
Posted by Max at 10/20/2003 5:40:35 AM
Im trying to make a .NET addin that could interact with
the .NET developpment environment.
I would like to be able to click on any class or method
definition in the code desing window and set an object to
the corresponding type (CodeClass or CodeMethod) so I can
access to its properties. ... more >>
build new solutions for 3 projects -- getting error message re dependencies
Posted by KathyBurke40 NO[at]SPAM attbi.com at 10/19/2003 6:11:50 AM
Hi, I have an n-tier app with 3 projects that need to be seperate
solutions with dependencies.
CLIENT...dependency is BUSINESS
BUSINESS...dependency is DATA
I originally had the business and data projects (class libraries) as
part of the client project. The powers-that-be want 3 projects but
... more >>
vs.net usage question: how to match starting/ending brackets
Posted by Bruce Schechter at 10/18/2003 2:49:59 PM
Many times during debugging with vs.net I'll hit
the "build" button and then it will give me a not-
entirely-clear error message implying that one of my
starting or ending brackets ("{" or "}") somewhere deep
in the code doesn't have a properly matching counterpart.
Is there a quick way t... more >>
Visual DataTools?
Posted by joebob at 10/17/2003 9:05:56 PM
Can anyone tell me if the Visual DataTools that were around in Visual
InterDev 6.0 are around Visual Studio .NET?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
BUG, Seriouisly causing problems with WinForm designer
Posted by BUG at 10/17/2003 6:11:25 AM
Hi,
We are currently having serious problems with regards to
the form designer. Even with .AutoScale = false
and .Locked = true, on different machines the forms are
being resized and changed on screen and messing up yet
nothing is being changed. I have only seen this on 2003
vs.net ... more >>
FEATURE REQUEST: C# shared .cs files in project
Posted by FEATURE REQUEST at 10/17/2003 12:47:59 AM
Hi,
I have made an assembly file but i want to share
some .cs files and not have to ship the dll assemblies.
I want to be able to point to this .cs file in a project
that is in a different directory, but it always copies
the .cs file locally. Can i override this? I dont want to
ha... more >>
"Find in files" problem !
Posted by William [WillyNT] at 10/16/2003 4:24:16 PM
Hello,
Running VisualC++.NET 2003 (v7.1.3088) on a WinXPPRo (latest update).
I often use the "Find in files" dialog to search strings in my entire
solution.
So, in this dialog, I use "Entire solution", no probs.
When I add "Visual C++ Include directories", to search in my solution AND in
... more >>
Properties Window can not be activated.
Posted by Bahman Kasmai at 10/16/2003 4:07:03 AM
After a few weeks of use following an upgrade from vs2002
to vs2003 I can no longer activate the properties windows.
I have repaird and reinstalled VS2003 but the problem
still insists. This is really annoying. My development has
stopped and I am running out of idea how to solve this.
This... more >>
VS.NET 2003 and Network Issues
Posted by gdewrell NO[at]SPAM profdata.com at 10/15/2003 1:24:03 PM
I know this will make absolutely no since but I can reproduce this
issue.
We have brand new compaq Evo n1020v laptops that some of our
developers are using. Each morning they do fairly large network file
transfer. Starting after install of VS.NET 2003 they started getting
page fault errors when... more >>
|