PC Review


Reply
Thread Tools Rate Thread

Biztalk Server Reference In VB.NET

 
 
VBBoy
Guest
Posts: n/a
 
      5th Apr 2004
hi
i want to set a ManagementEventWatcher for Biztalk Suspended Queue
Document created as soon as any document will be kept in suspended
queue my applicaion would recieve event so that i can take further
actions on it
i am using pretty simple method
Try
Dim ms As New
System.Management.ManagementScope("root\MicrosoftBizTalkServer")
w = New System.Management.ManagementEventWatcher(ms, New
System.Management.EventQuery("Select * from
cs_SuspendedQErrorStrings"))

w.Start()
Catch ex As Exception
MsgBox(ex.ToString)
End Try

thats it..
my code but it is giving me an exception of "Invalid Namespace"

thanx in advance
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
BizTalk Tony Johansson Microsoft C# .NET 2 22nd May 2009 06:44 AM
BizTalk Tony Johansson Microsoft C# .NET 0 21st May 2009 08:30 AM
BIZTALK Server WORKSHOP 2006 BSP Information Microsoft ASP .NET 0 2nd May 2007 08:07 AM
Wohoo! VS.NET 2005/ASP.NET 2.0/SQL Server 2005/BizTalk Server 2006 will launch week of Nov. 7 Juan T. Llibre Microsoft ASP .NET 0 7th Jun 2005 06:19 PM
ASP.Net Session disabled after installing SharePoint Service and BizTalk Server 2004 =?Utf-8?B?V2F5bmUgU2hlbg==?= Microsoft ASP .NET 3 4th Mar 2004 03:01 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:03 AM.