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 > october 2005

Filter by week: 1 2 3 4 5

2005 RTM Blue Screen of Death BSOD when saving
Posted by Wayne Brantley at 10/31/2005 8:55:40 PM
_sometimes_ when I save a file in the IDE, I get a blue screen of death. It _seems_ to happen most often when saving web user controls. this also happened in the RC build. The blue screen says: "a thread tried to release a resource it did not own" MS Docs say it is a driver problem, but ...more >>


Create/Open Web Projects missing from Start Page in VS2005
Posted by Jason Kendall at 10/31/2005 9:29:42 AM
I installed SQL Server 2005 Developer Edition on my workstation and selected pretty much all the options. I then installed Visual Studio Team Developer on my system with all but C++ and J#. When I launched Visual Studio, the top left web part did not have Create/Open links for Web Projects....more >>

Cannot view project properties
Posted by Maja at 10/31/2005 9:00:12 AM
Hi, My problem is that suddenly I cannot right-click on a project in .NET Studio 2003 (any project, both C# or C++) and open the properties window. Nothing happens. If I click on Project -> "my project" properties from the menu, the IDE hangs and must be killed from the task manager. It...more >>

VC.NET 7 - Class Wizard doesn't add class
Posted by downlode NO[at]SPAM gmail.com at 10/30/2005 7:57:04 AM
Hi, I make a dialog in my MFC project, and double-click it to open the class wizard. I put in a class name, set the base class as CDialog, and click finish. Nothing happens. No files are created. I'm having the same problems when trying to create event handlers. The window opens, but nothing ha...more >>

vs.net 2005 professional, where is the SQL Server node in the Servers tab?
Posted by George Tihenea at 10/29/2005 5:20:07 PM
Hi, I just installed the vs.net 2005 prof. and I cannot find the SQL Server node in the Servers tab. In vs.net 2003, that node was there and I was able to manage everything I needed (regarding mssql db) from there. From what I read, it should be there in this version, maybe I miss s...more >>

Open tabs to right instead of left.
Posted by William at 10/29/2005 12:11:30 PM
Does anyone know how to open new files/tabs to the right of the other tabs instead of the left in VS 2005? There is a setting in 2003 but I can't find it in 2005. Thanks, William ...more >>

How2 Migrate Beta 2 IDE Settings To 2005 RTM
Posted by clintonG at 10/28/2005 8:22:32 PM
Does anybody know how to migrate the settings from VS2005 Beta 2 for reuse with the VS2005 Professional Edition which was just released? Isn't there a settings file somewhere I can just copy over? <%= Clinton Gallagher ...more >>

Lost my task window
Posted by Martin Lapidus at 10/28/2005 7:51:02 PM
I seem to have lost this and have been looking for days. I've tried every View or Windows opiton I can find. I tried various ways to add taks. I searched the edges of every window in sight to see if it may be shrunk too small to see. I have no idea how to proceded. Thanks,...more >>



A few easy VS 2005 questions
Posted by Jules Winfield at 10/28/2005 11:11:45 AM
I'm loving VS 2005. These are my questions and comments so far: BUG: Autoformatting ================ I've turned off virtually all autoformatting, but there is still one place where it rears it's head even after it's been turned off. Reproduce the problem as follows: 1) Turn off all auto...more >>

vs.net 2005 best feature
Posted by Allen Anderson at 10/27/2005 10:51:15 PM
I can't help but notice that Brief emulation is BACK! Gotta give you guys huge props for this. It's the little things sometimes that matter and this is huge. great job vs.net team, thanks! ...more >>

IDE Integration
Posted by choongseng at 10/27/2005 12:19:54 PM
I’ve a question that requires some expert advice. Currently, we have a code generator, which generate some classes based on an existing compiled class (in assembly). The problem is, however, to use the tool there’s a few steps: 1) The developer need to first write a class and compile that...more >>

bringing to front a control
Posted by Richard at 10/27/2005 7:25:04 AM
How can i bring a control to the fromt without selecting it on the form first? I have a number of panels whose doc prop is set to full and some controlls on each wohse doc prop is set to full I can select the control from the drop down in the properties tool box but i cannot bring the contr...more >>

