It seems like I have tried everything but I simply can't find a solution. How can I add persistant subscriptions programatically. I need to setup my subscriptions during my application installation.
> It seems like I have tried everything but I simply can't find a solution. How can I add persistant subscriptions programatically. I need to setup my subscriptions during my application installation.
>
> -----------------------
> Posted by a user from .NET 247 (http://www.dotnet247.com/)
>
> <Id>+jpHii436UeM04PwpZU+0g==</Id>
You will have to access to COM+ catalogs via COM+ API
(COMAdmin.COMAdminCatalog). This url will give you some lead as to how
to achieve it using COM+ API on COMAdminCatalog.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cossdk/htm/pgse
rvices_events_9i43.asp
Chee Pin