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 > march 2007

Filter by week: 1 2 3 4 5

Cannot scroll properly
Posted by Toco at 3/30/2007 1:48:03 PM
Help! When working in your code window, you can click on your mouse wheel to scroll horizontally and vertically. In my code window, only vertical is enabled. Some class files are several hundred lines long! Why only vertical arrows appear, and not horizontal ones! Help!...more >>


hot to make multiple class libraries from the same source (C#)
Posted by dkaatz at 3/30/2007 11:06:03 AM
Using VS 2005, C#. I want to make 3 class libraries that differ only by conditional symbols. If I create multiple projects in my solution, and refer to the source file and assembly info file, each gets copied to each project's own directory - leaving me with three identical sets of files to ...more >>

How do I set pixels to transparent in the VS 2005 resource editor?
Posted by David Thielen at 3/29/2007 5:24:03 PM
Can't find how anywhere - and I've searched the help and googled. -- thanks - dave david_at_windward_dot_net http://www.windwardreports.com Cubicle Wars - http://www.windwardreports.com/film.htm ...more >>

C# IDE - commenting / uncommenting problems
Posted by Zytan at 3/29/2007 5:45:16 AM
Ctrl+E, C and Ctrl+E, U will comment and uncomment out multiple lines (there's buttons in the Text Editor toolbar for this). It has two issues: 1. It will not include the // for empty lines, which makes it hard to visualize a single commented group. Since programmers very often use spaces t...more >>

Unable to consume web service in VB.NET Windows app-- ASP.NET works fine!!
Posted by scott.iisystems NO[at]SPAM gmail.com at 3/28/2007 4:58:00 PM
Hi, I have a web service which works fine under the ASP.NET development server (on default port 4219) and also from an ASP.NET client with a reference to the deployed service. However, I'm unable to access the service from a windows application. I have only used ASP.NET in the past to consu...more >>

Problems with Object DataSource for ReportViewer
Posted by Dale at 3/28/2007 9:36:03 AM
I am trying to add a report and a ReportViewer to an ASP.Net 2.0 website application. The data source for the report should be the output of a web service. When I look at the report in design mode, the Website Data Sources panel displays as it should but the web service is not listed. The...more >>

Measuring build time
Posted by redsolo at 3/28/2007 2:11:34 AM
Is there any Addin to Visual Studio to measure how long time a build takes? It would be interesting if I could find out how much of my day is spent waiting for the application to build. I know it is possible to add pre- and post build events that measure the time, but as our application consis...more >>

Website Publish Build error #22
Posted by Miles at 3/27/2007 4:53:42 PM
I suspect that I have an IDE configuration issue - but I just haven't been able to find it... I am trying to "publish" build my website and I get a: Error 22 Access to the path C:\Documents and Settings\<my temp folder>\temp^144\bin\<some file> is denied. The subfolders and files do not...more >>



can't exit vs 2003
Posted by Dan Avni at 3/25/2007 12:00:00 AM
only on one specific solution when i try to close the IDE (either the X button or the file->exit) or when i try to close the solution (file->close solution) nothing happens. on other solutions i have everything is fine. on this specific solution (it has about 11 projects in it) i can exit the ...more >>

Can't double-click to open solution
Posted by RTCEast1 at 3/23/2007 6:11:29 AM
I'm running Visual Studio 2005 SP1 on Vista with the Vista Update. If I double-click on a solution to open it, nothing happens. The cursor flashes briefly, but the IDE does not open. It has been this way ever since I put Visual Studio on Vista, even without the SP1 updates. I do not have a...more >>

VS2005 - IDE hangs when changing control ID
Posted by Matt MacDonald at 3/22/2007 1:34:01 PM
Hi All, Does anyone else have this problem? When in a web application project, not a web site project, if I change the ID of a control (textbox, button, etc) The whole IDE usually hangs for about 15-20 seconds. It seems to do the same thing regardless of whether I'm working locally or on ...more >>

vs.net 2005(sp1) IDE still hanging up constantly
Posted by Eric Cathell at 3/21/2007 3:35:01 PM
I am using VS.Net 2005 sp1. While editing code(vb), my editor constantly locks up for minutes at a time. My cpu usage jumps to about 50%(could be 100% as I am using a google widget to monitor while I am recreating these issues).The crazy thing is my network connection goes crazy too, like the ...more >>

No database controls in Visual Studio 2005
Posted by Brendan at 3/21/2007 1:08:27 PM
I cannot find the database controls (SQLConnection, SQLDataAdapter,etc) in the tool box in VS .NET 2005. Where did they go as they were in VS .NET 2003....more >>

Block Mode selection Copy and Paste Behavior
Posted by fbrochu at 3/21/2007 11:10:16 AM
I’m using Visual Studio 2005 with SP1. Version 8.0.50727.762 (SP.050727-7600) I am confused by a behavior I believe might be a bug. Anyone from the Microsoft Visual Team could comment please. Here is the reproducing step. 1-Open a .cpp file for text edition in a C++ project. 2-Make su...more >>

Web solution with Web Service does not start Web Service
Posted by Dale at 3/20/2007 2:33:08 PM
I have a series of .Net 2.0 solutions in VS2005. Each solution consists of a web site and a web service. The web site in the solution always has a web reference to the web service in the solution. Some of the solutions also have a class library or two in them. The solutions are a mix of ...more >>

grid in forms designer for aspx pages
Posted by Ganesh at 3/16/2007 10:04:24 PM
Hi There I just can't find out why I don't see a grid in my forms designer for aspx pages. I used to see in vs 2003. Any idea to get it back in vs 2005 Thanks Ganesh ...more >>

Setting .Net 2.0 web reference to not be dynamic.
Posted by Dale at 3/16/2007 11:33:03 AM
In .Net 1.1, after adding a web refernce to a project, you have the option to configure that web reference to be static or dynamic. If it is dynamic, it adds the URL to the web.config. In .Net 2.0, I do not see how to change this setting and the default behavior in .Net 2.0 is to, apparent...more >>

maximum projects in solutions
Posted by Vogeler, volkhard at 3/15/2007 2:49:18 AM
Hello, is there any limit for projects per solutions? Is there any advice for maximum number of projects? best regards volkhard...more >>

How to access the build events tab of properties page of a project from vs2005 add-in?
Posted by Richard at 3/15/2007 12:00:00 AM
Hi guys. I want to access the build events tab of a given project properties page? Is this feasible? What I want is to copy a xml data file data.xml (this file was generated by my add-in and when program runs, it depends on this xml file) under $(ProjectDir) directory to $(OutDir) after the pr...more >>

Control/Editor /w Syntax Highlighting & Intellisense
Posted by at 3/12/2007 11:22:17 PM
I have a program where the user inputs some proprietary code in an editor. I would like to use a windows form editor control that automatically does syntax highlighting & intellisense (after I define the vocabulary). 1) How would I do that myself? Any tips and/or links? 2) Are there any open ...more >>

