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

Filter by week: 1 2 3 4 5

How to reload externally modified file using AddIn
Posted by Gerrit Beuze at 5/26/2005 12:00:00 AM
Hi all, After a file has been modified by an external tool, VS2003 displays something like "File has changed, reload Yes/No/All". Is there a way to reload the file using the extensibility objects to avoid this dialog? I looked in the obvious places: The Document object does not have a Relo...more >>


error try project only build - 2005 beta , build type x64
Posted by chaz at 5/25/2005 5:48:04 AM
receving the dreaded "operation could not be complete - unspecified error" message box . ...more >>

Cannot Create new VS Web Project
Posted by TimC at 5/23/2005 11:30:45 PM
I hope someone can help - I am getting desperate! I have promised to do some work for someone developing an ASP.NET application. I have VS Studio 2002 installed on my pc which is running XP-Pro (and therefore IIs 5.1) and have installed .Net framework v1.1.4322. I canot create a new web p...more >>

Form layout and aligning controls
Posted by Joel Moore at 5/23/2005 12:12:00 PM
Wouldn't it be nice when you're aligning controls that are children of different containers (group boxes, panels, etc.) that VS.NET figured out to use a higher level set of coordinates (form or screen) for alignment purposes? For example, if you have group boxes that vary in size or positio...more >>

Forms not recognised. Can only view their code, not designer.
Posted by Steve Dyte at 5/20/2005 1:03:02 AM
Sometimes in my project, some forms are not recognised as type "form". (They are actually inherited from another one of my forms). However, when this happens I can only view the code. The icon in the Solution Explorer is the type for a module, not a form. It also happens without my making a...more >>

Asp.net 2.0 beta Website Admin Tool
Posted by k_james at 5/19/2005 10:59:54 AM
Hi, 1. The tool save the roles but cannot create users. It keeps asking me to use a different password. Am I doing something wrong 2. my default browser was mozilla at the time I installed VS.net 2005. I thought this could be the problem so I have changed the default browser to IE6. When...more >>

VS 2003 Bug? Changes ID strings to numeric values...
Posted by Dwight at 5/19/2005 7:51:01 AM
When we highlight a class in class view and select 'Events' in the 'Properties' window, the events under 'Menu Commands' display numeric values rather than string IDs. The other event sections display the proper string IDs. Then, when a change is made to a dialog, a quick look at the .rc fi...more >>

The CTRL+SHIFT access to properties window in .Net
Posted by Dave at 5/17/2005 12:40:48 PM
Hey all Does anyone know if it's possible, via add-on or any other means to mimic the old VS 6.0 behavior of CTRL+SHIFT+Letter to get quick access to the properties window? I do a lot of re-using existing objects, and needing to change a simple caption or name means a "where's waldo" session...more >>



VS 2003 Help System
Posted by Bob at 5/17/2005 11:39:23 AM
The Dynamic Help on a few of our machines take 10-15 minutes to load the help after the developer presses the F1 key - locking them out of doing anything with that instance of VS. The rest don't. In the lower left status bar of the IDE, it is set to "Downloading...". In the options/environm...more >>

New User confused with MessageBox.show
Posted by LoneWolfNC at 5/16/2005 10:24:01 PM
I am new to using Visual Studio .NET and in both VB and C# the MeesageBox.Show command is only show blank windows no matter what te prompt is. Anyone know what is up?? Confused!!!...more >>

Batch Build for Solutions with VB Projects
Posted by Edwin G. Castro at 5/16/2005 1:58:01 PM
I've noticed that solutions with VB projects cannot be "batch" built. I like the "batch build" option available for solutions with C# and ATL COM projects because it allows me to easily pick a subset of projects to build. Particularly it allows me to pick both debug and release builds and build ...more >>

