Hi,
I have installed multiple version of lotus notes on my machine 5 and 6.
i have developed a simple c# program that opens a NotesSession using the following code:
NotesSession s = new NotesSession()
s.Initialize(“”)
after this calls the user is prompted to enter a password. in the dialog the path to the Lotus Notes 6 installation data folder is displayed. so far so good.
I started the program on a desktop of a friend. he has also 5 and 6 installed. but in the dialog the path to the ln 5 installation data folder is displayed!?!?
where does NotesSession look for the data path?
thanks
mario