Link to home
Start Free TrialLog in
Avatar of dclsoft
dclsoft

asked on

Are there any other class to registry to avoid this error! Class definition NOTES.NOTESSSESSION is not found

Using CreateObject("Notes.NotesSession")

Class definition NOTES.NOTESSSESSION is not found
I receive this error message above  in some computer in other  works fine!

I already registry nlsxbe.dll

There are any others options to setup?
Avatar of Cyril Joudieh
Cyril Joudieh
Flag of Lebanon image

Is the machine that it works on the development version?

Make sure all classes are compiled into the project exe before deployment.

SET CLASSLIB TO path\class ADDITIVE

or add it manually in Project Manager.
It could be that the vcx or the class container is in the path of one of the machies and not others.
I have seen the following comment posted right before that CREATEOBJECT call:

*-- If your Notes directory is somewhere other than your current default
*-- setting I suggest you change the default prior to creating the
*-- NotesSession object.  You can return to the previos default after
*-- the session object has been created
That comment was from this web page reference:

Lotus Notes Email
http://fox.wikis.com/wc.dll?Wiki~LotusNotesEmail
ASKER CERTIFIED SOLUTION
Avatar of dclsoft
dclsoft

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Excellent.  We all hate broken software.
Glad we could assist.
Closed, 500 points refunded.
Vee_Mod
Community Support Moderator