473,320 Members | 2,041 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

BUG ?: SolutionItemsEvents not fired

Hello,

I trying to develop an addin but I not able to catch SolutionItemsEvents.

Is there somebody reach to do that ?
Jul 21 '05 #1
3 2265
Hi Cedric,

SolutionEvents is of type SolutionEvents, but both MiscFilesEvents and
SolutionItemsEvents are of type ProjectItemsEvents.

You may try to have a look at the sample code.
Microsoft Visual Studio .NET Automation Sample: EventWatcher Add-in
http://msdn.microsoft.com/code/defau...p?url=/MSDN-FI
LES/026/002/525/msdncompositedoc.xml

Have a nice day.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
From: "Cedric" <c.*****@hayward.fr>
Subject: BUG ?: SolutionItemsEvents not fired
Date: Thu, 2 Oct 2003 14:01:23 +0200
Lines: 7
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <el**************@TK2MSFTNGP10.phx.gbl>
Newsgroups: microsoft.public.dotnet.general
NNTP-Posting-Host: ca-sqy-14-167.w80-8.abo.wanadoo.fr 80.8.67.167
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:110542
X-Tomcat-NG: microsoft.public.dotnet.general

Hello,

I trying to develop an addin but I not able to catch SolutionItemsEvents.

Is there somebody reach to do that ?


Jul 21 '05 #2
> SolutionEvents is of type SolutionEvents, but both MiscFilesEvents and
SolutionItemsEvents are of type ProjectItemsEvents.

You may try to have a look at the sample code.
Microsoft Visual Studio .NET Automation Sample: EventWatcher Add-in
http://msdn.microsoft.com/code/defau...p?url=/MSDN-FI LES/026/002/525/msdncompositedoc.xml
Your URL is wrong correct one is
:http://msdn.microsoft.com/vstudio/do...utomation.aspx

Ok thanks for that but try to run it. And you'll never see these events (in
..net 2003 at least):
SolutionItemsEvents.ItemAdded, ItemRenamed ItemRemoved

and same thing for MiscFilesEvents

So my question is not so bad and become really a bug report.
Have a nice day.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
--------------------
Hello,

I trying to develop an addin but I not able to catch SolutionItemsEvents.

Is there somebody reach to do that ?

Jul 21 '05 #3
Hi,

Solution items is not a Common project e.g. VB. C#. It is a special project.

You may try to follow the steps below to see if the
SolutionItemsEvents_ItemAdded has been fired.
[I tested with the EventWatcher Add-In in the link below]
http://msdn.microsoft.com/vstudio/do...utomation.aspx
[STEPS]
1. In the Solution Explorer Panel, Right click on the Solution and select
Add-->Add New Item
2. In the Add New Item dialog, select a item ,e.g. Text File.
3. Click Open
Observe the Output panel[DTE Events Information] to see if the
SolutionItemsEvents_ItemAdded has been fired.

You may have a try and let me know the result.
Cheers.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

--------------------
From: "Cedric" <cg****@wanadoo.fr>
References: <el**************@TK2MSFTNGP10.phx.gbl> <sY**************@cpmsftngxa06.phx.gbl>Subject: Re: BUG ?: SolutionItemsEvents not fired
Date: Thu, 2 Oct 2003 17:34:11 +0200
Lines: 39
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Message-ID: <uk**************@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.dotnet.general
NNTP-Posting-Host: ca-sqy-5-179.w80-8.abo.wanadoo.fr 80.8.58.179
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP09.phx.gbl
Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.general:110559
X-Tomcat-NG: microsoft.public.dotnet.general
SolutionEvents is of type SolutionEvents, but both MiscFilesEvents and
SolutionItemsEvents are of type ProjectItemsEvents.

You may try to have a look at the sample code.
Microsoft Visual Studio .NET Automation Sample: EventWatcher Add-in

http://msdn.microsoft.com/code/defau...sp?url=/MSDN-F

I
LES/026/002/525/msdncompositedoc.xml

Your URL is wrong correct one is
:http://msdn.microsoft.com/vstudio/do...utomation.aspx

Ok thanks for that but try to run it. And you'll never see these events (in
.net 2003 at least):
SolutionItemsEvents.ItemAdded, ItemRenamed ItemRemoved

and same thing for MiscFilesEvents

So my question is not so bad and become really a bug report.
Have a nice day.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights. --------------------
>Hello,
>
>I trying to develop an addin but I not able to catch SolutionItemsEvents. >
>Is there somebody reach to do that ?
>
>
>



Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Anatoly | last post by:
Put any control on web page. create Init event for ths control. Write Response.Write("here") inside this event. Compile\build\run. I never saw "here" string appear on web page. Why???
7
by: sunil philip | last post by:
How do i identify the page that fired a method? e.g. page1.html ----------- <Head> <script> document.write(myfun()); </script>
3
by: Cedric | last post by:
Hello, I trying to develop an addin but I not able to catch SolutionItemsEvents. Is there somebody reach to do that ?
2
by: James Woody | last post by:
Our company uses the profile feature, then for some reason I screw around with the web.config file and delete one of the profile keys. I then re-add that profile key. Woudn't all that profile...
1
by: NAT | last post by:
I make a response.redirect to an ABC.aspx page from my web application. In the Page Load event of the ABC.aspx page I make a call to a web method of a web service.But what I notice here is that...
0
by: Artur | last post by:
After trying to solve this, I noticed another strange thing. When in secure connection Page_Load method of page is not invoked (Load event not fired). I looked where this method is assigned to this...
1
by: Dean Slindee | last post by:
I have a control which handles the DoubleClick event for itself and many other controls like it. I would like to examine the .Tag property value of the control that fired the DoubleClick event. ...
2
by: AMDRIT | last post by:
Hello Everyone, I am having an issue where an event appears to be fired repeatedly where I only expect it to be fired once. See below for objects and behaviors. I have a control that contains...
0
by: das | last post by:
Hello all, I am using the SqlDependency to subscribe to any new inserts into a database table, I enabled the DB to be borker ready and subscrbed to Query notifications on the database. My C#...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.