Vbs applicatoin no longer connects to notes

We have several vbs applications that connect to the notes client and extract or load information to or from the notes client. We use the following:

Set session = CreateObject(“Lotus.NotesSession”)

Call session.Initialize

This used to work with the notes 6.0.2 client. After converting to notes 6.5 this no longer works. We have not been able to find a fix, or find more information about the syntax of newer libaries.

Subject: vbs applicatoin no longer connects to notes

Have you ensured that the nlsxbe.dll is registered as a COM server after the upgrade?