all groups > visual studio .net ide > january 2004 > threads for january 29 - 31, 2004
Filter by week: 1 2 3 4 5
Help: PostBuildEvent fails mysteriously
Posted by Chen Venkataraman at 1/30/2004 1:26:51 PM
It appears that the IDE is spawning cmd.exe in C:\
instead of the project directory that results in the cmd
shell unable to find the .bat file. [used FileMon from
SysInternals to track the file access]
Here's the error i see in the output window
Performing Post-Build Event...
'PostBuild... more >>
Enhancement for "Pending Checkins" context menu
Posted by Francis L Spafford at 1/30/2004 10:55:10 AM
I would like to see "Open" added to the context menu, so that when a
file is closed I don't have to find the file in the solution explorer.
Frank... more >>
CodeElementFromPoint Bug?
Posted by Anon at 1/30/2004 10:08:28 AM
I've found a "feature" of the extensibility model that is driving me nuts.
In C# and J#, if you call CreateElementFromPoint from the filecodemodel and
ask for the class for the given point, the routine returns a function if the
point indicated is in a function. This seems pretty bone-headed to me... more >>
Whidbey Changes
Posted by Anon at 1/30/2004 10:04:19 AM
Does anyone know how much the extensibility model will change in the Whidbey
release of Visual Studio? Are there bug fixes????
... more >>
Upgrading AddIns from VS 2002 to VS 2003
Posted by Lucas at 1/30/2004 9:29:59 AM
Hi,
I have an Add-In developed with VS 2002. We would like to make it work with
VS 2003 also.
Is there any way to do that? Must we have not make to different versions? Is
it necessary to migrate it?
Thanks a lot
Lucas
... more >>
Replace Glitch with RegExp
Posted by Lee Silver at 1/29/2004 5:26:52 PM
Given the following Regular Expression:
^:Wh*Stuff
and the following Replacement:
OtherStuff
I would expect that occurances of "Stuff" that are preceded by nothing but
white-space and anchored to the beginning of the line would be replaced by
"OtherStuff". The problem is that the anc... more >>
Tab captions and intellisense hints missing
Posted by Dave L at 1/29/2004 1:11:11 PM
I'm having a couple of problems that could be memory issues. If I have a large number of documents open in Visual Studio (e.g., 20+) the names of the last set documents do not appear on their tabs. The characters sometimes end in the middle of a file name. So,
File1.cs | File2.cs ........ File20.c ... more >>
saving Visual Studio solutions as VC++ 6.0 workspace files
Posted by Larry Deaton at 1/29/2004 9:16:08 AM
Does anyone know of a way to save Visual Studio .NET 2003 solution files as project and workspace files that are compatible with VC++ 6.0?
Basically, I need to generate a .dsw and .dsp file for the same project since some of my developers are still running Visual C++ 6.0.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Any list of must-have plug-ins?
Posted by Moosebumps at 1/29/2004 4:38:17 AM
I'm looking basically for UI enhancements for VS.NET 2003. I program in
C/C++ almost exclusively. I use VisualAssist, which is pretty nice --
wondering if anyone has any other
recommendations.
thanks,
MB
... more >>
|