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 > november 2003 > threads for november 8 - 14, 2003

Filter by week: 1 2 3 4 5

using ext_cm_Solution - never fires
Posted by seeni at 11/14/2003 4:41:30 PM
I have tried to add a new command for a visual studio add-in. This command should be added when the user loads any solution into the IDE(not at startup). The command should disappears when the user closes the solution. The MSDN says that ext_cm_Solution 4 The Add-in was loaded when a user load...more >>

Adding a new command in item menu
Posted by Polux at 11/14/2003 4:06:37 PM
When we right click the icon of an aspx page or cs file in the project tree, we can see a popup menu with commands like 'Rename','Delete','View Code', etc. I am creating an VS Addin and I wanted to add a new command in this menu, to call a function from my addin. How can I do this? Is this p...more >>

FEATURE REQUEST -IDE Formatting
Posted by Lee Silver at 11/14/2003 1:12:13 PM
Two requests to change (possibly by Option) how the IDE does some of it autoformatting. 1) Aligning comments with statement that follows instead of statement that precedes Current formatting: 'if cluse comment If x Then statement 'else clause comment Else statement End...more >>

Slow build and editor freezing - VSNET 2003
Posted by Thomas Heder at 11/14/2003 9:06:16 AM
Hi! (This is also posted in vsnet.general) We are experiencing odd behaviour with our VS.NET 2003 workstations. The build process has become painfully slow over time (10 projects - > 2 min.) The IDE also seems to "freeze" for a few seconds when doing certain editing in VB. The CPU is almost id...more >>

VS Compiler Command
Posted by Coln at 11/14/2003 6:53:08 AM
Hi, I want to access and modify the command when build is selected. Basically I want to take the current build command and wrap it. This means I need access to the call that visual studio makes. Any idea on how to do this? I can't do it with pre/post build steps, can't create my own...more >>

help! about vsi_sdk
Posted by roy at 11/14/2003 6:18:47 AM
in IDebugProperty2's EnumChildren function, we see the source below IEnumDebugFields* pfields = NULL; .... pmethod->EnumLocals( m_address, &plocals ); here we got 'plocals' which means the local DebugFields enumeration.my question is can i delete one item from the enumeration.for ...more >>

differences between VS .NET 2002 and 2003?
Posted by Anthony Galica at 11/14/2003 5:31:00 AM
What are the differences between the two? (I.E. what new features/fixes does 2003 have?) Anthony ...more >>

icon for addin command
Posted by chan at 11/14/2003 4:18:07 AM
I've used the AddNamedCommand() to add commands to the VS.NET IDE in my Addin project but this function allows the specify of only ms office button ids. I want to add custom icon into my added command but don't know how to do it. I've search through a number of addin samples from the MS we...more >>



Drag-and-drop control to form designer?
Posted by Jon Shemitz at 11/13/2003 9:08:15 PM
I have to implement a custom control browser - like the Toolbox, but more hierarchical. How do I let the user drag and drop a selected control from an add-in to a form? I've tried a lot of permutations - DoDragDrop() with the System.Type of a control, with a control instance, with a control c...more >>

Addin project - how to add command into Project menu
Posted by chan at 11/13/2003 4:29:27 PM
Hi, I want to add a command into the "Project" menu of VS.NET IDE in my Addin project. I've read some Addin samples downloaded from Microsoft Web and I can successfully add commands to other CommandBar such as "Edit" and "Tools" but not the "Project". I tried specifying "Project" when...more >>

How the get value of $(outDir)
Posted by kimura at 11/13/2003 1:40:32 PM
Hi, I have a add-in that will get output dirctory for a project from configuration. I can use VCCLCompilerTool project to get the option. But the value of output dircetory can be macros like $(outDir) How can I get the value of $(outDir)? Thanks. kimura ...more >>

VS.NET Intellisense/AutoFormat stops working
Posted by Chris Bower at 11/13/2003 8:16:54 AM
Recently when working with a Web User Control (.ascx) I've begun to encounter a problem: After working in the code-behind page for a little bit ( typing a few lines or so ) Intellisense and AutoFormat/AutoComplete just stop functioning. I first notice it because the line of code that I pre...more >>

