| Thread | Last Post | Replies |
|
| Addin: how to call existing vs.net IDE command? | 23 May 2006 13:00 GMT | 2 |
I wanted to create an addin button that can close all documents just like when you click "Window | Close All Documents" from vs.net 2005 ide menu but couldn't figure out how to do this. I'm able to create the button and find out the command name (Window.CloseAllDocuments),
|
| Formatting Marks appear in code editor in VS 2005 | 22 May 2006 17:23 GMT | 3 |
I didn't change any settings in VS 2005, and now I see all formatting marks (i.e. hidden characters) in the code editor. For example, I see 'tab' characters, 'space' characters, etc. in my C# code. Anyone know how to get rid of this?
|
| Lost menu item | 22 May 2006 12:40 GMT | 3 |
File - New - Web Project (or web site item ) disappeared suddenly :) I am using vs 2005 professional edition , IIS etc. services are working fine. Other items lest on this menu are : Project
|
| Macro to run a project by name | 22 May 2006 08:38 GMT | 1 |
I have a huge list of projects in the Solution Explorer in VS.NET. There are some projects that are used to create an environment for the main project to run. This main project has been set as the default. So I can press F5 to run it. However, I want to write a macro for one
|
| How to enable Solution configuartion at VS2005IDE | 19 May 2006 09:12 GMT | 3 |
This is VS2005 IDE related query. I dont know how to enable solution configuration(Debug/Release combo option) in VB.NET2005 IDE.? Also i did not find which menu options has this combo. Some how I added this combo but it is disbaled.
|
| Properties Dialog is empty | 18 May 2006 15:49 GMT | 1 |
I have a project in VS 2005 when I right click on a control on a webform, then select the properties item. I get an empty properties window. Also, if i go to the aspx source or visual basic source I cannnot edit with the keyboard.
|
| Project property pages are read-only | 18 May 2006 13:37 GMT | 1 |
All of the sudden, every single project's property pages are read-only, there are no settings displayed when selecting each property pages. Newly created projects have the same behavior. Doesn't matter if the project is a C#, C++, VB, MFC, ATL, etc.
|
| Tag-specific formatting for td tag not working | 18 May 2006 10:35 GMT | 1 |
I've been trying to configure Visual Studio 2005 to format <td> tags as such: <td> somedata </td>
|
| Add menu option to window | 18 May 2006 09:45 GMT | 1 |
I'd like to add an option to the following menu: * when a user opens a .cs file for editing, then right-clicks the file name on top, on the tabstrip where all opened files are listed. I.e. this menu has the following items in it:
|
| Website solution explorer context menu | 17 May 2006 14:34 GMT | 4 |
I'm trying to create a plugin which connects to the website's solution explorer context menu, and for particular files enables a custom command. This works great for class library projects, but not for websites. I have already posted here with source code
|
| Project creation failed in VS 2005 | 17 May 2006 10:11 GMT | 1 |
I get the error "Project creation failed" when I try to create a new project. Does any one have any clue regarding this? cheers Baliga
|
| IDE Show ALL Errors/Warnings | 16 May 2006 14:58 GMT | 2 |
I upgraded from Studio .Net 2003 to 2005. My solution has 2 web services and 2 web sites. They work fine on my local workstation. I installed .Net 2.0 and WSE 2.0 on the development machine as well as updated the ASP.NET tabs in INETMGR.
|
| clearcase integration for project not added via VS to cc | 16 May 2006 14:53 GMT | 1 |
My situation is following: The project is already in ClearCase (CC) but was not added to CC via VS 2005 IDE via "Add solution to Clear Case" command.
|
| How to open a project through Addin? | 16 May 2006 14:48 GMT | 1 |
I am building a Visual Studio Addin in which inserting one menu under tools window. When user clicked on this menu, a wizard window is shown to take some inputs from user. At end of wizard, i want to create / open a project in Visual Studio IDE.
|
| VS.NET 2003 Configuration Manager question | 16 May 2006 14:31 GMT | 2 |
Okay, here's what I've done so far: I've got a VS.NET VB.NET solution with four projects: a Windows App, a Forms Library, a Data Access layer DLL, and a BLL dll. To this solution, I've added a C# Class Library to house all of my NUnit Tests.
|