Post-build editbin
Posted by Dave Booker at 10/26/2005 11:36:11 AM
Every time I compile a solution I want it to run "editbin /LARGEADDRESSAWARE" on the resulting .exe. I have tried putting editbin in the project properties "Post-build Event Command Line", but no matter how I try it won't work. Even if I hardcode the path to editbin (which is not very help...more >>

Windows XP Styles
Posted by HLong at 10/26/2005 6:35:03 AM
I am trying to create an app. that would use the Windows XP styles, using comctl32.dll version 6.0. I have tryied to follow some examples which use an assembly manifest. One example from MSDN and another from Codeproject, but I can't make it work. I only get faceless (not caption) command but...more >>

VS.net 2003: WebForm Designer: Displays source, no designer
Posted by Roland Dick at 10/26/2005 12:00:00 AM
Hi all, I'm stuck here on this nasty little problem with the WebForm designer of VS.NET 2003 (Enterprise Architect Edition). Whenever I open an aspx page, it gets displayed properly in designer. Now, if I switch to source view and then again back to designer view, Visual Studio changes t...more >>

Change color in Solution Explorer
Posted by Chris Stankevitz at 10/25/2005 11:40:39 AM
Product: MSVC .net 2003 7.1 69462-270-0000007-18536 How do I change the background/text/other colors in the Solution Explorer? Thanks for your help, Chris ...more >>

syntax highlighting for .net addin
Posted by michaelpryor NO[at]SPAM gmail.com at 10/24/2005 5:43:48 PM
I'm looking for code samples on .NET addins that change the display of the code. For example, something that shows how you could change the syntax coloring on the fly (change all the words that say "foo" to be red) or draw a wavy underline under certain words (spell checker for example) and c...more >>

Linking to "Default.aspx" with path gives error in VS.NET 2005
Posted by SuperJason at 10/24/2005 9:41:04 AM
I have the following HTML on my web site: <a href="Job-Openings/">employment opportunities</a> Visual Studio 2005 gives the error: "File 'Job-Openings/' was not found." When you browse the site, that link will use the default page of "Default.aspx". That is a valid link and I do that eve...more >>

VS .Net 2005 - Number of Errors showung
Posted by jd at 10/22/2005 7:51:28 PM
How can you increase the number of errors shown in the error window. ...more >>

can VS.NET 2003 be run with .NET Framework 1.1?
Posted by Andrew Jenssen at 10/21/2005 11:30:09 PM
My VS.NET 2003 installation cd contains .NET Framework 1.0. If I re-install VS.NET, can VS.NET be run with Framework 1.1? Jenssey...more >>

J# needed for C# IDE?
Posted by Andrew Jenssen at 10/21/2005 2:03:16 PM
When installing Visual Studio .NET for just C# development, the installer seems to demand that J# Redistributable be included. Is J# really necessary if only C# development will be done? Jenssey...more >>

Toolbars in VS2005 go missing
Posted by Patrick Allmond - Focus Consulting Inc at 10/20/2005 3:43:15 PM
I am having a problem. My toolbars (Data, Security, etc - i.e. on the left) go missing when I leave VS2005RC and come back in. This may or may not have something to do with the Infragistics toolbar that I install. I am searching in both sets of newsgroups. I have just installed VS2005RC. Since...more >>

Making code inactive while in the Designer (VS VB 2005 RC)
Posted by michael at 10/20/2005 8:44:01 AM
I have a windows control that executes at runtime correctly but at designtime is invisible because certain segments of the code are run. I know that there is a way to tell the IDE to ignore certain code segments while in the Designer. Could you please remind me how to do that. -- Michae...more >>

VS2003 IDE gets wiggy when visual C++ project is loaded
Posted by ScottW at 10/19/2005 11:25:22 PM
I have a problem with Visual Studio.net 2003 which only shows up when a = visual C++ project is loaded. It's hard to describe, but it appears that the main editor window is = continually trying to grab focus. It's a big problem because any = nonmodal dialog such as search isn't usable, IntelliSe...more >>

VDT Data Viewer (in VStudio) does not call IRowset::GetData()
Posted by Max Motovilov at 10/19/2005 3:40:32 PM
I'm trying to get my custom OLE DB provider to work with the database browser in Visual Studio. At the moment, I am stuck with the following problem: when I try to retrieve data from a table, VDT properly instantiates a rowset, creates an accessor with bindings for all available columns and iter...more >>

