all groups > visual studio .net ide > august 2007
Filter by week: 1 2 3 4 5
VS 2003 IDE Closing Unannounced
Posted by Frank Buchan at 8/31/2007 4:46:00 PM
I can only give the barest description of this problem , and the reason for
that will become clear when it is described.
The machine is a new clean Dell, running VS 2003, VS 2005, IE7, IIS, and SQL
Server Developer Edition. IE Developer Toolbar was installed, but I have
since removed it to ... more >>
How to open multiple solutions in VS2005 IDE?
Posted by Peter at 8/30/2007 10:36:03 AM
I want to able to open multiple solutions in VS2005 IDE. Currently, I can
only open 1 solution in one instance of VS2005. If I try to open another
project/solution, it will close the current one.... more >>
how to turn off the C4996 warning for good?
Posted by Leo Jay at 8/30/2007 12:00:00 AM
i'd like to turn off the C4996 warning permanently in visual studio
2005,
and i don't like to do it project by project.
is there any global setting or something can achieve that?
thanks.
... more >>
VS hangs my PC in Debug Mode
Posted by Marius Horak at 8/29/2007 5:51:21 AM
When the code hits a breakpoint or if trows an exception the whole PC
hangs. After Alt-Ctrl-Del, clicking Cancel and selecting VS, all is
back to normal (until the next breakpoint).
Closing down VS does not help.
Rebooting PC (XP Prof) does not help.
What's going on!!!!
Please someone fr... more >>
Expression column prevents DataAdapter from Configuring.
Posted by MarcG at 8/28/2007 2:02:02 PM
I have a database view that I am using as a table in a dataset. Initially,
right clicking on the base Fill,GetData query and selecting "configure"
produces the expected behaviour.
One of the fields is "IsNA" and its properties show it as System.Int32 and
its Name and Source are IsNA.
I t... more >>
HowTo Click table icon to "Show Table Data"
Posted by Sparky at 8/28/2007 12:00:02 PM
Studio 2003 showed table data by simple click on table in server explorer.
Studio 2005 shows design not table data for a click on the table icon in
server explorer.
Is this a setup setting?
I just want to click "just once" on the table icon in left treeview and
see data without need to ri... more >>
Debug.WriteLine does not show in VS Output;Debug?
Posted by schneider at 8/27/2007 11:09:20 AM
Debug.WriteLine does not show in VS Output;Debug window?
Anyone know how to fix this?
Thanks,
Schneider
... more >>
How to disconnect a solution from sourcesafe control?
Posted by Peter at 8/24/2007 4:50:00 PM
I'm getting files of a solution from sourcesafe. I want that solution not to
have source control when I'm using it in VS2005.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Include a .dll file in the .exe when Building - How Can I Do that?
Posted by Rodney at 8/24/2007 12:28:14 AM
From: "Rod" <Rod@discussions.microsoft.com>
Subject: Include a .dll file in the .exe when Building - HOW?
Date: Friday, 24 August 2007 12:18 AM
I know this is probably a pretty basic question, but I just don't understand
how to do it.
I have a VB.NET project, with a reference to a .dll fi... more >>
web reference - problem in Reference.cs - 2.0.50727.42 vs 2.0.50727.832
Posted by Sabin Coanda at 8/21/2007 5:22:00 PM
Hi there,
I have a problem using a web reference in my project. I compare it with the
same project on another machine which is working fine. I found many
diferences in "Reference.cs" file. On my PC the file contains a header with
runtime version 2.0.50727.42. The other one has 2.0.50727.832... more >>
Adding Icons to VS2005 Exe's and Shortcuts
Posted by MarcG at 8/21/2007 4:38:11 PM
Is there a HowTo for doing this? I have a solution with six projects in it,
each generating an Exe. My MSI puts entries in the start menu. I've managed
to get Icons on each shortcut, but I'm having trouble with the main forms and
taskbar. Some of my programs put their icons on the task bar and... more >>
Suggestion: View.NextError improvement
Posted by mkleehammer at 8/21/2007 9:30:02 AM
I'm not sure where to report suggestions, so I'll start here. If anyone
knows, please let me know.
The Visual Studio View.NextError command often doesn't do anything, even
after a build failure. I assume it is because I'm not on a "current" error,
so there would be no "next".
It would ... more >>
IDE crashes if the following line is ...
Posted by AshokG at 8/20/2007 12:00:00 AM
Hi,
I just created a new Console application and wrote this line in the Main()
const int [] constIntArray = null; // new int[] {2, 3, 4};
On compiling the project by pressing Ctrl+Shift+B the IDE gets crashing and
an error report dialog is displaying telling that the C# compiler has an
... more >>
restore the user interface to the default
Posted by Gino at 8/19/2007 6:01:15 PM
I'm a beginner in VS.net 2005. I'm learning from a step by step book that
refers to the default settings of all the UI. Since I spoiled it I would
like to restore the user interface to the default.
Is there some way to do it?
Regards
Jino
... more >>
How to control the Show All Files button on the Solution Explorer?
Posted by Peter at 8/15/2007 4:24:02 PM
I'm using VS2005. I want to how I can control the Show All Files button on
the Solution Explorer so that any solution I open will show all files by
default.
Also, after I hit the Show All Files button, how can I change it back so
only some files will be shown?
What files are shown if ... more >>
Intellisense ordering of enums
Posted by Ronnie Smith at 8/15/2007 2:40:02 PM
Hi,
It would be great if Intellisense could present the contents of an enum in
NUMERIC order instead of ALPHABETIC order.
Is there an option for this perhaps?
Thanks,
Ronnie... more >>
Website Data Sources - Objects
Posted by kyong at 8/15/2007 10:46:03 AM
Hey, found a bunch of forum postings about it.. but want to know if there was
a resolution. This is about using the ReportViewer object and the Website
Data Sources window in VS2005.
I have a web site ( with many App_WebReferences ) and the Website Data
Sources window doesn't show objects.... more >>
Outlining help PLEASE
Posted by Ross Presser at 8/15/2007 12:50:16 AM
I posted once about this before, but nobody responded. At the time I
was using VB.NET 2005 Express; now I'm using VS.NET 2005 Standard (it
is a full version, but I have only installed VB.NET, C#, and Visual
Web Developer).
When I use VS.NET 2003 I am accustomed to using control-M control-H to... more >>
Small change using Designer with C# generates many diffs
Posted by ricko2001 at 8/13/2007 6:30:01 PM
I checked out a form and made a couple of changes to the menu items using
Designer. When I was ready to check it back in, I did a diff and found many
changes made throughout the .Designer.cs file, mostly having to do with
control sizes. ( My file has the x values all about 2 smaller than they ... more >>
Re-install samples.vsmacros?
Posted by Matt F at 8/13/2007 9:36:57 AM
In setting up my first macro, every time I launch the Macro IDE, I was
getting a message stating that the samples.vsmacros file was missing or
invalid. There is another post with more details about my macro, but this
is kind of a seperate issue, so posting this question also.
In googling a... more >>
Seeing Members in the order in which I have created them
Posted by Sean Howard at 8/11/2007 9:04:06 PM
Hello,
I apologize if this has been asked before (and this is my first post here),
but is it possible please in any view of a solution (Class, view, Solution
view etc) to show members of a class in the order in which I have created
them in the Code window.
The Class view, for example, se... more >>
VS 2005 C# form designer in 2 vertical tab mode
Posted by Alan S at 8/10/2007 9:50:03 AM
I have the code window in the left tab group and the design window in the
right tab group. If I am editing in the code window and I click on a control
or the form in the design window without first selecting the tab, it acts
like I double clicked and inserts an event into the code. Is there a ... more >>
VS 2005 trying to debug SQL when I don't want it to
Posted by Jeff Johnson at 8/9/2007 12:01:24 PM
I'm getting the dreaded "EXECUTE permission denied on object 'sp_sdidebug',
database 'master', owner 'dbo'" error in a project but the Enable SQL Server
debugging check box is UNCHECKED in EVERY SINGLE PROJECT IN MY SOLUTION!!
WHY WHY WHY WHY WHY?
I have researched this error via Google Gr... more >>
VS 2008 Beta 2 Silverlight Reference Problems
Posted by Mike Hawes at 8/9/2007 12:30:00 AM
Hi
I have installed Visual Studio 2008 Beta 2, Silverlight Alpha Refresh and
the Silverlight tools for VS.
When I create a new Silverlight in VS project I get the following warnings:
The referenced component 'agclr' could not be found.
The referenced component 'mscorlib' could not be f... more >>
Disjoint Tab Stop Ordering?
Posted by Peter Franks at 8/8/2007 12:34:03 PM
In prior versions, I was able to alter the tab stops by first
control-clicking on a stop (which wouldn't change the tab order for that
control), and then click on the next control that I'd want to follow.
I'm not seeing that behavior in VS05; I must start reordering from the
beginning, even... more >>
Forms designer: set ComboBox drop down height?
Posted by Peter Franks at 8/8/2007 12:29:41 PM
VS2005: How do you set the drop down height in the forms designer for a
ComboBox control?
In prior versions, selecting the control in the designer and then
clicking on the drop-down arrow expanded the control, allowing you to
drag the height up and down. I'm not finding this behavior in VS... more >>
Project Folders
Posted by evint at 8/8/2007 4:12:16 AM
Folks,
Having just completed development of a VS 2003 project, I would
like to clean up some of the folders within the project.
Specifically, the \obj\debug\tempPE and \obj\Release\tempPE folders.
I have read that the Clean options does not work well in VS 2003.
Can I safely delete the hun... more >>
No prompt when editing while debugging
Posted by David Thielen at 8/6/2007 10:08:04 AM
Hi;
How can I get VS 2005 to NOT tell me when I am in the debugger, paused,
edited some code (not edit & continue), and then continue.
What I do is when I hit breakpoints I will put in comments as to what I need
to do there, and then continue. Once my debugging session is over those
comm... more >>
Pending Checkins Tab not populate on launch
Posted by Matt F at 8/4/2007 1:07:25 PM
Every time I launch VS2005, I need to select "View" - "Pending Checkins" as
the tab isn't populate. The tab is there as it should be but just a very
narrow tab with just the icon and not he words "Pending Checkins". As soon
as I select it from the menu, it goes through the process of loading... more >>
Shortcut for Run and Run On for database projects
Posted by bendlam at 8/2/2007 1:50:43 PM
In a database project, you can right click on the file and there's an
option to "Run" or "Run On" which would execute the script on the
database you select.
Is there a way to create a shortcut key to execute the Run or Run-on
for database scripts in a database project is vs2005?
... more >>
Macros stopped working
Posted by J.Marsch at 8/1/2007 5:11:14 PM
What could make macros in Visual Studio stop working?
I wasn't changing my macros, just using them a littlle. Sometime today in
period of 30 minutes, they just stopped working. I can't seem to get them
to work -- I've tried rebooting, and even replacing them.
I can't even get a simple ... more >>
|