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 > january 2006

Filter by week: 1 2 3 4 5

Change from WEB developer to VB developer
Posted by Leo at 1/31/2006 10:53:50 PM
How do you change the developer type after you have installed VS2005? ...more >>


Automation Extender in VS 2003 for BizTalk Project
Posted by Gnic at 1/31/2006 9:36:40 PM
Hi everyone, I need to generate BizTalk Project and components programmatically, I tried to use the DTE.Project class, but I can't manipulate the project properties (e.g. AssemblyName, references). Does anyone have experience on using DTE with BizTalk project? Basically what I want to do is to c...more >>

Managing VS 2005 Snippets
Posted by Ray Stevens at 1/31/2006 10:05:07 AM
I am exploring the Snippet Manager for VS 2005 and have some questions. Most of the packaged snippets appear to be Visual Basic, with only a limited number supplied for C#. I am curious why this is so. Also, I tried importing a C# snippet but it only allowed me to import into Visual Basic, ...more >>

VS 2005 Smart Application Debugging Problem
Posted by John J. Novak at 1/31/2006 8:14:38 AM
I cannot put breakpoints into my Pocket PC application's timer or paint event handlers using VS 2005 and .NET CF 2. I get "There is no source code available for this current location" and "Remote Connection Lost" errors. I can breakpoint in other spots. These breakpoints do work on VS 2003 ...more >>

VS2003 .NET CF 2.0 Support
Posted by John J. Novak at 1/31/2006 8:06:28 AM
Can I develop for .NET CF 2.0 using VS 2003?...more >>

VS2005 Multiproject Templates, how to control how folders are created?
Posted by Juan M. Servera at 1/31/2006 12:00:00 AM
Hello, have create a multiproject template as explained at the article: http://msdn.microsoft.com/msdnmag/issues/06/01/CodeTemplates/ It is working and creating all the projects I've added, but when it creates the solution first it creates the main folder solution, adds the .sln file there a...more >>

VS2005 Automation: How to find active document item in Solution Explorer hierarchy?
Posted by Alex Blekhman at 1/29/2006 9:14:46 PM
Hello, I'm writing macro for VS2005 and I need to find programmatically currently active document in Solution Explorer hierarchy. "Track Active Item in Solution Explorer" option is OFF, so I need to figure out solution path for active document. I can easily find file path of active doc...more >>

VS2005 Standard Lost Toolbox
Posted by RG at 1/29/2006 11:28:25 AM
I have lost toolbox and when I click on toolbox under view menu, nothing happens. Any ideas? Thanks in advance ...more >>



Special Autocomplete
Posted by Euphilos at 1/27/2006 1:42:26 PM
Hello, I've noticed a nice feature in VS 2005: Intellisense now provides autocompletion for Color, Pen, Brush parameters with the static members in the Color, Pens and Brushes classes (perhaps this works for more classes). This is new, because previously only enumerations got this treatme...more >>

Visual Studio for Applications?
Posted by Juan Dent at 1/27/2006 10:53:26 AM
Hi, Back in 2002 with .NET first version, VSA was announced as a managed replacement for VBA - essentially one that would understand the managed object model. My question is whether in VS 2005 we have this already as a real tool we may use and whether it comes with Team Edition VS 2005 f...more >>

ANN: Free PDF books for registered users of Visual Studio 2005
Posted by Carlos J. Quintero [VB MVP] at 1/26/2006 3:45:33 PM
Hi all, I just wanted to let you know that if you have registering Visual Studio 2005 finally has some benefits. You can get electronic PDF books about Visual Studio 2005 and some other stuff. For example, the updated book "Working with Visual Studio 2005" by Craig Skibo and others (prev...more >>

Honey, I Shrunk the Form
Posted by Phil Blake at 1/26/2006 1:13:10 AM
VS2005 has a bad habit of shrinking my form every time I compile. I doubt if there's a solution to this problem (besides Microsoft's fixing the bug), but I'm curious if anyone else has experienced the same thing. The Story: I converted a C# project from VS2003 to 2005. Ever since then, ...more >>

I don't want line break
Posted by Peter Hartlén at 1/25/2006 4:53:16 PM
I don't know how or when but my IDE line breaks all rows wider than the display surface (and inserts a small return like arrow), this is quite annoying but I have been unsuccessfull in my attempts to find where to stop it! Anyone with a suggestion? / Peter ...more >>