addin failed to load - class not registered
Posted by StephenRichter NO[at]SPAM gmail.com at 5/16/2005 1:37:43 PM
trying to get a demo addin to work in visual studio ... used the addin wizard to create it, used configuration manager to check "build" for both the addin and setup. When I open a project I get an error message: "addin failed to load - class not registered" The name of the class is my addi...more >>

VS 2003 causes error on opening
Posted by Matt at 5/16/2005 10:20:08 AM
I have re-installed the whole of xp 3 times now to try and resolve this issue - needless to say i have work to do so im getting pretty annoyed! Anyway, I've isolated it down to the latest bunch of Windows updates i've installed, basically after installing them the VS IDE wont open without gi...more >>

Addin: How to display separator below the button?
Posted by Zeddy Iskandar via .NET 247 at 5/15/2005 4:52:40 AM
Hi all, I've created a commandBar that appears when a user right-click the Class item in the Class View Explorer. However, I want myButton to appear on top of "Go To Definition" button, followed by a separator. visually: myButton ---------------- Go To Definition Go To Declaration etc....more >>

//TODO: Shared among developers
Posted by Ray M at 5/13/2005 7:02:05 AM
I am trying to figure out a way to share the //TODO: lists among all the developers on our current project. It seems that they are only valid for the local user and not visible to others when they open the project? Does anyone know of a way to persist the //TODO: (and any custom tags that I ...more >>

ATL COM and C# Projects Coexisting in Same Solution
Posted by Edwin G. Castro at 5/12/2005 3:49:24 PM
I have a situation with Visual Studio .NET 2003. I would like to have one solution to build all the projects associated with our release. This solution would contain a total of 60 projects, some are ATL COM projects, some are C# projects, and some are VB.NET projects. All the ATL COM projects ha...more >>

IDE macros do not work
Posted by Maxim Maslov at 5/12/2005 12:00:00 AM
Hello all; I have very strange problem - macros do not work in VS NET 2003 EA on my Windows 2003 SP1 machine. When I try to run any macro, playback icons flashes but nothing happens (IDE displays no error messages). Debugging macro also does not work - I can set breakpoint but when running ...more >>

Disappearing controls workaround
Posted by LarryF NO[at]SPAM drmworld.com at 5/11/2005 3:23:15 PM
There has been a lot of traffic about the disappearing controls bug in VS.Net 2003, but most of the posts are old and I haven't seen a posted workaround. I've found a workaround, so if you see the bug I hope this helps. The problem is that sometimes when you add a control to a form in the Des...more >>

monitor turns on and off or maybe goes to full screen dos mode!
Posted by Hamed at 5/11/2005 12:00:00 AM
Hello When I try to rebuild my solution the monitor turnes on and off or perhaps goes to a full screen console application mode. Please someone help because this situation makes me unable to work. I use Windows XP SP2 and VS.NET 2003. Waiting for your kind help Hamed ...more >>

How can I create a indigo project in VS.NET 2003?
Posted by Steven.Xu at 5/10/2005 7:04:03 PM
How can I create a indigo project in VS.NET 2003? I am not find the System.ServiceModel in it. My OS is Windows XP Professional. ...more >>

Strange Error when opening any aspx pages in the designer
Posted by Michael Hall at 5/10/2005 4:36:02 AM
Hi, I have a strange problem which has revealed itself over the last couple of days, Every time I try to open any aspx pages in the IDE in design view (code view works fine). I get the following error, which causes VS .NET to shutdown straight away. "Fatal Execution Engine Error (0x79...more >>

passing data to Toolwindow
Posted by Krish at 5/10/2005 4:28:02 AM
I have implemented an Add-in that opens a toolwindow when user clicks a commandbar button. I need to pass data to the toolwindow every time user clicks the commandbar button. Currently I have implemented part of it by creating static variables in Connect class of the Add-in reading them from ...more >>

