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 2005

Filter by week: 1 2 3 4 5

Start Page, Projects
Posted by Greg Rowland at 6/30/2005 6:33:52 PM
VS 2003 Enterprise Architect How do you clear then "Start Page, Projects, Open Exsting Project" page? How do you populate this page with projects moved from another computer? Thanx in advance, G ...more >>


VS2005: Custom code and designer views
Posted by Jaret Brower at 6/30/2005 1:57:03 PM
Is there a way to have custom views that are different in Desinger and Code view? For example, I want the Toolbox and Properties tacked in design view with Soultion Explorer Hidden, but when I change to code view I want Toolbox and Properties Hidden, but Solution Explorer tacked. Anyway ...more >>

VS2003: path limits in VC++ directories
Posted by sepeteus at 6/30/2005 8:39:29 AM
The problem: In VS 2003 after setting enough long path for library files in Tools->Options->Projects->VC++ Directories the linker starts to complain like following Linking... LINK : fatal error LNK1181: cannot open input file 'mpr.lib' Build log shows that my LIB environment variable ...more >>

VS 2005 - Starting debug session
Posted by Jaret Brower at 6/29/2005 3:18:01 PM
Is there a way to setup up VS 2005 Beta 2 to build the solution before starting debug by just hitting F5 like in 2003? Also in the source code tab groups is there any way to have the tabs on the bottom instead of the top?...more >>

Understanding Macros
Posted by Wayne Wengert at 6/29/2005 10:34:48 AM
I am using VSNE2003/VB. I came across an article that included a handy macro but I am lost trying to create the macro and I am also totally confused about how to run macros. I am an old duck and to me, you create/record a macro, give it a shortcut key and away you go. Reading the Help for macr...more >>

Deriving from User Controls -> Child visibility
Posted by Andreas Schmid at 6/28/2005 1:16:03 PM
C# 2005 Express Beta 2: When you create a new user control, place several children on it and then derive from your user control, you cannot access its children in the derived class - their visibility is private. Changing their visibility in in the "x.Designer.cs"-file is not a good idea...more >>

Remove WebControl when it is being added to WebForm
Posted by Luciano Bargmann at 6/28/2005 9:01:11 AM
Hi all, I have developed a set of WebControls, and some of my containers have to validate the controls being added to them. For example, I have myPanel that extends System.Web.UI.WebControls.Panel, and myTextBox, extending System.Web.UI.WebControls.TextBox; myPanel can have a myTextBox ...more >>

Tools | Build Web Comment Pages
Posted by Christopher Weaver at 6/27/2005 3:12:31 PM
What are the prerequisites for making this tool work correctly. So far it hasn't worked for me. It produces Solution_AppName.htm which includes a link to an error report and a link to AppName. The link to the error report works but the AppName link takes me to a page with another AppName li...more >>



Inheritance
Posted by Christopher Weaver at 6/27/2005 12:23:30 PM
I am using inheritance to place code in common to several forms in a superclass. This is working quite well. However, when I place a control on the superclass form and compile, it doesn't show up in any of the subclasses. What's the trick here? ...more >>

Projects on Start Page
Posted by pagates at 6/27/2005 8:19:03 AM
Hello All-- Is there any way to customize the Start Page to show more than 4 projects? I would like to show maybe the last 10, or all the projects under a particular root directory, or... It seems like 4 projects is not particularly useful, especially since I can just get those from the...more >>

Solution node does not appear in Solution Explorer (VS 2005 beta2)
Posted by pnunbe at 6/26/2005 3:04:01 PM
Hi, when I add a new project to a blank solution (or create a new solution from a template) the solution node disappears from Solution Explorer and only the project node is visible. I am thus unable to add other projects to the solution. The odd thing is that I once succeeded in creating a mu...more >>

Data Adapter Configuration Wizard caused error
Posted by YeeCN at 6/25/2005 12:00:00 AM
Hi, I am encountering the following error on step 2 of the Data Adapter Configuration Wizard: --------------------------- An Unexpected error has occurred. Error Message: Object reference not set to an instance of an object. Call stack: at Microsoft.VSDesigner.Data.VS.VsConnectionManage...more >>

