Psst! Did you know DevelopmentNow is a mobile web site design agency?

Contact us for help mobilizing your site, or to sign up for our beta Mobile Web SDK!


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 > september 2007

vs debugger shortcuts
Posted by John A Grandy at 9/27/2007 12:08:23 PM
I've somehow lost my keyboard shortcuts for VS debugging (F5,F10,F11,etc.). Does anyone know how to reset these? I've tried : Tools | Options | Keyboard | Reset Also tried restarting VS and restarting box. No luck. ...more >>


how do I access code snippets
Posted by Andy Fish at 9/27/2007 12:00:00 AM
hi, in visual c# 2005, if I type "prop" I get the intellisense thing pop up with a tooltip that says "code snippet for property and backing field" based on previous experience I would expect to press tab or click to select it from the pop-up list and some code would automatically appear. h...more >>

Toolbox to be Tabbed Page
Posted by Joh at 9/24/2007 6:38:23 AM
I've created a toolbox where I host a usercontrol. How to I set the toolbox programmatically to be a Tabbed Page? Dim programmableObject As Object Dim guidstr As String = "{439bc5e4-6ec1-491f-adc9-fffe36776c2e}" Dim windows2 As EnvDTE80.Windows2 Dim asm As System.Reflection.Assembly asm = ...more >>

Create shortcut on desktop
Posted by Tim Kelley at 9/20/2007 9:33:52 AM
I need to create a shortcut on the desktop but the shortcut's target is a file that is on one of our servers, not a file that is part of the project. Is it possible to do this, and if so how, I am having no luck. Thanks ...more >>

Updating IronPython Binaries?
Posted by lucius at 9/18/2007 2:04:04 PM
Installing VSIIP.MSI (Visual Studio Integration for IronPython) installs 1.0 DLLs. I have 1.1 version DLLs of IronPython.Dll and IronMath.Dll in another filesystem location. Can I simply overwrite the 1.0 DLLs in "C:\Program Files\Visual Studio Integration for IronPython" with newer versions, ...more >>

Add IronPython to Current Working VS.NET?
Posted by lucius at 9/18/2007 1:40:16 PM
Using Visual Studio 2005 and the 2005 SDK, I built the IronPython IDE add-on and can launch it from the "Experimental Hive". Now I would like to add IronPython support to my normal/regular hive (so I can create apps and etc using IronPython like I do with C#). How do I do that? Thanks. ...more >>

double-click on file in solution explorer
Posted by Poul at 9/18/2007 5:02:01 AM
Is there a way to change the default action for files in solution explorer. I rarely ever want to open the designer view, I'd much prefer to get to the code. I seem to remember that there was a way, but how...?...more >>

Make reference folder, bin folder and obj folder available?
Posted by winlin at 9/17/2007 2:04:00 PM
Hello 1)When using VS 2005 and VB.net when wouldn't the: reference folder, bin folder, obj folder not be present after creating a VB net Windows Application and only the form1.vb and MyProject folders only be created? 2)How can you assure that the reference folder, bin folder,obj folders...more >>



Replacing newlines & tabs with editor
Posted by Ray Mitchell at 9/17/2007 11:10:01 AM
Hello, My source code contains tabs and newlines. How do I tell the IDE editor (using find and replace) to replace such characters with other characters. I guess this boils down to how to represent control characters in search/replace strings. I've tried using a backslash to escape them ...more >>

build output missing in output window
Posted by DerPudelDesTodes NO[at]SPAM googlemail.com at 9/16/2007 3:36:52 AM
Hi, I've been tinkering around with this problem now for a while.. When building any C++ solution with my VS2005 Team Suite SP1 I get no output of the compilation process at my output window, only "Build started" and then something like: "========== Build: 0 succeeded, 1 failed, 0 up-to...more >>

VS 2005 Team Edition - Refactoring
Posted by Scott M. at 9/12/2007 6:42:27 PM
I've been told that the support for refactoring VB .NET code in VSTE is superior to the limited refactoring for VB .NET 2005 in VS 2005 Pro. Can someone point me to where the refactoring options are in VSTE for VB ..NET projects? FYI - I am aware of the Refactor! add-in and am NOT referri...more >>

vs.net 2005 can't work with sourcesafe in Shadow Folder model.
Posted by Napo at 9/11/2007 10:38:09 PM
I set a Shadow Folder in vss as admin. If i check in by vss, the file in Shadow Folder will be updated at the sametime. But, if i check in by vs.net 2005, the file can't be updated,why? ...more >>

Visual Studio.Net 2003 gets "stuck" compiling
Posted by Valmir at 9/11/2007 5:25:03 PM
Hi. I'm having a problem where Visual Studio.Net 2003 gets "stuck" compiling: Preparing resources... Updating references... Performing main compilation... (and never finishes) I've tried cleaning out temp files, checking network permissions, etc... but no luck. Exiting and restartin...more >>

Editor available outside full IDE?
Posted by Matt F at 9/11/2007 11:53:54 AM
Is there a way to make the code editor avialable outside of the full IDE? Being able to use "block selection" for regular text files without having to launch the full IDE would be very useful. Sure I can load up any text file in the full IDE which I've been known to do, but having the featur...more >>

Add-in to insert source code
Posted by Joh at 9/10/2007 6:02:23 AM
I'm developing an add-in for Visual Studio. With this add-in I'd like to insert source code to the the Visual Studio project that is hosting my add-in. How can I access the editor of the hosting project? ...more >>

I thought this would be simple
Posted by John Matthers at 9/9/2007 5:23:45 PM
Hi there, I've been fighting this for almost two days now. In VS 2005, I'm invoking "SolutionBuild2.BuildProject()" on various projects in an arbitrary solution and simply want to inspect each project's build errors via "DTE2.ToolsWindows.ErrorList". However, I'm finding that sometimes the ...more >>

Lost my "Error List" window
Posted by RobertPhoenix at 9/4/2007 10:01:50 PM
Something has happened with my copy of Visual Studio 2005. When I click on View/Error List (to try to see the "Error List" window) I don't see any error list window. After clicking View/Error List there is no visible active window. If I make Visual Studio go to full screen, and then click o...more >>

Windows Installer runs when I build any setup project
Posted by ME at 9/4/2007 9:10:06 PM
I have this really annoying problem with Visual Studio 2005. When ever I build ANY setup project the Windows Installer will begin to run and look for my Visual Studio installation files. I installed Visual Studio from an ISO (mounted with Daemon Tools v4.08HE) stored on a USB hard drive. Ty...more >>

set Read-Only
Posted by Mark at 9/3/2007 4:42:44 PM
Hi, How do I set Read-Only on a text file open in the IDE? My program uses logging files from a c++ program, I want to be able to view the logging files in the IDE without risking accidentally editing them. Ideally I would like to setup a Keyboard shortcut to set Read-Only. Thank...more >>


DevelopmentNow Blog