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

Filter by week: 1 2 3 4 5

Partial class not visible
Posted by npaulus NO[at]SPAM hotmail.com at 5/31/2006 6:39:38 PM
Hi All, I have a web page called default.aspx in my VS 2005 project. I can view the following files default.aspx default.aspx.cs but I cannot view the default.aspx.designer.cs file There is no View Code Gen option in the context menu when I right click on the file. Further more, My we...more >>


To Do Add-In
Posted by Tim at 5/31/2006 10:03:00 AM
Does any one know of a good add-in that will allow you to keep track of items that you need to work on? Thanks Tim ...more >>

What is "Reference Paths" setting for?
Posted by Chris Cichocki at 5/30/2006 8:50:02 AM
At first, I thought this was going to be an alternative way of specifying what assemblies are tied in to your project. IE, instead of putting in individual "References" via the right-click, Add Reference, you could just put in the name of a folder containing dependent assemblies and it would ...more >>

customize colors and fonts in VS 2003
Posted by salvatore.difazio NO[at]SPAM gmail.com at 5/30/2006 8:06:19 AM
Hi guys, I would like to know if is possible customize the colors and fonts of VS 2003 and where can I get the files that modify my colors and fonts. I don't want modify all the colors by myself. Tnx ...more >>

Toolbox Icons
Posted by Lee at 5/30/2006 7:35:02 AM
My VS 2005 toolbox gets confused and shows the same Icon for all or sometimes most controls, and it's not always the same icon. The controls themseves are correct when placed on a form. Is there a fix for this?...more >>

IDE problem with ASP.NET
Posted by Amit Bansal (MCT, MCSD.NET) at 5/30/2006 12:00:00 AM
Hi, Every time I compile asp.net project it says 'Unable to write to output file 'C:\Inetput\wwwroot\....\...dll': The process cannot access the file because it is being used by another process' I need to close the IDE, delete the cache under VSWebCache and then run the projec...more >>

God Help Me... no more postbacks possible!!
Posted by Robert Dickow at 5/29/2006 1:35:01 PM
Something has gone really wrong with my VS 2002 under .NET 1.1... I can't make any controls do postbacks in my web applications. You read that correctly. If I add a Button web control, for example and write code in the event handler, it never executes. What happened? Do I have to reinstall...more >>

Clipboard Ring - 2003 Style
Posted by Terry at 5/26/2006 3:50:02 PM
I have noticed some old threads and comments about the lack of the .Net 2003 type clipboard ring. Just want to point out that for a more 'visual' way to save code segments, simply drag the code to the toolbox (General Tab). You can then double click it to have it inserted. -- Terry...more >>



IDE bug?
Posted by Terry at 5/26/2006 3:44:02 PM
I have noticed the following (incorrect?) behavior: When I enter a new property, the IDE correctly sets up the Get and Set blocks for me EXCEPT when the next (non-white space) is a #Region directive. In this case, no get and set blocks are setup. Comments? -- Terry...more >>

Lost Tooltip in VS.NET 2005 IDE
Posted by Rob at 5/26/2006 8:18:19 AM
When I hover mouse over any vs.net 2005 tool button, tooltip does not show any more. I tried to restart the computer but didn't seem to help. Does anyone know how to fix this? My OS is XP Pro. Thanks. ...more >>

