| Thread | Last Post | Replies |
|
| Removing standard menus / menu items from 2005 IDE via Add-In | 23 Oct 2006 12:56 GMT | 2 |
I've created the skeleton framework for a Visual Studio 2005 add-in (C#) and I was wondering if there is a way to remove any of the standard built menus or menu items? I see lot's of tutorials on how to add your own menus or custom menu items, but nothing talks about
|
| VSTS checkin with work-item association causes exception | 23 Oct 2006 09:24 GMT | 3 |
Almost every time I do a checkin to VSTS and associate the changeset with a workitem, I get an error dialog: Error: Attempted to read or write protected memory. This is often an indication that other memory is corrupt
|
| Tab disorder | 23 Oct 2006 09:02 GMT | 2 |
Usually when working in the IDE, I have several tabs open. As usual in a Windows application, you can switch between the tabs using ctrl+tab and ctrl+shift+tab. However, unlike all other applications I have used, and unlike every application that I have made, it is not the next ...
|
| VS.NET Add reference to GAC assemblies | 19 Oct 2006 16:12 GMT | 2 |
Is there any particular reason why VS.NET 2003 does not list assemblies in the GAC when trying to add a reference? I understand that there is a special area in the registry where assemblies need to be listed in order for VS.NET to show them in the Add Reference
|
| "Show All Files" in VS2005 doesn't expand/collapse the .cs/.resx | 17 Oct 2006 04:18 GMT | 5 |
In VS2003, my Solution Explorer displayed a tree with only the .cs files listed. Then when I clicked the "Show All Files" button, each .cs that is a form would appear in the tree with a + beside it. Expanding that branch by clicking the plus would then reveal the .resx file ...
|
| How to find classes that are never used, created, or referenced? | 16 Oct 2006 08:49 GMT | 1 |
Does anyone know of a tool that will go through all the classes in our system and indicate which ones are never used, created or referenced? Maybe through the IDE, maybe through a plug-in, maybe third-party? Thanks in advance for your help.
|
| VS2005 IDE plugin specifics, how ? | 16 Oct 2006 08:38 GMT | 1 |
I wish to implement a VS2005 Plug-in that will operate the same way as the unmanaged memory view, hence, a plug-in with the following properties: 1. GUI Representation that can be handled the same as the memory view, watch views, etc.
|
| Can the comments in VS2005 IDE C++ have a selectable font? | 16 Oct 2006 08:31 GMT | 1 |
It would be nice to have a proportional space font for the comments (only), primarily because that would save space (both, on screen and on paper) and consequentially scrolling time. Is that an available option?
|
| events list in VS 2003 | 14 Oct 2006 15:42 GMT | 1 |
I'm new to this field. I'm using VS 2003. In VB.NET IDE, I don't find events list in the properties window. Where can i get it?
 Signature Regards,
|
| I've lost Ctrl-F3 and Ctrl-F4 | 12 Oct 2006 19:12 GMT | 1 |
Out of the blue about a month ago the VS 2003 and 2005 IDE stopped recognizing Ctrl-F3 and Ctrl-F4. I looked in the Keyboard Settings and found the Ctrl-F3 was indeed still mapped to Edit.FindNextSelected, but what is odd is that if I
|
| Length of the full path exceeds the maximum path length allowed. | 12 Oct 2006 08:40 GMT | 1 |
Hey Guys, In VS 2005, I try to create a solution in a nested directory structure. I get prompted with the following error message : "The length of the full path for the solution, project or item you are
|
| Debug>Exceptions... Misses | 12 Oct 2006 04:05 GMT | 8 |
I have installed vs2K5 on a new system and the 'Exceptions...' MenuItem doesn't show. (Debug>Exceptions...) I can use the shortcut (CTRL+ALT+E) but I would like to have the item also shown in the menu.
|
| "Automation server can't create object" | 10 Oct 2006 12:39 GMT | 3 |
I receive the above message any time I try to add an item to an existing or new project. I have searched and found that the WSH may be the problem, but I have installed it, twice. I have tried re-registering msxml3.dll. Nothing seems to work. I can't add anything, so I am ...
|
| Unrecognized tag prefix or device filter 'asp' error when MasterPageFile attribute is moved from the @Page into Web.config | 06 Oct 2006 22:05 GMT | 2 |
Note: This is related to working with MasterPages only and NOT nested master pages. IDE reports error Unrecognized tag prefix or device filter 'asp' when MasterPageFile attribute is moved from the @Page into Web.config.
|