ADODB.ConnectionClass.Open Error 80040E19
From: Josh Hawley (anonymous_at_discussions.microsoft.com)
Date: 05/28/04
- Next message: Annoyed msdn newsgroup user: "RE: claim your Live Internet training session today"
- Previous message: rc: "Canceling Ado Connection"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 28 May 2004 09:16:07 -0700
I pulled te code from http://support.microsoft.com/default.aspx?kbid=310199 to make sure that i wasnt doing something wrong in the code... then changed just the URL and i get this error:
System.Runtime.InteropServices.COMException (0x80040E19): Object or data matching the name, range, or selection criteria was not found within the scope of this operation. at ADODB.ConnectionClass.Open(String ConnectionString, String UserID, String Password, Int32 Options) at Samples.Class1.Main(String[] args) in c:\documents and settings\jhawley.00
0\my documents\visual studio projects\extest\class1.cs:line 20 Exception caught.
Line 20 is: oCn.Open(sURL, "", "", -1);
I am running this on my exchange2003/windows2003 server
help ive been beating my head on this error for 2 days now
- Next message: Annoyed msdn newsgroup user: "RE: claim your Live Internet training session today"
- Previous message: rc: "Canceling Ado Connection"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|