| Thread | Last Post | Replies |
|
| Interfaces drop-down missing in VS2005? | 11 Nov 2005 15:25 GMT | 5 |
in the Visual Studio Text editor, there is this bar at the top with two drop-down boxes containing members in the current document. For Visual Basic in VS2003, the left column listed all interfaces and entries "Events" and "Overridable methods" for each class/structure. In VS2005 ...
|
| Visual Studio text editor and autocomplete | 11 Nov 2005 13:00 GMT | 1 |
I remember seeing (many months ago now) an MSDN vidio on the new features of VS 2005 IDE. for C#, one of them automatically added a pair of braces following key words or there was a way to insert a pair of braces (opening and closing),
|
| Visual C# 2005 Express Edition | 11 Nov 2005 10:55 GMT | 4 |
Hi I wanted to take a look at non-beta VS 2005 products. VS C# 2005 EE is free, so I installed it and am looking at it's features. My first question to which I did not
|
| VS2005 treats C# .cs files as vb? | 11 Nov 2005 05:08 GMT | 1 |
I'm doing a test project of our C# Web solution from VS2003 to VS2005 using the final RTM. All of our code is C#. After the solution upgrade runs, I try to build and get about 50 errors I need to fix. Fine, no big deal.
|
| enabling disabled menu item | 10 Nov 2005 09:33 GMT | 4 |
first, I set command control to be disabled , then at some point I want to enable it. so here's what I tried in QueryStatus method: if EnabledFlag then
|
| ASP.NET Images are not displayed | 10 Nov 2005 08:41 GMT | 8 |
Hi, I have a problem with the standard Image controls and img tag. The images are being displayed in the designer, but not when I view the page. Tried clearing the cache - I'm using the built in web server. Any help would be appreciated.
|
| Unable to create projects from IDE after .NET maintenance | 09 Nov 2005 19:20 GMT | 3 |
I was having some problems so I decided that repair installation of VS.NET 2003 would solve it. Instead, now I have a new problem: the IDE will not let me create projects! It throws a dialog saying "Automation server can't create object".
|
| Suppressing stupid things in the IDE when working with Datasets | 09 Nov 2005 09:25 GMT | 5 |
I'm in a vile mood this morning because someone decided that it would be a neat idea if too many clicks in the name of a field in the dataset editor view would cause code bo be generated. As a side effective of this my xsd is getting messed up and won't compile.
|
| Forcing the linker to run | 09 Nov 2005 02:06 GMT | 4 |
I have a VS.NET 2003 project which makes an unmanaged C++ DLL. There is a custom build step which compiles an .mc (message compiler) file then runs the resource compiler to produce a .res file which is added to the link. The only other file in the project is a small cpp file ...
|
| EnvDTE.CodeElement.get_EndPoint throws Argument exception | 08 Nov 2005 14:17 GMT | 5 |
I have an Addin written VB which prints the source code in a .NET project. The addin formats the source code using SmartFormat before printing the source code. Here is a code in the addin that formats the source code:
|
| Does VS.NET IDE add correponding versions of assemblies? | 08 Nov 2005 12:09 GMT | 5 |
Sorry about the very abstract subject. I am using VS.NET 2003. I have a couple of DLLs written using C# and i have an App using these assemblies.
|
| VS 2005 - turn off switch statement warning | 07 Nov 2005 14:51 GMT | 6 |
Hi; How do I turn off the warning: Switch statement contains no 'default'
|
| VS 2005 Slowness | 07 Nov 2005 14:41 GMT | 2 |
Has anyone experienced very slow saves while programming? I can't seem to get around it but each time files are saved (prior to building) it takes about 5-10 seconds beforehand.... It's really annoying and was wondering if there is any way to speed it up?
|
| change right click options on project in vs | 07 Nov 2005 13:50 GMT | 4 |
I want to add item to the r-click options on project in the solution explorer. i mean.. 1. add a project to the solution explorer.
|
| Open IE when debugging with Visual Studio 2005 | 06 Nov 2005 09:50 GMT | 2 |
how could i start debugging web project with IE, because now when I press F5 (run with debugging) starts Firefox. I couldnt find any option to make that VS 2005 started Internet explorer for debugging my web projects.
|