Add reference and existing item problem
Sun, 7 May 2006 01:43:01 -0700
Good morning,
We are attempting to integrate a proprietary source control management
system into Visual Studio 2003. To accomplish this goal we need to capture
and retrieve information from several events including add reference and add
existing item. It is in these two events that we are having difficult ...
|
my break points dont be hit
Fri, 5 May 2006 05:58:01 -0700
Hi,
I had a shared add-in that worked so good on word but now i dont know what
happend that i stopped to work , ms word seems to be dead it does not answer
to any add-ins at all.
i use VS 2005 and C# and office 2003
I set "Start external program" to winword.exe and used breakpoint to debugg
my code ...
|
Attributes to modify compiler output?
Thu, 04 May 2006 12:48:07 -0700
I suspect it's unlikely, but you'll never know until you ask, but are there any attributes that would allow us to contribute to
the compiled output?
e.g.
// this class exists in a separate, compiled assembly for the compiler to load during compilation
class MyMethodCompiler : Attribute
{
// This is c ...
|
IVsBuildableProjectCfg::StartUpToDateCheck - synchronous or asynch
Thu, 4 May 2006 09:45:03 -0700
I'm implementing a custom project system using native COM/ATL.
IVsBuildableProjectCfg::StartBuild and StartClean run asynchronously. For
example, a call to StartBuild just starts the build, and the call returns
before the build operation is complete. Synchronization is handled via event
callbacks. Start ...
|
How to Comment Out Tags
Wed, 3 May 2006 14:40:44 -0700
Hello,
I have the need to write a Macro to comment out specific/predefined HTML
tags for current page
I need a Toggle Macro to comment out then Uncomment HTML tags for current
aspx page.
Code example is greatly appreciated.
Thank You,
SA
...
|
CodeModel How to connect Components to Eventsmethods
Wed, 3 May 2006 13:55:47 +0200
By using IDesignerHost I am able to create components and add them to a
form. Using FileCodeModel I can navigate in my code to find an insertion
point and then inject a method by means of StartPoints and CreateEditPoint.
Lets say I have injected the Form_Load method into the class (file), how can
I conne ...
|
ProjectAggregator2 -- Installation failed.
Wed, 3 May 2006 02:46:01 -0700
Using SDK 2006.4 and trying to base our package on "ProjectBase" it seems we
have to redistribute & intall ProjectAggregator2.msi... Am I right?
However whenever I try to msiexec /qb /i ProjectAggregator2.msi
I get the following error message: "Microsoft Visual Studio
ProjectAggregator2 can only be install ...
|
|
|
VS.Net 2005 ... macros will record, but not run/play
Wed, 3 May 2006 15:16:31 +1000
I can record macros, but when I go to run/play then, I get brief hourglass,
brief flash of icon in taskbar, but the macro does not run (nothing
happens).
Is there a setting in VS, or Windows ,OR IE or whatever that could prevent a
macro running within Visual Studio.NET 2003 ??
Roger
...
|
Accessing work item attachment contents programatically
Tue, 2 May 2006 19:44:01 -0700
I am trying to access the contents of a work item attachment programatically.
I have gotten as far as the URI property of the attachment class. However
the absoluate path of the URI points to 'AttachFileHandler.ashx' with a query
string appended consisting of a FileID and FileName parameters.
How do I ac ...
|
Solution Platforms Drop Down Dialog
Tue, 2 May 2006 16:15:01 -0700
I have created a new project type based on the MPF and the IronPython
integration sample. I have provided the names of our platforms in the
GetPlatformsNames of the ConfigProvider class for my project. When a user
creates one of my projects, the "Solution Platforms" dropdown box is
populated with one, and ...
|