I have a vb.net that interacts with Lotus Notes; however, I have a problem when I make a NotesSession.开发者_如何学Go Every time I try to make a notesSession, I get an error because it can't 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.
Ugh, all the bad stories I heard about Notes must be true. Try setting Environment.CurrentDirectory to the directory that contains that .ini file
You might also just need to add the w:\Lotus\Notes dir to your environment path
精彩评论