Rename HTML Designer Control via addin
Posted by Dan at 6/24/2005 3:47:42 PM
All - I am trying to create some code that renames a web form control when it is dropped onto the designer in VS 2003. I have managed to get at the IComponentChangeService for the HTML designer and can recognize when a control is added. I can even change the name on the fly. The problem is that ...more >>

IDE can't run macros.
Posted by Anonymous at 6/24/2005 2:29:59 PM
For some reason my IDE won't run macros any more. If I try to open the macro explorer, I get the message: "Cannot load the recording macro project 'MyMacros' forthe following reason: This is not a .Net assembly. Would you like to recreate it?" If I say yes, it says "Unable to cre...more >>

Grids
Posted by Christopher Weaver at 6/23/2005 4:07:45 PM
I would like to place a data grid on two of my forms that would show comboboxes and buttons instead of simple fields. Are these things possible with the components that come with VS2003? ...more >>

Cut and Paste of Controls
Posted by Christopher Weaver at 6/23/2005 10:55:52 AM
I cut a grid from a form, added a group box, and pasted the grid back in. In the process, I lost my TableStyle definitions. Is this a common experience or did I do something wrong? ...more >>

Undo/Redo Error
Posted by James White at 6/22/2005 12:00:00 AM
I am having problems with several things in the Code window, including * undo/redo errors (will not undo or redo) * Does not detect coding errors or fixes till I go to another page and then back * Does not autoindent * The lines between subroutines are out of alignment This app...more >>

changing compiler (C/C++) options in VS2003 .NET IDE
Posted by gsz123456 at 6/20/2005 1:00:03 PM
Hi, how can I modify the COMPILER OPTIONS in the VS2003 .NET IDE for an existing (downloaded from internet) project. Original compile and project settings work fine. Tried to modify the command line compile options in the project properties. However it appears that I can only ADD new options ...more >>

Code Editor locks up
Posted by KDV at 6/20/2005 12:08:02 PM
I am using Visual Studio 2005 Beta2 on Windows XP Pro Sp2. After building couple of applications successfully now I am experiencing a problem in VS2005. The code editor does not respond to Enter and Arrow keys. So I cannot change the code. Does anybody know this problem? Thanks in Advance ...more >>

command prompt in vs2005 C++ debugger?
Posted by Gary Ferland at 6/20/2005 11:13:04 AM
I have a C++ console application that reads stdin for input and writes to stdout. In the previous three versions of visual studio if I run the code with the "start debugging" option a command prompt immediately appears and it is possible to enter commands and continue debugging. In VC++ 2005...more >>

Multiframework project in VS2005
Posted by Anders M. Mikkelsen at 6/20/2005 1:24:02 AM
I'm working on a project that compiles and runs on both the .NET framework and the .NET compact framework. At the moment I maintain two separate VS2005 project files, a "PC" project file and a "Windows CE 5.0" project file. The problem is that, whenever I make changes to one of the projects,...more >>

annyoing auto checkout when adding existing files
Posted by Max Berghammer at 6/17/2005 11:22:07 AM
How can i turn off the really anoying "feature" in Visual Studio .NET 2003, that existing items ( .cs files in my case ) are automatically checked out through vss-integration, when they are added to my project through contextmenu->"add existing item" ? This one is really getting onto my nerves !...more >>

VS.net Tips and Tricks
Posted by EggHead at 6/16/2005 11:19:12 AM
Hi all, Is there a book talk about the tips and tricks on the vs.net IDE? = Nothing to do with C# or vb.net. My problem is that it deletes all the bookmarks, I just want to deletes = one. Thanks Egghead...more >>

brackets highlight
Posted by vo1d at 6/16/2005 10:02:10 AM
is there a setup option for the ide with which it is possible to get a bracket pair highlighted just when the cursor gets over one bracket? the only hightlight i got is only on closing an open bracket. most common editors got such a feature so it would be nice to see it in vs2005 too, if it ha...more >>