HELP!!!! Its driving me MAD!! Ctrl+F not working
Posted by Wayne Gibson at 10/19/2005 3:15:47 PM
Hi all, This is realling starting to drive me mad now!! I'm using the Visual Studio .NET RC1 and about a week ago the Ctrl+F stopped working! Actually it's all the find options! They won't even work from the menu! I have trying repairing my installation but that had no effect.. Was wond...more >>

public interface property in properties window
Posted by garrittg at 10/18/2005 9:35:09 AM
i would like to show a get/set property of a public interface in the properties window for a control. i have implemented the interface on the control and have properly implemented the property get/set methods to the point where they work by setting them manually. my non-interface public ge...more >>

Debugging Class Libraries called from Macro
Posted by SMAccount NO[at]SPAM gmail.com at 10/18/2005 8:12:16 AM
I am having a problem getting debugging to work in a C# Class Library I am calling from a Macro written in the Visual Studio 2003 Macro IDE. I copied the C# Class Library to "C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\PublicAssemblies", so that it will appear in the Macros ...more >>

IDE changing file subtype from 'Form' to 'Code'???
Posted by Peter Franks at 10/17/2005 11:45:23 AM
Our development team has a problem where the IDE will automatically change the code type in the .csproj files from one type to another, typically from 'Form' to 'Code'. Everything still builds, but now the IDE displays forms as code and it gets very hard to open the form in the designer. W...more >>

Debug Class
Posted by C Glenn at 10/14/2005 12:56:25 PM
I would like to know how to turn off the Debug.WriteLine entries that I've made. Seems like there ought to be a compiler setting somewhere. I'm hoping that I don't have to comment out each one of them. I've looked in the help text and found that in order to make the whole Debug.Write thing...more >>

erroneous missing assembly errors and app.config
Posted by Mark at 10/14/2005 7:54:02 AM
Hi... I originally posted these in the .net framework group by mistake; I didn't know there was an ide-specific news group. Anyway, I'm using VS .Net 2003 on a W2K box and I've run into a couple of things that are odd and I was wondering if anyone knew what they were and how to work around...more >>

CodeElement iteration: Trying to get local variables to a function
Posted by Architekt at 10/13/2005 9:59:42 PM
So I've figured out how to iterate over all the CodeElements in my project and can get a listing of every class, enum, global variable, and all the contents of a class including its functions and members. The only thing I can't figure out how to do is to actually get the list of local variable...more >>

vs2005 How to clean up recent projects list
Posted by Bob at 10/13/2005 4:52:52 PM
Been doing a few walkthroughs to familiarize myself with Vs2005, How does one clean up the recent projects lists in the IDE? Thanks, Bob ...more >>

Reloading an Imported Library
Posted by danA at 10/13/2005 9:11:45 AM
While I am working on a program P I am also making changes in a library L imported by P. How can I make VS.NET to reload the new build of L? Many thanks, Dan ...more >>

Open VS2005 solution in VS2003
Posted by JS1 at 10/12/2005 12:39:20 PM
Is it possible to load a VS2005 project(solution) by using VS2003? If not, what is the best way to load the project that is created in VS2005 beta2? Should I ask the owner to rebuild in VS2003? Or any way that I can manually convert it to be compatable with vs2003 if the new version is not usi...more >>

errors updating
Posted by Chico at 10/12/2005 11:33:03 AM
I'm getting the following error when I try and update VS.NET 2003: Visual Studio .NET 2003 setup encountered errors while attempting to download required files. Check you Web browser configuration settings and your connection hardware, and then try again. Help. Thanks in advance....more >>

VS.NET 2005 RC1, Find Not working!!
Posted by Wayne Gibson at 10/12/2005 12:00:00 AM
Hi, Was wondering if anybody could help.. I have been using VS.NET 2005 RC1 for the last few weeks and have been very happy with it. But today for some unknown reason the Find options have stopped working!! Ctrl+F doesn't work Ctrl+Shift+F doesn't work Even if I try these options fro...more >>

