06-13-06 06:18 PM
I have BizTalk 2006 installed on Windows 2003 machine that is seperate
from my development machine. I have the BizTalk development and
administrative tools installed on my development machine. I am able to
deploy to the BizTalk machine. However, when I attempt to use the Web
Publishing Wizard, the Web Service Project page informs me:
Web service on host "biztalkmachinename" not available.
Also, when I click the Browse: button, I received the following
exception and stack trace:
System.Runtime.InteropServices.COMException (0x80005000): Unknown error
(0x80005000)
at System.DirectoryServices.DirectoryEntry.Bind(Boolean throwIfFail)
at System.DirectoryServices.DirectoryEntry.Bind()
at System.DirectoryServices.DirectoryEntry.get_IsContainer()
at
System.DirectoryServices.DirectoryEntries.ChildEnumerator..ctor(DirectoryEnt
ry
container)
at System.DirectoryServices.DirectoryEntries.GetEnumerator()
at
Microsoft.BizTalk.WebServices.Forms.WebDirectoryBrowserDialog.PopulateTreeVi
ew(TreeView
treeView, String host)
at
Microsoft.BizTalk.WebServices.Forms.WebDirectoryBrowserDialog.WebDirectoryBr
owserDialog_Load(Object
sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean
fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at
System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message&
m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32
msg, IntPtr wparam, IntPtr lparam)
What is this all about?
[ Post a follow-up to this message ]
|