Issues with Web Form Designer
Posted by DRoberts at 5/9/2005 1:21:02 PM
When I try to view a web page I just created in the IDE I get the following error. "The file failed to load in the Web Form designer. Please correct the following error, then load it again: Illegal characters in path." I went to a different machine and checked the exact same creation and ...more >>

Can use VB6-made ActiveX DLL in VB.Net?
Posted by Wyne at 5/9/2005 11:31:03 AM
Hi, I just made an ACtiveX DLL using VB6 and packed it. Then I sent the Setup Package to a customer he is using VB.Net to make program. But he said he can not get it running. I wonder the ActiveX DLL made of VB6 can be referenced by VB.Net? If Yes, how to add the Reference from VB.Ne...more >>

WrapperTool = "primary" versus WrapperTool = "tlbimp"
Posted by DapperDanH NO[at]SPAM nospam.nospam at 5/9/2005 12:00:00 AM
Within a C# solution, we are using an amazing olap grid component called Contour Cube. Contour Cube grid is com based, therefore, we are using interop. VS.NET 2003 is creating the wrapper for us. The issue we are having is whenever MachineB gets the VS.NET solution from MachineA, we are r...more >>

Disappearing Add-Ins VS 2003
Posted by Tadd Stuart at 5/8/2005 3:55:26 AM
I have just experienced the disappearance of all Add-Ins on two machines which started on Saturday May 7 2005. In trying to reinstall them, I was offered the option to 'Repair' which I selected. Upon completion of the repair, the add-ins still did not appear nor were they in the Add-In Manager...more >>

Question on tool bars in VS.Net
Posted by Michael D. Reed at 5/6/2005 11:00:01 AM
Question on tool bars in VS.Net Every time I install a new tool add in etc. the tools bars are reset. How can I prevent this from happening or is there a way I can save my custom tools bars. I can not find any information on where the tool bars are stored so I can save then and then restore...more >>

System.InvalidOperationException: The object is currently in use elsewhere.
Posted by news.microsoft.com at 5/5/2005 2:01:06 PM
I have seen this problem posted repeatedly, but I have never seen the question answered. When I start VS.NET 2003 I get this error message: System.InvalidOperationException: The object is currently in use elsewhere. at System.Drawing.Graphics.Dispose(Boolean disposing) at System.Dr...more >>

adding files in subfolders does not work in a template
Posted by Jason at 5/5/2005 7:21:05 AM
I have a custom template for a new C# web project and it works fine. The template adds in other web forms that I use. Now I want to add a web form into a sub folder. I've amended my Tempates.inf - assemblyinfo.cs Webform1.aspx Folder1\Webform2.aspx and it fails. Visual Studio tells me ...more >>

General Information
Posted by mmt at 5/4/2005 12:35:01 AM
How can I get general information or starter documentation...more >>

unable to open web project
Posted by Brad at 5/3/2005 4:00:04 PM
Error when opening a solution with a web services project in it: "Unable to open the Web project 'myproj'. The file path 'c:\code\myservice' does not correspond to the URL 'http://localhost/myservices'. The two need to map to the same server location. HTTP Error 404: Object Not Found" Firs...more >>

Time Tracking Add-in
Posted by Mohamed Zaki at 5/3/2005 12:00:00 AM
Dear All, I'm looking for an Addin for visual studio 2003 which allows me track the working hours spent on a specific project, so when any member open a files in a specific project and working on in for x hours and the coming day s/he open another file belonging to the same project, so at ...more >>

Slow IDE
Posted by dbuchanan at 5/2/2005 7:28:32 PM
When I open the VS.NET IDE by clicking on a solution it takes forever before it opens. It does not matter how small the solution is. What is the problem and the remedy? ...more >>

VS IDE Shortcut
Posted by Kim Bracknell at 5/1/2005 12:00:00 AM
Hi there, I appear to have lost the shortcut to the VS 2003 IDE. Could someone please let me know in which folder I can find the shortcut? Thanks, Kim. ...more >>


DevelopmentNow Blog