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 > february 2005 > threads for february 22 - 28, 2005

Filter by week: 1 2 3 4

Vertical scrollbars do not show in design mode
Posted by John Dalberg at 2/28/2005 12:56:00 PM
I have an aspx page which I am using Dreamweaver to modify. The page is about 3 screens long. The problem is that VS.NET is showing the first screen without showing the vertical scrollbars in the designer. Therefore I can't make any changes beyond the first screen. I am guessing VS encounte...more >>


Build object only?
Posted by eat_spam NO[at]SPAM nlsa.com at 2/28/2005 11:33:08 AM
I'm new to VS 2003 so please bear with me... is there any way to build (or compile, or just error-check) a C# file without it being part of a project? In other words, to just build the Object defined in a .cs file that is not in a project? ...more >>

Tool Bar Configuration
Posted by Fao, Sean at 2/28/2005 11:07:02 AM
Hello, I recently reinstalled the VS.NET 2003 IDE and my tool bar got all screwed up. I tried to manually add/remove the items on the bar to reset it to a default configuration; but, certain items didn't want to be removed or moved into their default location. Screen-shot available here: ht...more >>

Addin Startup
Posted by chofra03 at 2/25/2005 1:23:07 PM
Hi, Recently I build a Addin application from scratch based on Addin application source that I got on the internet. While building, installing and starting the based Add-in in debug mode, once the OnConnection method is called, while looking at the Extensibility.ext_ConnectMode connect...more >>

VS 2003 incorrectly removing ASP.Net event handlers - hotfix?
Posted by Stu Carter at 2/25/2005 10:23:23 AM
Hi, ENV: Windows 2003 Server, VS 2003, .Net Framework 1.1 SP1 A number of our developers have raised an issue with DevStudio removing event handlers from our ASP.Net pages - in the C# code-behind. It mostly happens when editing in the HTML view of the page and sometimes in design mode; De...more >>

Navigation keys stopped working
Posted by Will Holley at 2/25/2005 10:05:42 AM
After installing ReSharper my navigation keys (arrow keys, delete, backsp, tab, end, home, pgup, pgdn) have stopped working in Visual Studio .NET 2003. I have removed resharper and uninstalled / reinstalled visual studio but still no joy. All is fine in other text editors (notepad, word, et...more >>

Macros not working in VS.NET 2003
Posted by Michael Rodriguez at 2/25/2005 7:21:03 AM
My macros don't seem to be working anymore. I can create a new macro and save it, but when I try to run it, either by right-clicking in Macro Explorer or through a keyboard shortcut, it doesn't work. It shows "running macro" down at the bottom of the IDE, but it won't do anything. I can't e...more >>

Bizare Problem in Web Form Design Time Environment
Posted by Hifni Shahzard at 2/24/2005 10:31:01 PM
Hi, Environment: Windows XP with SP2, Visual Studio.NET 2003 Architect, Java Web Start; I switched to HTML Source Environemnt, and add an applet into there(In this case I'm using EasyChart from Objectplanet). I was able to build my project and run it as well, and the content did displayed...more >>



using intellisense, it appears to be case sensitive, is that correct?
Posted by Flip at 2/24/2005 4:07:57 PM
I would like to double check something. It appears that VisualStudio 2k3's IntelliSense feature is case sensitive, is that correct? Why am I asking? Cause one "feature" I like with JBuilder is it's CodeInsight is not case sensitive, therefore I can just focus on the correct spelling of a met...more >>

Problem with Add-in toolbar
Posted by chouinard.francois NO[at]SPAM gmail.com at 2/24/2005 12:44:26 PM
Hi, Recently, I created a simple Add-in that add a command bar buttons to Visual Studio .NET and did it with success. Then once I uninstalled my Add-in, the associated toolbar is still displayed in the Tools->Customize dialog. While trying to delete the toolbar by selecting THE Toolbar, the...more >>

Custom hyperlinks in comments
Posted by Jacob W. Foshee at 2/24/2005 9:59:41 AM
I would like to add support for VS to recognize custom hyperlinks in code comments (as opposed to only http, etc.). Any ideas? For me this would be a useful way to launch our bug tracking database from the relevant code. For example: // The following line fixes bugdb:123456 or if need b...more >>

.NET project properties don't take
Posted by Jonathan Rynd at 2/24/2005 8:31:27 AM
Hi, We have a project that was originally developed in VC++ 6.0. It had a dsw, a dsp, and a number of c, cpp, and h files. We upgraded to .NET (Microsoft Development Environment 2003 7.1.3088) and opened the DSP file. It was converted into a vcproj and a sln. After making necessary cha...more >>

VS won't open existing web project
Posted by IT Drone at 2/24/2005 12:32:42 AM
I'm running Windows Server 2003, IIS 6.0, and VS 2003. I have an ASP.NET project I previously created, and went to open it back up to make modifications. Now VS won't open http://localhost When I try to open that location, it just goes to "My Documents" I haven't changed anything on ...more >>

VS.NET 2003 Macro Editor does not start - shows "No such interface supported"
Posted by Mike Domashchenko at 2/23/2005 4:24:18 PM
The problem: Macro Explorer window shows the tree with Samples and MyMacros and allows me to expand nodes under Samples but whenever I pick some macro and try to invoke editor by selecting Edit from the context menu, all I'm getting is a modal dialog saying "No such interface supported". ...more >>

Why Codeswap is not working?
Posted by John Dalberg at 2/22/2005 10:53:50 AM
I installed Codeswap on two different machines running VS.NET 2003 and the event log shows the error below in both. Why the path not found error... what is it looking for? I am going to guess that this tool works in vs 2002 only as it has been developed years ago. Also is there any logical...more >>

icons for dialog based MFC app
Posted by Roger at 2/22/2005 10:09:06 AM
I have developed only one graphical app using the VS6 IDE. I would now like to develop an app using VS.NET. In both cases the apps are dialog based so I used the wizard to specify a C++ MFC SDI app with a dialog starting class. Among the resources the VS6 wizard created was an icon resource...more >>

Creating Visual Studio .NET Addin Toolbar.
Posted by chouinard.francois NO[at]SPAM gmail.com at 2/22/2005 6:08:58 AM
Hi, Does anybody knows how to create a toolbar with button for an Add-in within Visual Studio .NET. Thanks....more >>


DevelopmentNow Blog