G
Guest
H
Im developing a server/client software that interacts with Exchange with help of adodb. It works fine on the development-machine and on our testservers running diffrent OS (SBS2000 and SBS2003). The problem is that when installing and running on a customers server the program returns this error
System.Runtime.InteropServices.COMException (0x80150804): Exception from HRESULT: 0x80150804
at ADODB.RecordClass.Open(Object Source, Object ActiveConnection, ConnectModeEnum Mode, RecordCreateOptionsEnum CreateOptions, RecordOpenOptionsEnum Options, String UserName, String Password
at swserver.Form1.Form1_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.ControlNativeWindow.OnMessage(Message& m
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam
<-- snip --
Can anyone help me with this
Thanks in advance
/Hylsan
Im developing a server/client software that interacts with Exchange with help of adodb. It works fine on the development-machine and on our testservers running diffrent OS (SBS2000 and SBS2003). The problem is that when installing and running on a customers server the program returns this error
System.Runtime.InteropServices.COMException (0x80150804): Exception from HRESULT: 0x80150804
at ADODB.RecordClass.Open(Object Source, Object ActiveConnection, ConnectModeEnum Mode, RecordCreateOptionsEnum CreateOptions, RecordOpenOptionsEnum Options, String UserName, String Password
at swserver.Form1.Form1_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.ControlNativeWindow.OnMessage(Message& m
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam
<-- snip --
Can anyone help me with this
Thanks in advance
/Hylsan