I am trying to connect to Lotus notes through C#. For this i am using below code
NotesSession ns = new Domino.NotesSession(); ns.Initialize();
i am getting "The system cannot find the file specified." error while initializing session, if i have not opened lotus notes client on my machine.
How ever if Lotus notes client is open, i am not getting this error.
Is it mandatory to have lotus notes client open for connecting to lotus notes with out this error. Am i missing some thing. pls help.