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/downloads/samples/automation.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.
--------------------