VS2003: Designing Inherited control in Designer
Posted by Jaret Brower at 6/15/2005 12:29:05 PM
Is it possible to use design view to design a control that is derived from Panel? When I create a UserControl, and change it's base class from UserControl to Panel, I can only add controls in design view, not actually design them....more >>

VS 2003 locks a solution dll and will not finish the build
Posted by Jerry Becker at 6/15/2005 12:27:02 PM
I have a Windows application with a main window and several child windows impleted in separate projects in the same solution. Things have been going fine until Monday when suddenly VS complains that it "Cannot copy temporary files to the output directory" and "The file Test.dll file canno...more >>

Indenting Code Problems
Posted by KulSeran NO[at]SPAM gmail.com at 6/14/2005 8:40:07 AM
in VS6 i could "indent closing brace" if ( true ) { } Is there any way to get VS7 to do that too? ...more >>

vs2005: nested master pages
Posted by param NO[at]SPAM community.nospam at 6/14/2005 12:02:29 AM
Hi all, I have a website with 1 level nested master pages. I have configured the pages element in web.config and setting the masterfile property there pointing to the 2nd master file (nested). VS 2005 compiler gives 2 errors on the aspx page:- Error 11 The element 'html' occurs too few time...more >>

Problem adding existing files to Web Project
Posted by Dave Newman at 6/13/2005 7:52:21 PM
I know this question has been asked before but I can't find any decent answers. I can't use Visual Studio 2003 to add existing files to my web project. Currently i receive the following error: Unable to get file 'http://localhost/project/file.vb' from the web server. Server error: 'project...more >>

Force app onto 2nd monitor
Posted by Steve Teeples at 6/13/2005 9:13:04 AM
Is there a way to force and application to appear on a second monitor when running the IDE in debug mode? The IDE is on the primary monitor and I'd like the application to start up on the 'other' monitor. -- Steve...more >>

VS2005 creating buttons for CommandsBars does not work
Posted by Gerrit Beuze at 6/13/2005 12:00:00 AM
Hi all, In a VS 2003 and VS2005 add-in I'm using the DTE.CommandBars to create new menus and toolbars and fill them with items. In VS 2003 this works OK, however for VS 2005 BETA 2, this causes exceptions. Any idea what's causing this? Any work arounds? Thanks in advance, Gerrit Beuze...more >>

VS2005 problem with Addin IconData
Posted by Gerrit Beuze at 6/13/2005 12:00:00 AM
Hi all, I'm trying to show an aboutbox icon for a VS2005 beta 2 addin through the .addin file. However nothing appears, not even the default icon as provided by the add-in wizard. <Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility"> <Addin> <AboutIconData>icon d...more >>

Project Stats Generation
Posted by Bruce at 6/11/2005 10:31:36 PM
Is there any mechanism within Visual Studio.NET 2003 to generated a summary of project stats, such as # lines of code, # of classes, # of methods, etc. (across all files within the project)? Thanks, Bruce ...more >>

Visual Studio .NET Spyware ?
Posted by Cteniza at 6/11/2005 8:33:26 AM
Every time i open VS IDE/HELP i found a new file on the temporary files folder. All the files are named "IM" + variable + ".XML" contain: <?xml version="1.0" encoding="utf-8"?> <UI> <String Id="L_FeedbackLink_TEXT">Send feedback to Microsoft</String> <String Id="L_MessageLink_TEXT">Micros...more >>

Open in Code View instead of Design View
Posted by Jaime at 6/9/2005 10:40:28 PM
Is there a way to configure the IDE so every time I double click on a .cs file in the explorer it opens the code of the cs instead of going to the designer by default? Thanks ...more >>

project level namespace imports
Posted by Danny Robinson at 6/9/2005 12:44:04 PM
Can't find in Visual Studio 2005 where I can declare any project level namespace imports. The old version has an imports feature under the configuration properties for the project. The Help pages says it's there under references or something, but it's not. Am I missing something, or just ...more >>