unnecessary C++ builds of up-to-date projects
Posted by pwm at 3/12/2007 3:58:40 PM
I have a solution of C++ projects using VS 2005 SP1 on Windows XP SP2. I am using project dependencies to keep the correct build order. But I am having a problem where VS 2005 is unnecessarily re-building an up-to-date project. That is, I build the entire solution, and everything builds su...more >>

Name/Value in locals/autos windows
Posted by jack NO[at]SPAM unraunet.com at 3/12/2007 3:15:13 PM
When I am debugging and have a variable that is a button, the locals/ autos windows in Visual Studio display the value of the button variable as {Text="button1"}. Does anyone know where this functionality comes from, and how would I add it to my classes? Thanks. ...more >>

Disappearing line while using text editor
Posted by Andrew McDonald at 3/10/2007 5:13:30 PM
I work only with native C++ projects. After installing SP1 for VS2005 Pro, I find that the line of text I'm editing occasionally vanishes! Eveything else is fine, just that one line stops rendering. Is this a known bug with SP1? It's pretty inconvenient, you're left typing in the dark! The ...more >>

Vb.net XML Comments dissappeared
Posted by Steven Spencer (Spinalogic) at 3/10/2007 12:00:00 AM
OK. I haven't changed anything in my solution, which still builds with 0 errors 0 warnings. I type ''' And nothing happens. PLUS all of my comments in my other classes have no syntax highlighting on them now :(. IE the whole XML comment is just green) Whats going on. ...more >>

Turning off parallel builds in VS2005?
Posted by Corey Wirun at 3/9/2007 9:30:45 AM
Hi All, We build a lot of our solutions unattended, from the command line. When parallel builds are enabled, the project build console output is all mixed up - making it almost readible when a project has build errors. Is there any way to turn off parallel builds via command line? Then s...more >>

