vs 2005: What happened to AssemblyFolders reg key?
Tue, 2 May 2006 16:04:03 -0600
Hello all,
I am moving to VS2005 from VS2003. I have some .NET custom controls that I
want to appear in the toolbox. These controls load other assemblies, so I
need to specify the path to the dependent assemblies.
In VS 2003 this was done with a registry key AssemblyFolders.
How do you specify the p ...
|
How to make something similar to the Start Page
2 May 2006 07:28:18 -0700
I'd like to make something very similar to the start page or the object
browser. I'd like it to be hosted in a VS pane, not a tool window,
because I need a lot of room. What's the best way to go about
implementing this? It's not really a custom editor, because it's not
going to be used for editting and won' ...
|
Converting mouse coordinates in widget margin to line number
Tue, 2 May 2006 05:15:01 -0700
Hi All,
I have a requirement where in the left click of mouse in the widget margin
window, needs to be translated to the corresponding line number in the text
editor window.
The functionality to be achieved is exactly the same ad insert breakpoint
works in the VSIDE.
I have tried converting mouse co ...
|
Attaching to the ASP.NET Designer Context Menu
Mon, 1 May 2006 22:35:37 -1000
Hi all,
I'm having a heck of a time trying to find the right command bar to attach
to put a new command bar onto the context menu in the ASP.NET Designer.
I've been poking around and looking at the various CommandBars and it looks
like it's the Context menu that I want, but the problem is that when I pri ...
|
Problem with project extender properties for ETP projects
Tue, 2 May 2006 00:33:02 -0700
We are experiencing two issues using C# to extend Visual Studio 2003.
The solution being extended contains multiple Enterprise Templates (ETP)
that each contain one or more projects of various types.
The problem is that we need to extend the properties displayed in the
property browser when an ETP is ...
|
Attempting to automate Visual_Studio_2005
2 May 2006 04:21:03 GMT
Hi All, The VC++ 8.0 program below compiles in Visual_Studio_2005.
It's attempting to automate Visual_Studio_2005 to do:
DTE.ItemOperations.OpenFile("C:\__\X\In.TXT")
Invoke(OpenFile) returns DISP_E_MEMBERNOTFOUND, 0x80020003.
C:\__\X\In.TXT does exist.
Similar code works fine when I automate Exc ...
|
Adding components from ToolWindow how
Mon, 1 May 2006 13:25:04 +0200
I have a ToolWindow addin to VS from which I am able to create components
and add them to a form.
However I can't figure out how to add proper class reference.
For instance I place a BindingSource on a form like this:
IComponent dsComp = host.CreateComponent(typeof(BindingSource), "mySource");
(host.Ro ...
|
|
|
Extending Visual Studio IntelliSense
30 Apr 2006 08:43:03 -0700
Hey,
Is it possible - using Macros or Add-Ins to add more entries to the
IntelliSense combo-box in certain situations?
Thanks ahead
--sternr
...
|
Missing Context Menu Items
28 Apr 2006 09:47:43 -0700
I am currently porting a VSIP project that was originally written for
VS 2003 (and 2002 before that) and after migration (which has been
successful on the whole) I am missing context menu items for Solution
Build/Rebuild when a solution consists of projects of only my type.
There has been a post about this som ...
|
Cast Debugger.GetExpression result to DataSet
Thu, 27 Apr 2006 15:26:01 -0700
Seems like this would have been asked before, but couldn't find anything
specific after much searching.
Have successfully created add-in. Can get access to a DataSet variable
instance selected in the code window. All cool there.
Would like to simple retrieve the instance of the DataSet represented by the ...
|