VS.NET 2005 IDE unstable with managed MFC projects
Posted by Tamas at 6/8/2005 12:00:00 AM
My company is developing a product in VS.NET 2005. In the project we = want to use legacy code written in C++/MFC. To achieve this, we created = a regular MFC DLL project with the /clr option ON, in that we plan to = implement managed wrapper classes that call into the legacy MFC code. = The leg...more >>

How can I configure a partioned solution ??? VS2003
Posted by Martin Schmeller at 6/6/2005 12:00:00 AM
Hi everbody, I don't know how to create a partioned solution with VS2003. I can add more than one project to my Solution1 but I think I have to create Child-Solutions of Solution1 for a partioned solution!??? Can you help me? Greetings Martin ...more >>

VS.NET 2003 Crashes
Posted by Jaime at 6/5/2005 12:29:52 PM
Hi All, I'm getting a bit frustrated with this.... It seems that my IDE is crashing a lot. When I tray to debug a process (Tools-Debug Process) some times it crashes, I can't figure out what makes this happen, but any ideas would help. Also, sometimes with I use de directory combo box in a ...more >>

Automation: connecting to VisStudio.Net 2003
Posted by Developer at 6/3/2005 9:02:02 AM
Hello, I was connecting to VisStudio.Net 2003 like this: CLSIDFromProgID(L"VisualStudio.DTE", &clsid); hr = GetActiveObject(clsid, NULL, &punk); After I installed VisStudio.Net 2005 b2, the code above connected me to the beta. How can I connect specifically to the older version of...more >>

Solution configuration management in VS2005
Posted by Anders M. Mikkelsen at 6/2/2005 11:13:02 PM
I have a problem with the solution configuration manager / the build system in VS2005 beta2: - I have two projects, ProjectA and ProjectB. - ProjectA depends (has a project reference to) ProjectB. - I can build my solution and both projects compile - no problem. - Since I'm only working on Pr...more >>

Interacting with the VS.NET CSS Editor
Posted by James at 6/2/2005 6:06:02 AM
I need the ability to create a .css file from within my application. Would it be possible to interact with the editor provided in VS.NET and then for me to write code to save the output to a file? Thanks James...more >>

Debugging classic ASP in Visual Studio .NET
Posted by Griff at 6/2/2005 12:00:00 AM
I use Visual Studio .NET to debug my CLASSIC ASP code. However, this code has several INCLUDE files that all have the .INC extension. As a result, VS will happily step through this code, but won't allow me to put any break points in these pages (at least ones that cause the application t...more >>

Stupid Newby - header file question
Posted by Marc Pelletier at 6/1/2005 9:55:07 PM
Hello, I am new to C++, but not to programming. I've created a class in the same file as the main function of a console app which uses the class. Now I want to put the class in a file of its own, so I can use it in other situations. Obviously I need a header file for the class, so I can r...more >>

missing keyboard shortcut - edit.deletebackwards
Posted by Marc Pelletier at 6/1/2005 9:32:16 PM
Hello, I don't know how I've done it but I've lost the keyboard shortcut for the backspace key. It translates to edit.deletebackwards in the standard keyboard schemes. Yesterday I created a new scheme, that I don't want to abandon, but somehow I've lost the backspace ability. And I can't se...more >>

NullReference in 2003 IDE
Posted by Nick Jacobs at 6/1/2005 2:34:49 PM
Hi Gang, I was just wondering if anybody has seen the IDE bug I'm seeing in 2003. When I bring the the Style Sheet builder, I get a bunch of NullReference errors on my screen. It looks like it is happening as it is drawing the icons down the left side of the StyleBuilder dialog box. I've ...more >>

Any solution to Weird hidden window in VS.Net 2003 ?
Posted by Victor Rubinstein at 6/1/2005 12:05:28 PM
All the threads on "Weird hidden window in VS.Net 2003" stop sometime in May 2004. Does anybody know if there is a resolution to this problem? On Jan 8 2004 J.Marsch wrote: "I work on a dual monitor machine. Usually VS.Net is running maximized in the left (primary) monitor. Now I've ...more >>


DevelopmentNow Blog