Controls - missing in action
Posted by ch9862 NO[at]SPAM hotmail.com at 11/13/2003 4:57:24 AM
Hi everyone. Sorry in advance for a long post. I'm having a weird problem with VS.NET 2002. I'm working on a small windows app (C#), with one main form. The form has tab control on it, and its pages host other controls. The project includes also six or seven controls I've written, all deri...more >>

SelectColumn (VC6 shortcut [Ctrl+Shift+F8])
Posted by Manos at 11/13/2003 12:14:34 AM
Hi all, (I'm posting this again just to give my email). [SelectColumn] in VC++ .net 2003 ide, works using Alt+LeftMouseDrag, but not with the old VC6 keyboard shortcut [Ctrl+Shift+F8]. Actually I can not even find the command in [Customize > Keyboard ...]. Does anybody know where to fi...more >>

devenv - opening file in running session
Posted by John Dance at 11/12/2003 12:09:37 PM
From a command window, is there a technique to cause "devenv file" to open the file in the currently running Visual Studio, rather than starting a second session? Thanks, John ...more >>

How to know the filename of the selecteditem
Posted by Kent Liu at 11/12/2003 12:08:10 PM
Hi, I have one VS.NET 2003 database project, and in my addin, I tried to get the filename by getting the selected item using (_DTE)application.SelectedItems.Item(1) as SelectedItem statment. But after that, I found the Project & ProjectItem property all are <undefined value>, and I only kno...more >>

VS.NET 2003 7.1 Macros IDE doesn't start
Posted by lh.jac NO[at]SPAM sol.dk at 11/12/2003 2:49:09 AM
Visual Studio's Macros IDE doesn't start when I select 'Edit'. I can see a lot of already defined macros and I can run them. But when I choose 'Edit' I get the error "Interface not registered". I have tried to run a repair, but got the same error. The repair reported that everything installed ...more >>

FEATURE REQUEST: XML Designer
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/11/2003 3:52:19 PM
Hey I just read in MSDN the following for the XML designer. Caution There is no Undo command when working in Schema view. Plan your work carefully and save your files often. Don't you know how to implement undo? Will this be in a future build? Its not that hard to implement un...more >>

BUG: Auto regions of code (which I cant override with my own #region outlining )
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/11/2003 3:32:06 PM
REPRO. Create the following regions outside the namespace #region region1 using System; #endregion #region region2 Using SomeAlias = System.Int32; #endregion Collapse one, MY #region rules are NOT FOLLOWED. Why not? Why do the IDE not follow #region rules? Why ...more >>

What is the FIX for IDE not in alt-tab list and the IMPOTENT TASK BAR ICON!!
Posted by jpratt NO[at]SPAM lightlabimaging.com at 11/11/2003 1:15:37 PM
Developers have beeb reporting this problem for well over a year! I've been developing wiht MS tools for 13 years and am shocked that using Task Manager is the defacto solution. Come on guys - what is up? Jester...more >>

VS.NET 2003 IDE startup delay when connected to network
Posted by ng950 NO[at]SPAM yahoo.com at 11/11/2003 11:54:05 AM
Hello! I have following developing environment: Visual Studio.NET 2003 ..NET Framework 1.1 local ASPNET account exists Windows XP Professional All worked perfectly for months. Since yesterday opening IDE (Start -> MS Visual Studio.NET 2003) WITHOUT loading any file or project or sol...more >>

File has been modified outside of source editor
Posted by Vijay Ganga at 11/11/2003 8:06:11 AM
Every time I save .cs file, I get the "File has been modified outside of source editor, do you want to reload". All my project files reside on my local m/c - not across a n/w. Any ideas why this happens and how I can stop it? ...more >>

Adding menuitem for project
Posted by seeni at 11/10/2003 8:37:07 PM
I want to extend the context menu item for a project in solution explorer of VS IDE. Which object to use...? -seeni ...more >>

[VS7.1] c++ file extension
Posted by delta at 11/10/2003 7:28:27 PM
Hi, When you build a project file wich contains *only* c++ source files with .cc extension, you lack the C/C++ in project properties (and so, you can setup C++ properties of your project). In fact, the default editor in VS7.1 to open .cc file is a text editor (not the c++ editor) even if you ...more >>

VS Net 2003 Version Architect Crashed
Posted by Noel Ramirez T. at 11/10/2003 5:35:18 PM
Hi, If I tried to include a XML Schema into my Visual Basic Web App, I got the following error message: DevEnv.Exe The instruction at __________ referenced memory at ________. The memory could not be read. Ok to terminate the program Cancel to debug the program. Any help? ...more >>

Copying of subdependent dll
Posted by Sunny at 11/10/2003 5:07:48 PM
Hi, I have a solution with 2 C# projects: 1. MyClass - standard class library. It depends on Microsoft.mshtml.dll (I have added a reference from the NET tab, and have set the Copy Local property to True). So, when I compile the dll, it copies Microsoft.mshtml.dll to the bin directory, whe...more >>

how to switch to .Net Framework 1.1?
Posted by fred at 11/10/2003 2:58:18 PM
I have a C# project compiled with .Net Framework 1.0. I installed Framework 1.1 and did a project rebuilt. But using dumpbin I found the executable is still built with 1.0. How can I force compiler to use latest installed framework version without upgrading to VS.Net 2003? Thanks Fred ...more >>

IntelliSense Crash...
Posted by BornAgainSlakr NO[at]SPAM hotmail.com at 11/10/2003 12:06:45 PM
For some reason, VS2003 has decided that it will crash whenever I try to specify the global namespace (C++ ... I have not tested any other languages). Oddly enough, member access operators and mouse hovering work fine. I was able to "fix" this by deleting the solution's IntelliSense database...more >>


DevelopmentNow Blog