creating addin to add a control
Thu, 18 Mar 2010 09:44:02 -0700
can someone please help...
i have managed to create an add-in for vs 2008 which i am using in VB
the add-in is going to create a from from a selected file.
i have managed to figure out how to create the new formas part of the
project, but not how to add contraols to it and to set properties.
can someon ...
|
RenameSymbol does not check preconditions
Wed, 03 Mar 2010 14:47:45 -0800
I try to use CodeElement2.RenameSymbol method to programmatically perform refactorings. However, this method does not check any precontition that guarantee the correctness of the refactoring, like name conflicts. Do you know how to invoke the same refactoring of the refactor menu of visual studio?
Thanks
P ...
|
RenameSymbol does not check preconditions
Wed, 03 Mar 2010 14:46:20 -0800
I try to use CodeElement2.RenameSymbol method to programmatically perform refactorings. However, this method does not check any precontition that guarantee the correctness of the refactoring, like name conflicts. Do you know how to invoke the same refactoring of the refactor menu of visual studio?
Thanks
...
|
RenameSymbol does not check preconditions
Wed, 03 Mar 2010 14:47:12 -0800
I try to use CodeElement2.RenameSymbol method to programmatically perform refactorings. However, this method does not check any precontition that guarantee the correctness of the refactoring, like name conflicts. Do you know how to invoke the same refactoring of the refactor menu of visual studio?
thanks
P ...
|
Replace in File EXE?
Fri, 19 Feb 2010 13:29:56 -0500
Slightly OT. In a post-build event I want to simple replace a value in
a config file "#dynamic#" to"assembly1.dll" and for some reason I
can't seem to find a lightweight .exe I can call to do the work.
Does anyone hwve any ideas?
Thanks. ...
|
dubber detaching in vs 2005 on windows 7 after 90 seconds
Wed, 17 Feb 2010 14:16:44 -0600
for some reason after I have attached to my w3wp.exe process, after about a
minute and a half, the dubugger quits.
why?
my app pool doesn't recycle but the default of 1744 minutes or so so it's
not that. AFter I go to IE it says 'Internet Explorer cannot display the
webpage'
thanks
...
|
How to perform refactoring programmatically,
Thu, 11 Feb 2010 16:58:01 -0800
Hi,
Visual Studio 2008 has an extensive automation API,
but I cannot find a way to perform refactoring programmatically.
I need to rename all fields in all classes according to some custom scheme,
but I was only able to invoke the refactoring GUI on the current member via
DTE.ExecuteCommand ("Refactor.Rename")
...
|
|
|
RE: Hidden characters (tabs, etc.)
Tue, 09 Feb 2010 11:31:19 GMT
It works, super shorcut!
From http://www.developmentnow.com/g/55_2004_8_0_0_290482/Hidden-characters-tabs-etc-.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/ ...
|
xsd:documentation and formatting
Wed, 3 Feb 2010 08:15:01 -0800
Hi,
I'm setting up a xsd for a xml based DSL of mine. I tried to use multiple
paragraphs in an <xsd:documentation> tag, so I would need some kind of
formatting, at least line breaks.
The whole thing is intended to be used in Visual Studio, but when I am using
the schema, the visual studio xml editor does ...
|
User-handled column missing in Exception dialog box
Wed, 27 Jan 2010 06:04:43 -0800 (PST)
Hi guys,
I recently realized that User-handled check-box column is missing in
Exception dialog box of Visual Studio Team System 2008 Development
edition installation on my PC.
Does anyone have any clue what could be the reason for that and how
can I show/enable that column?
Many thanks in advance,
Bori ...
|