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 2005

Filter by week: 1 2 3 4 5

Optional parameters to VS extensibility functions in C#
Posted by Emil Astrom at 1/31/2005 9:07:17 PM
Hi! On several occasions I've had the need to call functions in Visual Studio that take optional parameters, such as TextSelection.Delete(int). In VB macro code I can do the following: Dim td As TextDocument = ActiveDocument.Object td.Selection.Delete() But if I include that into...more >>


howto: creating custom platform for VC++ projects?
Posted by jordi_vilar NO[at]SPAM hotmail.com at 1/31/2005 9:19:08 AM
Hi, Is there a way to create a new fully customized target for VC++ projects in VS .NET 2003? The idea is to add support for new compilers, so you can compile the same project with different compilers (maybe crosscompilers for other platforms) within the VS IDE. I assume that I need to dev...more >>

vs2003 hangs
Posted by ibondy at 1/30/2005 9:11:02 PM
When I try to debug class and there is the error in the code whole VS2003 stops. Also whole Windows XP stops responding and only think I can do is ctl-alt-del to get to task manager. Sometimes pops up sometimes not. Other windows do not respond at all. Applications running in backround still ...more >>

BUG: Inherited forms show as code.
Posted by David Coleman at 1/30/2005 2:49:16 PM
Hi all, I have a solution with a number of projects. The forms project has some 600 forms. The IDE shows all my forms as code. If I wish to view a form in designer I must - Load the form as code, Delete and then re-type the last letter of the inherited from base form (which immediately chan...more >>

RE: More than 4 items in File->Recent Projects and on Start Page?
Posted by Ricky Marek at 1/30/2005 9:07:30 AM
What about removing items from the list? Posted via DevelopmentNow Groups www.developmentnow.com/g www.developmentnow.com...more >>

The_Source_control_binding_information_has_been_removed_for_=ADproject
Posted by dherbstemail-ng NO[at]SPAM yahoo.com at 1/28/2005 6:23:34 PM
I have a solution containing 10 projects, 7 of which are Web Projects. One of the 7 web projects was recently added by another developer and now when ever either of us opens the solution, the other 9 projects load with no problem but the most recently added web project gives the following error ...more >>

bug in class/member browser of the texteditor?
Posted by docschnipp at 1/28/2005 3:23:03 AM
hello, I often open two panels of source code when I edit my stuff. I experienced now and then, that the class/member selection in the top of the editor does not work (it does not jump to the selected member). I now found out, that it seems to be failing when I have 2 panels, in one panel (...more >>

VS.NET Kicks off Office XP Install??
Posted by Bob L. at 1/27/2005 12:00:25 PM
Hi everyone, I just installed Visio 2000 on my machine, and now every time I launch Visual Studio .NET 2003, the Office XP installation dialog kicks off, runs a process, and goes away. The dialog states "Please wait while Windows configures Microsoft Office XP Standard". I don't know why Visio...more >>



vsCommandStatusTextWanted, when does it change?
Posted by WALDO at 1/26/2005 6:16:19 PM
I am developing an addin to compile vb projects using the command line = and win32 resources. I have created commands and menu items for those = commands. What I want to know is how do I create my command so that = QueryStatus may be called with something other than None. I want it to = be TextW...more >>

Using modules in multiple projects
Posted by Ken Kazinski at 1/26/2005 5:29:02 AM
How do I use a module in multiple projects? I added a module to my VB project and the .vb file was copied into the project folder. When I created a second project that used the same .vb file there was a second file. The reason I am using the same modules in different programs is I am workin...more >>

Trying to make a copy of my Web Project, but getting error???
Posted by GTDriver at 1/24/2005 8:47:01 PM
I have an ASP.NET project(*.aspx) and I want to make a copy of this web project. I go to the Project menu, then 'copy project' submenu. A dialog pops up and I select the following options: Destination Project folder: http://localhost/Copy_of_projectname/ Web Access Method: FrontPage Copy: A...more >>

Add-In Visual Studio Get specific item in server explorer
Posted by Mark Kola via .NET 247 at 1/23/2005 9:36:35 AM
Here is the scenario=2E I am creating an add-in to automatically= generate an inteface document based upon the database table that= is selected in the server explorer window=2E I currently am able= to add the menu item for doing this when right clicking the= table=2E What I can't figure o...more >>

how to show line numbers
Posted by Jacky Luk at 1/21/2005 4:14:38 PM
How to show line numbers, now with .NET 2002... Thanks a dozen times Jack ...more >>

Disabling third party plugins / tools
Posted by Steve McLellan at 1/21/2005 3:02:16 PM
Hi, Does anyone know where VS 2003 gets its information about installed tools / plugins from? I had a couple of trial versions of tools installed, and decided not to buy them. I now get one error message every time I load a solution because a tool's not licensed, and a warning saying that a...more >>

Different behavior in debugger between VB.NET and VC#
Posted by LF at 1/20/2005 11:52:54 PM
Hi, Why is it when you build an assembly in C# and it has a private fields in a class, they are not visible in the Watch window from VB.NET project in debugging session. But if you build VB.NET assembly and reference it in VB.NET project, you do see private members in Watch window. Wh...more >>

dropping resources
Posted by Peter Carlson at 1/20/2005 9:11:21 PM
VS.Net keeps losing its resources...especially my menuitems. I set them to IDR_MYMENUOPTION for example and at some point it turns into the # (32778). I set it back and it keeps going back to the number. I've heard of others with the same problem...any fix or workaround (other than a different ...more >>

regasm /unregister during clean
Posted by Edwin G. Castro at 1/20/2005 3:49:01 PM
I have a C# project in a solution with many unmanaged C++ projects. The C# project does a "regasm" as a postbuild event. I'd like to automatically call "regasm /unregister" for the C# project when I clean the solution. Is this possible? ...more >>

Bogus errors in VB file
Posted by mfdatsw1 at 1/20/2005 7:31:03 AM
I have a VB solution with 8 projects and about 50 code files. Recently when I make a code change, one particular file suddenly lists numerous errors which actually don't exist. It occurs even when I modify a file that's in a different project, and it always happens to the same file - a form th...more >>

No help for compiler error C3240 VC.NET 2k3
Posted by Peter Ritchie at 1/18/2005 6:11:02 PM
Example code to generate error: #include <atlcoll.h> class Buggage18_Jan_05 : public CRBMultiMap<CNodeEx, CNodeEx> { POSITION CRBMultiMap<CNodeEx, CNodeEx>::Insert( KINARGTYPE key, VINARGTYPE value ); }; Clicking line in Task List and pressing F1 brings up help for Task List Windows ins...more >>

Change font?
Posted by BigMan at 1/18/2005 10:51:11 AM
How can I change (manually) the font that is used to display the contents of files that are open with the binary editor? ...more >>

does VS.net have numbered or lettered bookmarks?
Posted by Flip at 1/18/2005 10:02:22 AM
I found the bookmark key sequence, but it seems like a boolean type of thing, it's either on or off. Is there a way to create a numbered bookmark so I can quickly go to bookmark #4 and then jump to #8 and so on? Thanks. ...more >>

How to select overlayed panels in design mode
Posted by Jim Brandley at 1/17/2005 2:52:45 PM
I am building a Windows Form App that has a splitter in the client area, treeview on the left, and panels on the right. Different classes of tree nodes need different views. How can I cause the one I want to work on (say add or remove a control) to pop to the top of the z order in the design vie...more >>

Intellisense anomaly with custom controls
Posted by Ingvar Nilsen at 1/16/2005 3:03:59 AM
I have finally managed to get Intellisense support for my home grown controls, after reading many many docs and applying a try and fail approach. Now, there is just one unsolved issue left: Vs.Net 2003 always give me the "Per active schema, the element 'MyTagPrefix:MyControl' must be includ...more >>

SourceControl.CheckOutItem(string ItemName) issues
Posted by andrew lowe at 1/13/2005 12:28:22 PM
Has anyone managed to get the SourceControl.CheckOutItem(string ItemName) method to actually check out a file ? I am passing the file path to the ItemName parameter and it's always returning false. The other methods SourceControl.IsItemUnderSCC and SourceControl.IsItemCheckedOut all seem to ...more >>

Building a big solution takes a lot of time even if nothing changed
Posted by Arnon Axelrod at 1/13/2005 11:49:04 AM
Hi all, I have a solution with 11 big C# projects (in VS.Net 2003). When I press F5 or build the startup project, it takes about 30 seconds to build, even if I haven't changed anything since the last build. (The startup project has project dependencies to all the other projects, either directl...more >>

std::string in the debugger (KB326616)
Posted by Phil M at 1/12/2005 5:14:27 PM
http://support.microsoft.com/default.aspx?scid=kb;en-us;326616 Since this problem seems to still occur in 2003's debugger, is there any cahnce of an upcoming SP fixing this? Or, has it been fixed in 2005? Hoping for something better-looking than the solution in the article, I'm trying to w...more >>

Add Class Wizard stops working
Posted by javatopia at 1/12/2005 10:07:03 AM
Hi, I have a project that installs its own wizards and such for VS.NET. After installing a new version of this project, the VS.NET CSharpAddClassWiz.vsz wizard no longer works. When I try to add a new class to the project, I get the message: "Could not run the '....VC#\CSharpProjectIt...more >>

Compile causes Intellisense to stop functioning
Posted by jeremy.m.white NO[at]SPAM gmail.com at 1/12/2005 6:10:10 AM
Any assistance would be greatly appreciated... Issue : When I compile the solution, I lose all intellisense and formatting in the IDE. When I declare something "Dim x as " nothing shows up in intellisense. If I use <CTRL> + <SPACE> nothing happens. If I use any object (self made or native ...more >>

DocumentClosing event does not fire.
Posted by Limbaugh Robot at 1/10/2005 3:55:44 PM
How do you get the DocumentClosing event to fire. I have declared this: Public WithEvents documentEvents As EnvDTE.DocumentEvents I have open a sql script (a text file). When I use the X in the upper right hand of the document window to close this, the DocumentClosing does not fire. Wh...more >>

How do I pass a runstring from VS IDE to a program I am debuging ?
Posted by Keith at 1/10/2005 9:41:04 AM
I am developing a VC++ Console application which picks up runstring parameters, and I need to know how to configure Visual Studio to pass these parameters to my program when I start debugging. ? Using the Help system I can find lots on how to pickup the runstring in my program, but nothing ...more >>

Remote Project Location
Posted by Charles Tam at 1/8/2005 5:45:01 PM
While saving my .Net project on a our file server (Windows 2000), the dialog appears "The project location is not fully trusted by the .NET runtime... your code will not execute as fully trusted and you may receive unexpected security execeptions." What does it mean? Should I the file serv...more >>

Add WebForm returns 'null' is null or not an object
Posted by DevilDog74 at 1/8/2005 2:08:46 PM
When I add a web form to my web project the IDE returns "'null' is null or not an object" Additionally when I select a web form in the solution explorer and click the form designer button, the designer never loads. If I use windows explorer and point at a web form, right click, and select ...more >>

Update from VS.NET 2002 to VS.NET 2003
Posted by Sami at 1/7/2005 1:27:50 PM
Hello, Is there anyway one can obtain the upgrade CD from VS.NET 2002 to VS.NET 2003. I bought the Visual Studio Enterprise Architect 2002 when it came out and missed out on the opportunity to buy an update to VS.NET 2003 when it was being offered on the Microsoft Web Site. Where can I find the ...more >>

Visual Studio automatically adds id attribute
Posted by Jonathan Allen at 1/7/2005 11:24:48 AM
Is there a way to make VS 2003 stop automatically adding id attributes to my asp code? (Yes, I am mixing ASP and ASP.Net in the same project.) Jonathan ...more >>

Visual Studio .NET 2003 Updates.
Posted by Adrian Lazea at 1/7/2005 3:55:03 AM
Hi all, Do you know about any updates for Visual Studio .NET 2003? Thanks, Adrian Lazea....more >>

How do I install or connect to VS Help?
Posted by richardchaven at 1/6/2005 3:41:07 PM
<<sorry about the cross-post: this is an IDE issue>> I installed Visual Studio .NET (Microsoft Visual C# .NET 7.1.3088). I installed MapPoint Web Service SDK. When I try to access Help, I see only MapPoint Web Service SDK Help. Filters are off. I have re-installed Visual Studio. How do I ge...more >>

error loading property page
Posted by jmc NO[at]SPAM online.nospam at 1/6/2005 12:45:20 PM
I've seen a few others with error loading property page problems. All of a sudden my source control dialog stopped working. I use clearcase and cannot open any of the source control property pages to correct the problem. (under the vs2003 ide Tools->Options->source control) when i select op...more >>

More than 4 items in File->Recent Projects and on Start Page?
Posted by Marcos Stefanakopolus at 1/6/2005 11:44:32 AM
Is it possible to get Visual Studio 2003 to display more than four files in the File->Recent Projects menu? Or, is it possible to get the "Open an Existing Project" list on the Start Page, Projects tab to display more than four items? Ideally I'd like for it to display as many as there are r...more >>

VS 2003 Bug? (debugger deployment to PocketPC emulator)
Posted by Guy Rish at 1/5/2005 3:59:47 PM
(cross posted) The short explaination: VS 2003 does not seem to be deploying the correct DLL, one I created, to the PocketPC emulator during the debugging of an appliation using that DLL if an earlier released version is in the Windows CE subdirectory (under VS.NET 2003's CompactFrameworkS...more >>

Simple "Edit a Record" webform
Posted by dw at 1/5/2005 9:37:05 AM
I'm trying to simply select a record from a table listing, pass the Keyfield to another webform and have the webform bind a series of TextBox controls to the contents of the record selected. I then want the user to be able to modify the fields contents and then click a "Save" button that will...more >>

Adding 2nd ATL control class to project causes freeze/crach/hang
Posted by greekgoddj at 1/5/2005 5:05:04 AM
Hello, I have been having problems for the past couple of days with adding ATL Classes to an existing ATL project. I have an ATL Project with an ATL Control class added to it. It all works fine this far. However when I try to add another ATL Control class, Visual Studio .NET stops respon...more >>

Implication of project dependencies
Posted by Aurélien REGAT-BARREL at 1/3/2005 11:22:27 AM
Hi, Happy new year everybody. Sorry for crossposting, but I don't know which is the best : vc.ide_general or vsnet.ide ? I am working on a project with VC++ 2003 and it compile & link well, but I have a strange problem. I have a singleton class with the following static function: myclass & ...more >>

Properties Window not displaying
Posted by Herb at 1/3/2005 5:05:08 AM
I cannot get the properties window to display! It doesn't matter how I try: using F4, highlight a control-left click and select properties, etc. It simply will not display. I did make a major change last week in that I normally program in VB.NET so that was the only option I had loaded. Bu...more >>


DevelopmentNow Blog