Hey guys, I'm really frustrated. Is it just me or is the Exchance SDK poorly documented? I'm getting an error in my code: "Retrieving the COM class factory for component with CLSID {CD000100-8B95-11D1-82DB-00C04FB1625D} failed due to the following error: 80040154." I get that error on THIS line of code: CDO.Appointment MyAppointment = new Appointment(); Can anyone tell me what this error REALLY means? What is it that I'm doing wrong? Thanks... Todd :(
Hello Todd, are you working with CDO or CDOEx? In your eventsink, you should use CdoEx. Greetings, Henning Krause "Todd Jaspers" wrote in message news:AA594EA0-9E80-482B-A91B-351F2A9CC60A@microsoft.com... > Hey guys, > > I'm really frustrated. Is it just me or is the Exchance SDK poorly > documented? > > I'm getting an error in my code: > > > "Retrieving the COM class factory for component with CLSID > {CD000100-8B95-11D1-82DB-00C04FB1625D} failed due to the following error: > 80040154." > > > I get that error on THIS line of code: > > CDO.Appointment MyAppointment = new Appointment(); > > > > Can anyone tell me what this error REALLY means? What is it that I'm doing > wrong? > > > Thanks... > > Todd > > :(