I have a vb.net that interacts with Lotus Notes,
however I have a problem when I make a NotesSession.
Everytime I try to make a notesSession, I get an error because it cant find the notes.ini


If I put the notes.ini file in C:\Program Files\lotus\notes my app will work,
but I can't have it there I need it to be on my companies server w:\Lotus\Notes


I can't seem to find a way to make it search elsewhere.


please help
Thank you
Gibit

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Ugh, all the bad stories I heard about Notes must be true. Try setting Environment.CurrentDirectory to the directory that contains that .ini file

link|improve this answer
Thanks Alot, that worked perfectly. :) – GIBIT Nov 19 '10 at 16:36
Good guess :) Pretty sad that this works. – Hans Passant Nov 19 '10 at 16:50
Quite sad, yet I am quite happy! I needed to find a solution quite fast :p thanks again :) – GIBIT Nov 22 '10 at 19:40
feedback

You might also just need to add the w:\Lotus\Notes dir to your environment path

link|improve this answer
yup, that works too, i forgot to mention though, that i am not allowed to change the environment path. But thanks for the help :) – GIBIT Nov 19 '10 at 16:37
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.