Hi Gary,
Yes, I'm still looking for a solution to this problem. Let me know if I
need to re-post it otherwise, please just follow up on here.
...I'll look into my account and try to see what's wrong.
Thanks,
Joe
> Hi Joe,
>
[quoted text clipped - 29 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Gary Chang[MSFT] - 13 Sep 2006 10:06 GMT
Hi Joe,
No need to repost this issue, we will follow up this issue here.
I am performing research on this issue and will get back to you as soon as
possible. I appreciate your patience.
Thanks!
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Gary Chang[MSFT] - 14 Sep 2006 04:38 GMT
Hi Joe,
Our VSIP specialist suggests you verify whether that service is available
at first. It may have the problem that the designer host service provider
chains calls to VS service provider. You can use the following code to
check it:
STrackSelection trackSelSvc =
(STrackSelection)activeHost.GetService(typeof(STrackSelection));
if (trackSelSvc != null) <== Is this condition satisfied?
{
..
Thanks!
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Joe Burke - 14 Sep 2006 05:22 GMT
Thanks Gary,
Yes, I mention in my original post that I'm actually getting past that
point. I've confirmed that the service is available.
I have also confirmed the following next steps:
1. I am calling the method 'OnSelectChange' with my correct substitution
set of objects that I'd like to appear in the properties window.
2. I have also noticed that by using the IVsMonitorSelection interface,
I can see that my selection is taking place with my new container of
objects. However, immediately after I change the selection container,
IVsMonitorSelection informs me that the current selection container is being
changed back to my original set of components from my root designer. These
are the objects that I am trying to substitute out. That's what prompted me
to question whether or not I am calling 'OnSelectChange' in the correct
place. From my source code in the original post, you can see that I am
calling it from the 'ActiveDesignerChanged' method of the
'IDesignerEventService' interface.
I hope that this makes sense.
-Joe
> Hi Joe,
>
[quoted text clipped - 22 lines]
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
Gary Chang[MSFT] - 15 Sep 2006 06:31 GMT
Hi Joe,
Thanks for the response!
This issue may need some offline support. Would you please send an email to
me discuss this issue? Then we will contact you directly.
(Please remove the "online" of my email address alias)
Thanks for your understanding!
Best regards,
Gary Chang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.