| Thread | Last Post | Replies |
|
| Small change using Designer with C# generates many diffs | 31 Aug 2007 17:54 GMT | 1 |
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 ...
|
| VS 2005 C# form designer in 2 vertical tab mode | 31 Aug 2007 17:50 GMT | 1 |
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 ...
|
| VS 2005 trying to debug SQL when I don't want it to | 31 Aug 2007 17:48 GMT | 1 |
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?
|
| Project Folders | 31 Aug 2007 17:46 GMT | 1 |
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.
|
| Expression column prevents DataAdapter from Configuring. | 31 Aug 2007 11:38 GMT | 6 |
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
|
| Adding Icons to VS2005 Exe's and Shortcuts | 29 Aug 2007 14:05 GMT | 4 |
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 ...
|
| Suggestion: View.NextError improvement | 25 Aug 2007 04:24 GMT | 1 |
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,
|
| How to disconnect a solution from sourcesafe control? | 25 Aug 2007 04:14 GMT | 1 |
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.
|
| Include a .dll file in the .exe when Building - How Can I Do that? | 24 Aug 2007 03:39 GMT | 1 |
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
|
| web reference - problem in Reference.cs - 2.0.50727.42 vs 2.0.50727.832 | 21 Aug 2007 17:00 GMT | 1 |
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 ...
|
| Can "Find in Files" ignore hidden files? | 20 Aug 2007 17:23 GMT | 2 |
I would like to be able to ignore hidden files in Visual Studio 2005 when using "Find in Files". I have looked in the registry and played with a couple entries, but no luck. Is this possible? Thanks.
|
| IDE crashes if the following line is ... | 20 Aug 2007 12:53 GMT | 1 |
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 ...
|
| How to control the Show All Files button on the Solution Explorer? | 19 Aug 2007 13:27 GMT | 1 |
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
|
| Intellisense ordering of enums | 16 Aug 2007 12:40 GMT | 1 |
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,
|
| Pending Checkins Tab not populate on launch | 16 Aug 2007 10:56 GMT | 9 |
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 ...
|