Colour coding lost
Posted by Joe Fawcett at 1/25/2006 12:00:00 AM
I recently moved from VS .Net 2003 to 2005. In 2003 I could edit .asp files and colour coding and Intellisense was provided, now it no longer is. Can anyone tell me how to get it working again? -- Joe Fawcett (MVP) https://mvp.support.microsoft.com/profile=8AA9D5F5-E1C2-44C7-BCE8-87...more >>

Accidently killed tabs in toolbox
Posted by moondaddy at 1/24/2006 11:57:48 PM
I accidently killed the tabs in my toolbox and it really messed things up including compile errors. how can I restor the tabs and all the tools in my toolbox? Thanks. ...more >>

VS2005 Standard XSLT debugging
Posted by Mike Koerner at 1/24/2006 11:53:33 AM
Hi, Is XSLT debugging an included feature of VS2005 Standard? I used it in Beta2 but it seems to be disabled in VS2005 Standard. I also cannot get the XSL intellesense to work for xmlns:xsl=http://www.w3.org/1999/XSL/Transform Thanks, Mike ...more >>

vs 2005 - no intellisense
Posted by param NO[at]SPAM community.nospam at 1/23/2006 10:17:35 AM
Hi all, I had a web app on 1 server that I moved to another server (simply copied files over). Intellisense used to be working, but now it no longer is working. Any ideas why? When i am in the page.aspx.vb page, I dont get any intellisense at all. I dont get intellisense on the .ascx.vb pages ...more >>

