![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I have a VB6 app that has been working for 18months. But now generates
a 429 error at the line Set oCDO = CreateObject("MAPI.Session") I use Outlook 2003, Windows XP, CDO 1.21 I suppose either Windows, or the Outlook server may have changed without my knowledge. I haven't touched the code which, as I say has been working happily. There are some other users of my app which experience the same problem at the same time, which I guess points to either a change in the Outlook server config, or a Windows update that we received concurrently. I've checked that my cdo.dll is still in place, and it is . Any suggestions? Thanks David |
Ads |
#2
|
|||
|
|||
![]()
Hi,
I have a VB6 app that has been working for 18months. But now generates a 429 error at the line Set oCDO = CreateObject("MAPI.Session") I use Outlook 2003, Windows XP, CDO 1.21 I suppose either Windows, or the Outlook server may have changed without my knowledge. I haven't touched the code which, as I say has been working happily. There are some other users of my app which experience the same problem at the same time, which I guess points to either a change in the Outlook server config, or a Windows update that we received concurrently. I've checked that my cdo.dll is still in place, and it is . Did you ensure that CDO is selected in the Outlook setup options? It is not selected by default. Open regedit: do you have HKEY_CLASSES_ROOT\Mapi.Session? Do you see a CLSID subkey? Its default value should start with {3fa7d and so on. Search that value in HKEY_CLASSES_ROOT\CLSID\ There should be an InprocServer32 subkey with a path to cdo.dll. Does that file exist? -- SvenC |
#3
|
|||
|
|||
![]()
The poster should also check to see if he's running a script stopper such as
Norton or McAfee, which might be preventing automation of CDO by preventing CreateObject or New from creating new instances of CDO. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "SvenC" wrote in message ... Hi, I have a VB6 app that has been working for 18months. But now generates a 429 error at the line Set oCDO = CreateObject("MAPI.Session") I use Outlook 2003, Windows XP, CDO 1.21 I suppose either Windows, or the Outlook server may have changed without my knowledge. I haven't touched the code which, as I say has been working happily. There are some other users of my app which experience the same problem at the same time, which I guess points to either a change in the Outlook server config, or a Windows update that we received concurrently. I've checked that my cdo.dll is still in place, and it is . Did you ensure that CDO is selected in the Outlook setup options? It is not selected by default. Open regedit: do you have HKEY_CLASSES_ROOT\Mapi.Session? Do you see a CLSID subkey? Its default value should start with {3fa7d and so on. Search that value in HKEY_CLASSES_ROOT\CLSID\ There should be an InprocServer32 subkey with a path to cdo.dll. Does that file exist? -- SvenC |
#4
|
|||
|
|||
![]()
On 26 Jul, 10:37, "SvenC" wrote:
Hi, I have a VB6 app that has been working for 18months. But now generates a 429 error at the line Set oCDO = CreateObject("MAPI.Session") I use Outlook 2003, Windows XP, CDO 1.21 I suppose either Windows, or the Outlook server may have changed without my knowledge. I haven't touched the code which, as I say has been working happily. There are some other users of my app which experience the same problem at the same time, which I guess points to either a change in the Outlook server config, or a Windows update that we received concurrently. I've checked that my cdo.dll is still in place, and it is . Did you ensure that CDO is selected in the Outlook setup options? It is not selected by default. Open regedit: do you have HKEY_CLASSES_ROOT\Mapi.Session? Do you see a CLSID subkey? Its default value should start with {3fa7d and so on. Search that value in HKEY_CLASSES_ROOT\CLSID\ There should be an InprocServer32 subkey with a path to cdo.dll. Does that file exist? -- SvenC- Hide quoted text - - Show quoted text - Fixed now thanks, apparently I didn't have CDO enabled. Weird, I definitely used to have that working, what I think must have happened is our IT has the power to upgrade our desktop applications without our knowledge, so they must have updated Outlook and somehow removed CDO. Anyway, it's working now. Many thanks David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Getting started | Adrian D. Bailey | Outlook and VBA | 1 | March 19th 07 08:05 AM |
how do i get started | Nicole mcdougal | Outlook Express | 2 | October 22nd 06 03:21 AM |
Getting started | laura | Outlook - General Queries | 5 | August 26th 06 06:43 AM |
how do i get started | Alias | Outlook Express | 6 | March 5th 06 09:45 AM |
Help getting started!! | hasnain mir mohammed | Outlook Express | 2 | January 15th 06 11:21 AM |