| Thread | Last Post | Replies |
|
| Save outlining in VS2005 | 30 Mar 2006 16:58 GMT | 2 |
the IDE for VS2005 saves som many things, such as breakpoints, bookmarks, etc... Is there anyway to save collpased level for blocks of code? I know that upon first opening a file, outlines are collapsed, but I'd rather save what I have set to be collapsed or non-collapsed ...
|
| how to get the reference- files from a program code. | 30 Mar 2006 16:32 GMT | 1 |
Hi i a programing an Add-In for Visual Studio .NET. My questions is: how to get the reference files for a projet. I found the property "ReferencePath", that give me the location of these
|
| Add-in ... failed to load or caused an exception | 28 Mar 2006 14:22 GMT | 3 |
Hi, I am trying to use the MSDE 2000 Deployment Toolkit with VS.NET 2005. The toolkit includes a VS.NET Addin. After some research, I discovered that VS.NET 2005 is using a different means to register Addins. Basically it seems
|
| Web Part Templates | 28 Mar 2006 04:39 GMT | 3 |
I want to use a Web Part template, I have downloaded the WebPartTemplatesforVSNetSample2.exe file and run this. It comes up saying the installation was successful. When I run the setup.exe file in the extracted folder I get the following
|
| Using Visual Source Safe 6.0 with VS.NET 2005 for C++ | 27 Mar 2006 20:10 GMT | 1 |
I'm trying to add some of my projects/solutions to Visual SourceSafe 6.0 , but I don't have Source Control in the File menu. I have the same problem in Visual Studio 2005, with both existing and new solutions/projects. Do I have to install anything before I can use SourseSafe from ...
|
| Turn off Intellisense in VS2005 | 27 Mar 2006 16:28 GMT | 1 |
How does one completely turn off Intellisense in VS2005 ? I have gone to Tools | Options | Text Editor | All Languages | General and unchecked everyhting, as well as the corresponding boxes for the language I am using, C++, but Intellisense still runs every time I start the IDE ...
|
| View Markup | 27 Mar 2006 10:00 GMT | 1 |
In Visual Studio 2003 I was able to switch back & forth between code view and markup view of an asp.net page using F7 and shift-F7. In Visual Studio 2005, "F7" still works (maps to View.ViewCode) but Shift-F7 doesn't work from code view. The command View.ViewDesigner works from ...
|
| source safe not getting all latest | 27 Mar 2006 01:08 GMT | 3 |
I have a project that was recently disconnected and reconnected to VSS 6 behind Visual Studio.NET 2003. Upon getting latest version, several newly created files did not come back to my workstation. These files were created and checked in by another developer. The project file ...
|
| VS.net shouldn't call custom control initializer! | 26 Mar 2006 12:33 GMT | 2 |
I have a recurring problem with the forms designer is VS.net 2003. If you want to add a UserControl to your form, vs.net will call that controls initialization code when placing the control in the form. I believe this behavior only causes problems. I could care less if the
|
| VS2005 Add-In not showing up under Tools. | 25 Mar 2006 22:03 GMT | 8 |
I used the Wizard to make this Add-In from scratch in preparation of moving some 2003 Add-In Code to 2005. I used the wizard and I made no other changes. I hit F5 and another copy of VS2005 launched but the Add-In is not showing under Tools but it does list itself in the Add-In
|
| Object test bench only on startup project | 24 Mar 2006 17:10 GMT | 1 |
I have been trying to work with the Object test bench in VS 2005 but it only seams to work on a single startup project (If I have multiple startup projects it does not work). Is this a bug or is it supposed to work this way? Brgds
|
| Control declaration does not include id="TextBox1" attribute? | 24 Mar 2006 02:51 GMT | 3 |
When I drag a control from the Toolbox the generated control declaration no longer includes an id attribute. Typing it in can get a bit tedious. I may have fragged a setting but wonder how I may reset the IDE to write a complete declaration when dragging a control from the ...
|
| Controls toolbox hidden/not displayed | 23 Mar 2006 10:19 GMT | 3 |
Out of nowhere my VS.NET 2005 IDE crashed and when starting it again no toolbars and docked windows were displayed. I managed to get them back, every one of them, besides controls toolbox which is essential one. Choosing Properties, Server Explorer, Solution Explorer etc. from View ...
|
| Customizing .NET 2002 | 21 Mar 2006 23:09 GMT | 3 |
How do I customize VS.NET 2002? So that I can reduce my navigation to one click? Say I go to a definition of a variable, I click on the left mouse, the IDE quickly switches to that specific line of code in the .h I'm after,
|
| resx config setting | 21 Mar 2006 21:51 GMT | 1 |
How do I turn on/off the auto-generation of .resx files? I know that it is a setting somewhere, but not sure if it is a machine.config setting, project level setting, solution level setting, or IDE level setting. What I do know is that every new project I create, .resx files ...
|