Use a single source file in multiple projects
Posted by Paul Cheetham at 5/25/2006 7:07:57 PM
Hi, I have two projects where I want to use the same source file in each project. (VS2005, c#, single solution) If I add the file to each project, then a local copy is made. I want to be able to have a single source file used by both projects so that I only have to change one file. I am ...more >>

Making a Code (.cs) file "belong" to an ASPX after the fact
Posted by Alex Maghen at 5/25/2006 8:02:02 AM
Hi. Is there any way to get a .CS file to become the code-behind file so that it collapses under it's "owner" aspx file without creating both from scratch inside the IDE? Alex...more >>

Change label's Name when Text assigned at design time programmatically?
Posted by mnadig at 5/24/2006 2:36:30 PM
I have my own control that inherits from Label. When I drop it on a form, it defaults the object Name to MyLabel1 and the Text to MyLabel1. I'd like the control to automatically rename itself if it detects, at design time, the Text property changes; e.g. private sub MyLabel_TextChanged.... han...more >>

Debugger Users - Access is denied
Posted by CitiTech at 5/23/2006 2:13:34 PM
I have just tightened the security in our domain so not all users are in the Administrator Role. I have a user that uses VS.NET 2003 and his projects build, and he can run the EXE but if he chooses RUN from inside the IDE, after it compiles, he gets the following: Error while trying to run...more >>

Version of VSDesigner in VS.NET 2003
Posted by Eric at 5/23/2006 1:30:02 PM
Hi, During updating a web reference I remarked a difference between two autogenerated files (Reference.cs): One contains: This source code was auto-generated by Microsoft.VSDesigner, Version 1.1.4322.2032 The other: This source code was auto-generated by Microsoft.VSDesigner, Version ...more >>

VS 2003 hangs when I try to debug
Posted by markdu at 5/22/2006 5:26:32 PM
I have a very odd problem. For many months I had been able to debug my windows form just fine. Now all of a sudden when I try to debug, I see the project compiling OK, but then the form doesn't come up, and the studio just hangs. It doesn't respond to anything and all I can do is kill it. ...more >>

Edit and Continue Stopped Working
Posted by Aberro-Bill at 5/22/2006 3:37:55 PM
VS 2005 C# All of a sudden I get a message: "Changes are not allowed when the debugger has been attached to an already running process or the code being debugged is optimized." I'm still in DEBUG mode, so it's not optimized. Not sure why it stopped working. (I did profile the code at...more >>

Addin: how to call existing vs.net IDE command?
Posted by Rob at 5/22/2006 11:59:37 AM
I wanted to create an addin button that can close all documents just like when you click "Window | Close All Documents" from vs.net 2005 ide menu but couldn't figure out how to do this. I'm able to create the button and find out the command name (Window.CloseAllDocuments), GUID{5EFC7975-14BC-11...more >>

Macro to run a project by name
Posted by bilaribilari NO[at]SPAM yahoo.com at 5/21/2006 8:46:31 PM
Hello all, I have a huge list of projects in the Solution Explorer in VS.NET. There are some projects that are used to create an environment for the main project to run. This main project has been set as the default. So I can press F5 to run it. However, I want to write a macro for one other pr...more >>

Setup project is using incorrect codeBase property
Posted by Gil Lund at 5/18/2006 7:21:01 PM
I have 3 DLL's that are using COM interop to communicate with a VB6 DLL. When I create a setup project for this solution to install on other machines everything looks great and the DLL's are working great...until I try to call a custom struct inside one of the DLL's and then I get the "Assemb...more >>

Formatting Marks appear in code editor in VS 2005
Posted by CCaveney at 5/18/2006 10:01:01 AM
I didn't change any settings in VS 2005, and now I see all formatting marks (i.e. hidden characters) in the code editor. For example, I see 'tab' characters, 'space' characters, etc. in my C# code. Anyone know how to get rid of this? Thanks!...more >>

Reference trouble in project file VS.2005
Posted by pavlauncher NO[at]SPAM gmail.com at 5/18/2006 6:44:18 AM
I installed my assembly into GAC and added registry key into registry storage where my assembly saved. Than I created test project and added reference to my assembly. So When I opened test project file in VS.2003 I see following: <Reference Name = "MyAssemb...more >>

Properties Dialog is empty
Posted by Congero at 5/18/2006 5:34:02 AM
I have a project in VS 2005 when I right click on a control on a webform, then select the properties item. I get an empty properties window. Also, if i go to the aspx source or visual basic source I cannnot edit with the keyboard. -- Live long, stay strong...more >>

How to enable Solution configuartion at VS2005IDE
Posted by MohanDasGandhi at 5/18/2006 1:46:01 AM
Hi all, This is VS2005 IDE related query. I dont know how to enable solution configuration(Debug/Release combo option) in VB.NET2005 IDE.? Also i did not find which menu options has this combo. Some how I added this combo but it is disbaled. -- Mohan...more >>

Tag-specific formatting for td tag not working
Posted by Jacob F. at 5/17/2006 10:33:01 PM
Greetings, I've been trying to configure Visual Studio 2005 to format <td> tags as such: <td> somedata </td> I have the <td> tag set up to put line breaks "before opening, within, and after closing" and the preview box shows the format I'm looking for. Still, in the editor, it behav...more >>

Add menu option to window
Posted by Oleg Ogurok at 5/17/2006 12:25:19 PM
Hi there, I'd like to add an option to the following menu: * when a user opens a .cs file for editing, then right-clicks the file name on top, on the tabstrip where all opened files are listed. I.e. this menu has the following items in it: Save myfile.cs Close Close All but this etc. ...more >>

Project creation failed in VS 2005
Posted by Baliga, Narasimha at 5/17/2006 12:00:00 AM
I get the error "Project creation failed" when I try to create a new project. Does any one have any clue regarding this? cheers Baliga ...more >>

Project property pages are read-only
Posted by jerrymc2801 at 5/16/2006 10:51:03 AM
All of the sudden, every single project's property pages are read-only, there are no settings displayed when selecting each property pages. Newly created projects have the same behavior. Doesn't matter if the project is a C#, C++, VB, MFC, ATL, etc. Has anyone experienced this problem? H...more >>

IDE Show ALL Errors/Warnings
Posted by BigJohn at 5/15/2006 7:57:01 AM
I upgraded from Studio .Net 2003 to 2005. My solution has 2 web services and 2 web sites. They work fine on my local workstation. I installed .Net 2.0 and WSE 2.0 on the development machine as well as updated the ASP.NET tabs in INETMGR. Now, I cannot get the development server to run du...more >>

clearcase integration for project not added via VS to cc
Posted by knurgb at 5/14/2006 11:24:22 AM
Hi. My situation is following: The project is already in ClearCase (CC) but was not added to CC via VS 2005 IDE via "Add solution to Clear Case" command. I would like to have CC support in VS 2005 (add to source control/check in/out - from ide). When the project is added via command from ...more >>

How to open a project through Addin?
Posted by Abhi at 5/13/2006 10:56:56 PM
Hi All, I am building a Visual Studio Addin in which inserting one menu under tools window. When user clicked on this menu, a wizard window is shown to take some inputs from user. At end of wizard, i want to create / open a project in Visual Studio IDE. To do this, i want to know followin...more >>

Problem - TableLayoutPanel causes form change when opened in IDE.
Posted by lloyduh234 at 5/13/2006 7:50:01 AM
When I open a c# winform with a table layout panel, the IDE indicates that the form has been changed. The table layout panel has two columns, one of which is autosize. The main problems are: 1) If the project is under source control, I'm unable to open the form without checking it out. 2) ...more >>

Website solution explorer context menu
Posted by Sean at 5/12/2006 6:17:01 AM
Hello, I'm trying to create a plugin which connects to the website's solution explorer context menu, and for particular files enables a custom command. This works great for class library projects, but not for websites. I have already posted here with source code (http://forums.asp.net/threa...more >>

Lost menu item
Posted by inpuarg at 5/11/2006 10:52:34 AM
File - New - Web Project (or web site item ) disappeared suddenly :) I am using vs 2005 professional edition , IIS etc. services are working fine. Other items lest on this menu are : Project File Project From Existing code. 3 days ago - it was there. how can i get it back ? ...more >>

Better formatted Output Window
Posted by Seefer at 5/11/2006 7:21:01 AM
Is there any way to control the way text is formatted in the Output Window? Whenever I compile and recieve warnings or errors it's really hard to glean information at a glance. My projects are stored in the My Documents folder and the output window insists on listing the entire file path t...more >>

VS 2005 -Go To Definition- results in -From Metadata-
Posted by matze at 5/9/2006 1:04:45 PM
With reference to: http://groups.google.com/group/microsoft.public.vsnet.general/browse_frm/thread/f9061c26167aab0e/3055f7851af8af9a?lnk=st&q=F12++metadata&rnum=10&hl=en#3055f7851af8af9a I have exactly the same annoying problem. Because no one answered and if did not found any other information...more >>

asp net custom controls library help
Posted by martin at 5/9/2006 12:53:05 PM
I write a costom controls asp.net library using visual basic. I want that while using the controls in design time a help can be shown that is relevant to the control. I read about VSHIK - help integration kit - but I am not sure if I have to integrate my help into visual studio. actually I...more >>

VS.NET 2003 Configuration Manager question
Posted by The Man From SQL at 5/9/2006 6:55:02 AM
Okay, here's what I've done so far: I've got a VS.NET VB.NET solution with four projects: a Windows App, a Forms Library, a Data Access layer DLL, and a BLL dll. To this solution, I've added a C# Class Library to house all of my NUnit Tests. Now, sometimes I want to be able to debug th...more >>

Refresh files cripple build
Posted by Max Metral at 5/8/2006 10:36:36 PM
We have a web project that references our class libraries with .refresh files in the bin directory (in a separate project). There are about 8 of those libraries, many of which reference each other in various ways (it's properly architected, don't worry). If we keep the refresh files, builds ...more >>

Can't drag-drop SQL objects
Posted by JT at 5/8/2006 9:24:01 AM
Hi, I am making the leap from VS2003 to 2005. In the 03 version, I could open a connection to a SQL 2000 database and drag a stored procedure to the form designer and I would have created for me a sqlcommand and sqlconnection object. In VS2005, when I drop a stored procedure onto the design...more >>

"Show Grid" in VS2005 doesn't show grid
Posted by Tom Dacon at 5/6/2006 11:34:58 AM
Just brought VS2005 up for the very first time with a new Windows Forms project. With "Show Grid" turned on I'm not seeing the grid on the forms. In Tools/Options I've tried all the various combinations of snap and so forth with no success. A Google newsgroup search on show grid shows me pe...more >>

Visual Studio 2005 IDE
Posted by Nate at 5/5/2006 6:26:01 PM
My question pertains to the two drop down lists that appear just above my code behind page in Visual Studio 2005. I have used these drop down list to create event handlers in VS 2003. I select a control from Drop Down 1 and the event I want to create a handler for from Drop Down 2. However...more >>

How to view an array of double through double * in the wacth window?
Posted by jerron NO[at]SPAM gmail.com at 5/5/2006 9:46:43 AM
I have a variable double * pDouble. it is pointing to an array of doubles. in the watch window, I can see the value of its first element only. is there any way I can see the whole array, like what a vector<double> variable does? I tired "(double[]) pDouble" or "(double[100]) pDouble". neither ...more >>

Applying schemas to Solution Items
Posted by Steve Whine at 5/5/2006 12:00:00 AM
Hello All, I have a number of Xml files shared between various projects in my Solution. I have added them as Solution Items but if I try to apply a schema to them, the IDE takes no notice and immediately forgets the schema. What is the best way to share Xml files between projects? Regard...more >>

Viewing project references in VS2005
Posted by Epetruk at 5/5/2006 12:00:00 AM
Hello, Does anyone know how I can set up my solution so that when I add a project, I can view that project's references by default? This used to be the case in VS2003, but the only way I find I can do this in VS2005 is by selecting the project and clicking on the 'Project' > 'View All Files' m...more >>

VS.NET 2003 doesn't exit when kicked off from VB6
Posted by Tim Werth at 5/4/2006 1:46:01 PM
I have a VB6 EXE that I use to build VS.NET 2003 projects. It works fine when building a .NET Class Library, but it doesn't return when it kicks off a build of a Setup & Deployment project. To reproduce, using VS.NET 2003, just create 2 projects - a C# Class Library and a Setup & Deploymen...more >>

Printing out the Task List
Posted by michael at 5/4/2006 11:33:02 AM
I have this long Task list in VS2005. Is there a way to print it out? -- Michael Hockstein...more >>

Cannot get VS.NET 2005 to open a MDF, at my wits end!
Posted by iCode at 5/3/2006 12:13:07 PM
Okay, I am having a very rough problem that I cant seem to resolve. I have installed VS.NET 2005 and SQL Server Express (through the VS installer) and when I go to add a Database Locally through the Solution Explorer, It pops up with an error "Connections to SQL Server Files *.mdf require S...more >>

CodeNamespace.AddClass is not working
Posted by shahaji at 5/3/2006 12:00:00 AM
hi all, CodeNamespace.AddClass method is giving error "unspecified error". What I did is ... CodeNamespace cn = (CodeNamespace)applicationObject.Solution.Item(1).CodeModel.CodeElements.Item(1); above line is executed successfull, but when i'm trying to add new class by AddClass method it is gi...more >>

VS2005 - Add assembly reference to asp.net project crashes IDE
Posted by ATGi at 5/2/2006 8:31:03 AM
I have an assembly I built which when added to an 2005 asp.net project as a referenced assembly crashes the entire IDE (this same assembly can be used in other project types without any issues; it can also be compiled to 1.1, and included in a 2003 asp.net project without issue). If I reopen a...more >>


DevelopmentNow Blog