Modify project file programmatically without add-in or macro?
Posted by wsr NO[at]SPAM williamrakocy.com at 1/21/2006 11:22:41 AM
Hello, I'm wondering if it is possible to open and modify a csproj file programmatically outside of a Visual Studio Add-in project. I'm envisioning something to the effect of the following (simplified) pseudo code: VSProject proj = VSProject.LoadFromFile(pathOfProjFile); proj.RemoveFile(...more >>

Anyone have *NO* problems w/ VS05?
Posted by Peter Franks at 1/20/2006 8:25:28 AM
It seems like there have been a lot of issues w/ 05. And no, I haven't evaluated any of the betas or the release. Just as an informal 'poll', if you have successfully used the RELEASE version of VS05 with *NO* problems, please reply to this post. (No problems being defined as same or fewe...more >>

VS2005 intellisense hang, CPU 99%
Posted by WangYun at 1/19/2006 2:31:13 PM
Hi, I found that vc2005 intellisense will hang for one of my project, I spend some time to make a smallest project which can reproduce this problem. I try to attach the project here, but NNTP server say the article is too long, where can I post my test project(94.6KB)? Or, Is there any fi...more >>

[VS.NET 2005] Nested Master Pages and Unrecognized tag prefix or device filter 'asp'
Posted by Markus R. at 1/18/2006 10:04:36 AM
Hi, I use nested master pages. On a content page I dropped some ASP.NET controls. The page and the contols work but VS.NET reports an error for each <asp:...> server control: Error 1 Unrecognized tag prefix or device filter 'asp'. ´ This is how the content page looks like: <%@ Page L...more >>

Newline + smart indent
Posted by billy at 1/18/2006 5:11:05 AM
I'm using vs.net 2005 with emacs bindings. I can't figure out how to get a context aware newline + auto indent. The cursor always goes directly to the far most left column. If I type a semicolon and then hit tab it will move to the right location. Is there some combination of settings I need...more >>

'Embedding' Framework 2.0 into application possible?
Posted by Jack at 1/18/2006 12:01:17 AM
Hi, We all know the end user must install the .NET Framework 2.0 to run 2.0-Framework applications. But, is there a way to 'embed' the framework into a windows forms application without the user actually installing the framework in the first place. The application would load the CLR at ru...more >>

VS designer - Removing property changes in a sub class
Posted by Jan_Weingärtner at 1/17/2006 1:20:46 PM
Hi. Assuming i have changed some properties of a control in a form sub class in the form designer. Is there a simple way to get back all properties of the base class? regards and thanks, Jan...more >>

Changing the behavoir of "New Project"
Posted by cartoper NO[at]SPAM gmail.com at 1/17/2006 12:46:04 PM
When I installed VisualStudio 2005, I selected C++ as thee default language. Now when I go to creawte a new project, it has Visual C++ at the top, then there is an "Other languages" node. I would like to change that so that C# is at the top and C++ is part of the other languages. Is there any...more >>

Error in designer
Posted by Juan Segura at 1/17/2006 12:05:04 PM
I have a migrated project from VS2003. In severals forms, and in random cases the designer displays this error: "The designer cannot process the code at line 109: Me.button1 = New System.Windows.Forms.Button The code within the method 'InitializeComponent' is generated by the designer and s...more >>

Add cotrold to a form by using a macro
Posted by Matthew Heinrich at 1/17/2006 11:01:13 AM
Is there a way to add a control with a macro to the current form I am working on? What I am looking to do is that every time I add a textbox I would like to add a label. Thanks Matt PS. I am using VS 2005 ...more >>

How to insert stub code for overrides, etc?
Posted by EricRybarczyk at 1/17/2006 9:35:02 AM
If I am writing a class which inherits from some other class, is there a simple IDE way to select a method in the base class and insert basic stub code to override it in the child class? I am unable to find a way, but maybe I'm not searching on the right keywords to find the answer. I expect...more >>

Relocate snippets?
Posted by clintonG at 1/16/2006 3:48:00 PM
// VS2005 path C:\Program Files\Microsoft Visual Studio 8\VC#\Snippets\1033\Visual C# I'd like to relocate to My Documents. Is this possible? <%= Clinton Gallagher ...more >>

Getting Selected Text
Posted by pagates at 1/16/2006 7:36:03 AM
Hi All, This question is in regards to VS2003 (using C#, if that's important), but I would appreciate any comments on VS2005 (if there is a difference), as I will be moving to that "soon." I am making a first attempt at creating my own Add-In (more as an exercise in doing so than for any...more >>

CreateInstance() instance can't get back to base type at design ti
Posted by David Creel at 1/14/2006 3:07:02 PM
I have derived a small example of the problem mentioned above. It is setup like this: Assembly 'PluginHelper' has a class named 'Helper'. Assembly 'PluginFramework' has a class named 'PluginBase' and a class named 'TextPlugin' that inherits 'PluginBase'. Assembly 'PluginImpl' has a class n...more >>

DataDirectory macro
Posted by Chuck P at 1/13/2006 12:44:58 PM
Is there a way to permanently kill or make disfunctional the DataDirectory macro. When I put a connection string in Settings I really don't want some Macro messing with it. http://blogs.msdn.com/smartclientdata/archive/2005/08/26/456886.aspx ...more >>

ASP.NET Migration problems in VS.NET 2005
Posted by Ken Varn at 1/12/2006 4:13:54 PM
I just installed and fired up my VS.NET 2005 with deep anticipation for all the great things that I have been reading about. I decide to migrate my existing VS.NET 2003 solution which contains an ASP.NET application. I must say that the migration did not go as smoothly as I would have anticipat...more >>

[VS2005] IDE hangs during macro debugging
Posted by Johan Nilsson at 1/12/2006 11:22:11 AM
Hi, I'm experiencing consistent hangs in VS.NET 2005 if I: - Open the macros IDE - Setup a breakpoint inside a macro - Debug the macro - When stepping through the macro code, make a code change (anywhere in the module). - Try to save the file (macro project). Both the macros IDE and t...more >>

[VS2005] Macro projects under source control
Posted by Johan Nilsson at 1/12/2006 11:10:10 AM
Hi, is there anyway to have Macro projects under source control, and make Visual Studio recognize this, so that I can check out/in the projects from within the IDE? I've reverted to checking them out from the command-line, which causes some other problems (see my previous post about keyb...more >>

[VS2005] User macro keyboard mappings disappearing
Posted by Johan Nilsson at 1/12/2006 11:06:48 AM
Hi, I've developed some macros using the macros IDE. The macros are stored in a separate macro project (.vsmacros file), that I load using Tools/Macros/Load Macro Project. Once loaded, I can assign shortcut keys to the different macros - but, if I unload/load the macro project the assign...more >>

IDE Toolbox docking
Posted by Chuck P at 1/11/2006 8:20:40 AM
In the IDE I have the ToolBox and DataSources Tabbed/Docked on the left so that they fly out when you hover over the tab. Sometimes they don't want to go back in. Is there a trick to make them retract. Problem is most prononuced in the design mode. Clicking on the form or sourcecode does...more >>

VS2005 TableAdapter TableMappings
Posted by Simon Lampen at 1/10/2006 7:53:03 PM
Sorry I can't find a VS2005 group so here goes... Is it possible to visually edit the TableMappings of the underlying DataAdapter of a TableAdapter?? This is possible to do for a simple DataAdapter using the properties window when exposed on the simple component designer. I can resort to t...more >>

vc 6 ide or vsnet2005 better debugger?
Posted by dave at 1/10/2006 4:03:50 PM
Which of the 2 has an easier to use debugger, what has better variable value display, stepping, function returns, stack display etc. thanks ...more >>

A file with the same path already exists in the project.
Posted by Donal McWeeney at 1/10/2006 2:22:38 PM
I created a new project in VS 2005 - manually added some xml files to the folder tree and then through the IDE did an include in project... Now I am getting warnings for each file I added... The file 'file' could not be added to the project. A file with the same path already exists in the...more >>

VS2005: Adding Interface
Posted by Mark Olbert at 1/10/2006 1:50:55 PM
One of the things I liked about VS2003 (and 2002, for that matter) was that when I added an interface to a class definition VS automagically added stubs for the methods: public class A : B, ISerializable { .... GetObjectData(...) <- this got added automagically when you completed typing ISeri...more >>

Missing Configuration Manager
Posted by Euphilos at 1/10/2006 11:46:03 AM
Hello, I'm running VS 2005 Pro with a Visual Basic application project, and I ran into the following issue: when opening VS from a different user account than the one it has been installed from, it will reset its settings (with a select layout configuration dialog) and, after this, the "C...more >>

Toolbox Components Timer
Posted by Kingry at 1/10/2006 10:46:03 AM
I am trying to create a service application using VB.NET (VS 2005) and I need to use the "system.timers.timer" class. However when I drag the timer from the toolbox from either components or windows forms I end up with the "system.windows.forms.timer". I read that the one in the components a...more >>

ANN: SourceHero 1.0 Beta Released!
Posted by Ice at 1/10/2006 1:12:44 AM
Hi, We are pleased to announce the release of SourceHero 1.0 Beta. SourceHero is a source control tool built on Microsoft SQL Server which integrates with Visual Studio.NET and JBuilder. It is designed to be the compelling replacement for Microsoft Visual SourceSafe. For information about...more >>

Macro to kill a process
Posted by Oenone at 1/9/2006 3:43:36 PM
Hopefully this is the right place to post this -- if not, please let me know where the appropriate place is. Can anyone point me to a VS2005 macro that locates a running Windows process by name and then kills it? Many thanks, -- (O)enone ...more >>

Solution Explorer pane has disappeared
Posted by RyanRounkles at 1/9/2006 3:31:02 PM
I have the latest & greatest VS2005 standard installed, as well as VS2003 Enterprise arch. I am having no problems with 2003. In VS2005, when I open an existing project or create a new one (tried every project type, including website), the "Solution Explorer" pane does not appear anywhere. All...more >>

Building Web from local drive map
Posted by Ken Carter at 1/9/2006 8:26:07 AM
VS 2005: I've run into an issue building a web using a local drive map. The dev workstation maps a drive to the web server. Build shows successful. However, reference components that are pointing to the C:\Windows\Microsoft.Net\Framework file structure are missing on the web server. Wh...more >>

C# Class Wizard broken after Windows Update
Posted by Pete Moss at 1/7/2006 8:59:02 AM
I recently performed a Windows Update on 2 XP SP2 machines. Since then I have 2 VS .NET 2003 IDE problems that are driving me crazy. The first is that I can no longer use the C# Class Wizard. From Class View if I select Add->Add Class.., the wizard appears followed by an error dialog about a s...more >>

How to Delete a Template
Posted by Wayne Wengert at 1/6/2006 5:26:13 AM
How can I delete a template in the "New Web Site" selections? ...more >>

I use the ide and I have a new idea for microsoft
Posted by racheli at 1/6/2006 12:48:36 AM
Hi, How can I send this idea to microsoft? If I'll be the first one who suggest it, should I get any fee for that? Thanks, rachel ...more >>


DevelopmentNow Blog