Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Creating Subscriptions using PKMSUBSLib

  Asked By: Lavanya Mulani         Date: Apr 19, 2010      Category: Sharepoint      Views: 144
 

I was testing some code from the SPS SDK to programmatically create
subscriptions in SPS.

I regsistered the pkmsubs.dll on my test server and referenced the dll in
VB. The type library has obviously been detected correctly because
Intellisense works fine.

But when I try to create an instance of the object with


Dim oSubMgr As PKMSUBSLib.SubscriptionManager
Set oSubMgr = CreateObject("PKMSUBSLib.SubscriptionManager",
"http://iq-d3-w2kas1")

I get
Run time error 463
"Class not registered on local machine"


Can anyone please tell me what other files need to be registered to use
the
PKMSubscription object.


Do you know someone who can help? Share a link to this thread on twitter, or facebook.


 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on Creating Subscriptions using PKMSUBSLib Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].