VS.NET freezes while editing .cs files
Posted by Marius at 10/12/2005 12:00:00 AM
I have a problem with Visual Studio .NET 2003 Enterprise Architect, while editing some of .cs files after having inserted a new line or moved cariage to another line visual studio starts using 100% of CPU and for some seconds does not respond (our company is developing Web applications with ASP.N...more >>

Getting window handle out of IWindow COM Object?
Posted by Khamis Abuelkomboz at 10/12/2005 12:00:00 AM
Hi I have written a plugin to Visual C++ 6.0 what receives requests from my application (Code-Navigator). I want to get the handle of the active window. But didn't figure out how to get it from the IApplication and it's active window (IWindow). GetActiveWindow wouldn't help me here, since i...more >>

Code Reorganization
Posted by J. Leite at 10/10/2005 8:48:09 AM
I Work in an environment with a lot of code that was written by previous contractors. These contractors have placed methods all over the files and we want to be able to reorganize our classes. For example, place all methods together, all event handlers together, all module level variable d...more >>

Problem changing output type of project in VS.NET 2003
Posted by Per Salmi at 10/10/2005 2:47:35 AM
I have a solution with multiple C# command line application projects. At one point I wanted to change the output type of one of these command line applications to a class library, but then I found this problem. After changing the project output to class library in the project properties a...more >>

Datasource window in VS 2005 only shows data sources when in code
Posted by Ken Bowman at 10/9/2005 4:23:03 PM
Hi, I have VS 2005 RC installed on 2 machines, only one is seeing this issue. I can add a datasource test the connection and everything is ok. But when i have the forms designer open, the datasource window is empty if i switch to the code editor the data sources show up. Any ideas how to ...more >>

User Control Designer Errors is VS2005 RC1
Posted by John Mclean at 10/7/2005 12:48:05 PM
Hi, We're making extensive use of inherited user controls in our application and since we converted to RC1 we commonly get the following error when trying to display the user controls in the designer. We've tried all the usual things like rebuilding, exiting visual studio, opening ancestor...more >>

Creating a custom project in VC++ .NET 2003
Posted by 50295 NO[at]SPAM web.de at 10/7/2005 10:00:58 AM
Hi - I program in C++ but I'm not good with VC++ (yet). I will like to create a custom project for which a specific template or wizard does not exist. Because the program is a console application, I started out with the Win32 Console Project template. Having done that, the problem is that ...more >>

Not tell me when I edit the source during debugging
Posted by David Thielen at 10/6/2005 2:31:16 PM
Hi; In VS 2005 how can I tell it to not warn me when I edit the source during a debug session and then tell it to continue debugging? -- thanks - dave...more >>

Turn off highlighting matching parens?
Posted by David Thielen at 10/6/2005 2:08:04 PM
Hi; How do I turn off the highlighting of matching parenthesis in VS 2005? I deselected Options, Text Editor, General, "Automatic delimiter highlighting" but that didn't do it. -- thanks - dave...more >>

When I start a new project, I would like to get the logged in user
Posted by Michael D. Reed at 10/6/2005 12:13:33 PM
Does anyone know how to get at the environment variables when running a jscript in the new project wizard? When I start a new project, I would like to get the logged in user name. I would like to set up templates that fill in the file header when a new project is started or new item is added...more >>

custom build steps - automatic "touch" during build
Posted by Paul Miller at 10/5/2005 11:56:58 AM
I have a version string embedded in my app which is based on a #define in a header containing __TIME__ and __DATE__ macros. In my release build, I'd like to have the files that depend on this header always rebuild, even when the header has not changed (so that my binary always has the lates...more >>

Can't create any new objects - unspecified error
Posted by ggoodro at 10/5/2005 11:03:03 AM
I can't create any new objects in Visual Studio 2003 VB.NET anymore. I can edit exisiting objects (forms, classes, etc) and I can add icons and cursors, but not add "new" objects. I get a dialog that just says "unspecified error". I'm guessing that recently installed software may have corrpute...more >>

RemoveCommandBar Fails
Posted by Dan at 10/5/2005 10:33:55 AM
All - I'm experiencing a problem removing a toolbar I've created in the VS2005 IDE with an add-in. I've included some simple code at the end that reproduces the problem. I'm calling TestAddRemove from the OnConnection event when the add-in fires. Here's the problem: 1. When I run the whole rout...more >>


DevelopmentNow Blog