More problems post SP1. ContextMenuStrip this time.
Posted by Dale at 3/6/2007 7:53:00 PM
I apologize for becoming the most prolific poster in the group, it seems but I am having a LOT of weird problems since installing SP1. I can't say for sure it's related to SP1 but today's problem is an application that I have worked on since early betas of Whidbey and not had these problems i...more >>

vs 2005 can't add reference
Posted by cornelhughes NO[at]SPAM gmail.com at 3/6/2007 10:40:15 AM
When I create a new project, then I try to add a new reference (not a web reference, web reference works), the IDE will crash. the error message is AppName: devenv.exe AppVer: 8.0.50727.42 AppStamp:4333e699 ModName: msvcr80.dll ModVer: 8.0.50727.163 ModStamp:44849dd9 fDeb...more >>

Can't load form in Design mode: Projectitem unavailable
Posted by Dan Cooperstock at 3/6/2007 6:49:56 AM
All of a sudden, I can't load one of my forms in design mode. I've been working on making it Localizable, but haven't done any direct editing of the resource files or the formname.designer.cs file. What I'm seeing in VS.NET 2005 is an error window saying: ----------------------------------...more >>

Visual Studio 2005 can't handle its own language
Posted by Norman Diamond at 3/6/2007 12:00:00 AM
Here's yet another instance of Visual Studio 2005 Japanese version unable to cope with Japanese. Notice that this isn't a Unicode or I18N issue, it doesn't matter if VS2005 does everything in ANSI (code page 932), there's no need for any language other than Japanese. A sufficiently cynical...more >>

Preparing file for refactoring
Posted by Dale at 3/5/2007 12:48:02 PM
I have never had this problem before, even on the project I am working with currently, but suddenly today, every time I do any refactoring or even find all references, I get a window that says something about preparing files for refactoring. This window cycles through every file in the soluti...more >>

Can you have the procedure line separators in c#
Posted by Joel WZ at 3/5/2007 10:18:28 AM
I see where procedure line separators appear to be a VB.Net only option. Is there not a way to add them in c#? Seems like it would make the code less confusing. Thanks, Joel WZ ---------- ...more >>

shortcut for roll #region in VS 2005
Posted by mamin NO[at]SPAM o2.pl at 3/5/2007 3:44:08 AM
Is there any shortcut which rolls #region area? Or maybe an option that rolls all regions after closing file ? ...more >>

vs crashes as a result of msxml6
Posted by Rich Denis at 3/2/2007 3:41:11 PM
hello, I am having a problem since installing the DB Pro version of visual studio. I am hoping to get some help. Ever since I have installed DB Pro when i close the IDE, I get a debug window pop up and it asks if I want to have VS restarted. The message that most often gets logged to the...more >>

Way to tell if OS is 32-bit or 64-bit from within VS2005?
Posted by Jessica at 3/2/2007 10:32:20 AM
I have a package in VS2005, and within it I need to find out if the current operating system is 32-bit or 64-bit. Is there a way to do this? I've looked at the System.Environment.OSVersion property, but the OperatingSystem class doesn't contain this information. Thanks!...more >>

missingmanifestresourceexception with web usercontrol (VB2005)
Posted by alexbelli NO[at]SPAM nospam.nospam at 3/2/2007 12:00:00 AM
VB2005, web page I add a single usercontrol, then I select to project the component ( i dont' know the menu name in english, in my italian VS the menu is "progettazione componente") I put on it a sqlconnectionn and a sql data adapter. I configure sql data adapter to read and save data to a s...more >>

Errors adding "Add-ins"
Posted by Suds at 3/1/2007 4:28:12 PM
Hi, I have a problem with my VS2005 IDE. I'm not able to see any Addin that I download and install. The path to my Addin files are correct. But, I don't see the Addin's in my Addin manager and they don't show on my IDE either. Can you please point me to known issues or settings that I must co...more >>

Tools-> Snippet Manager Missing in Vs2005 Standard Tools Menu
Posted by Phil C. at 3/1/2007 1:16:52 AM
Hi. There is no "Snippet Manager" in the Tools menu of my Vs2005 standard when I'm in the code design of a class or any other code. HOWEVER, pressing Control K + Control B causes the Snippet Manger to appear. What gives here?? There have been no beta installs of Vs on this machine. Thanks...more >>


DevelopmentNow Blog