> ... What is the right way to do this?

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
Hi Gary !
Thanks for your answer.
Is there any other way, maybe via C++ ( Unmanaged ) Or Visual Studio .NET
Debugging SDK , to be able to detach from a process in VSIP package ?
> Hi Shai,
>
[quoted text clipped - 28 lines]
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --------------------
Gary Chang[MSFT] - 25 Nov 2004 07:30 GMT
Hi Shai,
> Is there any other way, maybe via C++ ( Unmanaged ) Or Visual Studio .NET
> Debugging SDK , to be able to detach from a process in VSIP package ?
The platform SDK has an API DebugActiveProcessStop to detach the debugger
from a process, however it needs Windows XP or Windows 2003, and I think it
maybe difficult to use in a VSIP package:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/
debugactiveprocessstop.asp
By the way, one practical solution is hide the UI of your Add-in(if it
exists), and be silent with any debug events until the
EXIT_PROCESS_DEBUG_EVENT coming in the end...
Thanks for your understanding!
Best regards,
Gary Chang
Microsoft Online Partner Support

Signature
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------