| Thread | Last Post | Replies |
|
| EnvDTE: Unwanted code behind pages via AddFromFileCopy | 18 Jan 2006 02:33 GMT | 1 |
I am using the EnvDTE automation interface to create a VS project. The problem I am having is that when I add an ".aspx" file to a project then VS automatically generates a code behind page. In the IDE if you add an .aspx file to a project then it will prompt you
|
| Not all information present when DTE2.Events.SolutionEvents.Opened fires (VS.NET 2005) | 16 Jan 2006 12:05 GMT | 4 |
My 2005 plugin's cached reference to the DTE2 object reports the Solution.FullName property as "" when it fires. This only seems to happen on newly-created solutions, not on pre-existing solutions that were simply opened.
|
| [VS2005] Unit testing framework for VS macros development | 16 Jan 2006 09:32 GMT | 4 |
I'm trying to find out whether there are any free unit testing frameworks that're possible to use for developing VS macros. Any hints are welcome. Thanks, Johan Nilsson
|
| IVsOutputWindow/IVsOutputWindowPane "General" pane.. how to.. | 15 Jan 2006 20:06 GMT | 4 |
I want the get a handle to the General output window from package.. but what's is its GUID ? e.g IVsOutputWindow *outputWindow;
|
| custom editor generated code | 13 Jan 2006 19:43 GMT | 1 |
I've created a custom editor using the Visual Studio 2005 SDK Integration Package wizard. I modified the editor pane to be a DataGridView (instead of a text box). The user is expected to manually add data to the grid.. and it is not connected to any database. I did
|
| Editor samples | 13 Jan 2006 18:36 GMT | 3 |
If I run the C++ unmanaged basic editor sample (bscedt), I get a document window with just a rich edit control. However, when I run the managed C# Basic Editor sample, I get the left margin with bookmarks enabled in addition to the edit control.
|
| Studio Version Compatability | 13 Jan 2006 18:10 GMT | 4 |
I am working on an add-in and would like to have it work under 2003 as well as 2005. Is there a way to use the same add-in for both or do I have to write a separate add-in for each version?
|
| wizard & template directives | 13 Jan 2006 02:10 GMT | 5 |
I'm encountering a problem with my Custom Wizard. I have created a Wizard that works fine on Visual C++ 2002. Due to our migration to 2003, I want to port it on 2003. I followed the advices given in the MSDN porting guide. But a problem
|
| [VS2005] Execute post-build action | 12 Jan 2006 19:08 GMT | 5 |
is it possible to execute a VC post-build action using automation (i.e. macros), and have the output go to the build output window? Or, perhaps as a more general question, executing an external program and displaying the output in e.g. the Output window?
|
| Error on adding items to toolbox | 11 Jan 2006 02:54 GMT | 3 |
I'm trying to add items to toolbox from my dll. In Choose Toolbox Items dialog->.NET Framework Components->Browse I'm selecting my dll to add my windows forms controls => and
|
| BuildProject method fails with "Unspecified error" | 10 Jan 2006 17:56 GMT | 2 |
I can't seem to get the following macro to work: Sub BuildProject() DTE.Solution.Create("C:\\", "MyTestSolution") DTE.Solution.SaveAs("C:\\MyTestSolution")
|
| AddIn - Default Setup Files | 10 Jan 2006 16:42 GMT | 3 |
There a couple of files that are added to the AddIn setup package by default... Extensibility.dll, VSLangProj.dll, and vslangproj.tlb. Why? If you are creating an AddIn for Visual Studio, those are already
|
| VsLangProj and EnvDTE in VS 2005. | 10 Jan 2006 16:34 GMT | 1 |
I am updating a existing VS 2003 add-in to VS 2005 addin. But I am using the the dll "VSLangProj" for some automation. But unfortunately I couldn't run the appliction in a machine having VS 2005 (Not having VS 2003) only. I am getting a FileNotFound exception
|
| how to access DocumentEvents object | 08 Jan 2006 01:05 GMT | 1 |
I want to handle the DocumentClosing event of the DocumentEvents class, but in my addin the "this.applicationObject.DTE.Events" does not have a DocumentEvents member? how can i access this events collection?
|
| Create custom tools Options pages | 04 Jan 2006 23:07 GMT | 5 |
what are the steps to create custom tools options pages for vs2005. Please do not refer me to msdn doc. It contains incomplete or wrong documentation. Thanks.
|