Command Id for Modify Connection in Orcas
Mon, 08 Oct 2007 12:37:45 -0000
Hi
For "Visual Studio 2008" what is the Command Id for the menu item
"Modify Connection" , which is present for the connection in Server
Explorer?
Also I want to execute a Refresh command for the connection and for
that I am specifying the GUID as
Microsoft.VisualStudio.VSConstants.GUID_VSStandardCommandSe ...
|
linkage between EnvDTE.AddIn and EnvDTE.Command
Sun, 07 Oct 2007 21:12:43 -0000
I would like to enumerate the EnvDTE.Command objects of an
EnvDTE.AddIn. Is there a way other than enumerating all the
EnvDTE.Command(s) of EnvDTE.Commands and comparing ProgID with the
first part of the Command.Name?
also, from an EnvDTE.Command object, identify the associated
EnvDTE.AddIn.
The best I ha ...
|
Re: Using VS Shell in isolated mode: development sequence
Sun, 7 Oct 2007 16:18:15 +0200
Hi Justin,
> Is your language .net based at all?
No. The interpreter has been written in C# but it doesn't produce .Net code
(it doesn't produce any code, by the way :-) ).
> Also you might try using the DSL tools for
> creating a custom language, this is a relatively easy way to create a
> domain speci ...
|
Can I access build events tab of a given project properties page from vs2005 add-in?
Wed, 14 Mar 2007 17:32:18 +0800
Hi guys.
I want to access the build events tab of a given project properties page? Is
this feasible? What I want is to copy a xml data file data.xml (this file
was generated by my add-in and when program runs, it depends on this xml
file) under $(ProjectDir) directory to $(OutDir) after the project is bui ...
|
Scalable Project structure
Tue, 13 Mar 2007 09:48:13 -0700
Hi All,
Can anyone tell me where I can find some best practice as of how to
structure my Visual Studio 6 projects. I'd like them to be scalable.
Thanks,
Lootch ...
|
How to get the Expression from DataTip window?
Mon, 12 Mar 2007 19:58:05 -0700
When we debug we can use DataTip to see the properties and data of a object.
When we right click we see the context menu with "Copy", "Copy Expression",
i.e.. If we click "Copy Expression" it copys the expression to the clipboard.
My Add-in applicationI has the context menu object (it is CommandBar type)
h ...
|
how to clear the immediate window
Thu, 08 Mar 2007 12:26:04 +0100
Hello,
I'd like to clear the immediate window when the build starts. It's pretty easy for the command window:
Private Sub DebuggerEvents_OnEnterRunMode(ByVal r As dbgEventReason) Handles DebuggerEvents.OnEnterRunMode
DTE.ToolWindows.CommandWindow.Clear()
End Sub
Is there a way to do this with the imm ...
|
|
|
Tab background coloring based on Project type
7 Mar 2007 12:18:48 -0800
Here's what I am aiming to do.
I have created a VSPackage that works with special commands/menus etc
for users' C# projects (subtyped from C# project types). These
projects are in a single solution. There are 5 such projects in that
solution. All the projects perform different aspects of a single
module ...
|
Load assemblies fail with a SecurityException
6 Mar 2007 04:33:02 -0800
Hi there!
I'm working on an addin that much like ReSharper TestRunner and
TestDriven.NET runs unit tests inside of Visual Studio.
The problem I'm having is that when I try to load the assemblies
containing the tests, I get an SecurityException with the message
"Request for the permission of type
'System. ...
|
my Visual Studio install refuse to load any addins
Mon, 05 Mar 2007 13:51:11 +0100
Hello,
my Visual Studio install refuse to load any addins, nothing shows up in the addin manager. I tried wizard created addins and some I found in the internet. Apart from reinstalling Visual Studio is there anything I can try? I think I've used addins before so it got broke somehow.
Normally I prefer macro ...
|