i am ASP .Net developer and this is the first time i deal with Lotus Notes.
I am trying to initialize an Lotus Notes Session. however, i got an error "Notes error: could not open the ID file’
some environment info.:
i am running win xp, with lotus notes client installed and without domino server installed.
Subject: Notes error: Could not open the ID file
The only ID you can access via COM is the one listed in the KeyFilename= line of the notes.ini. That is determined by the last logged-in user (assuming your code hasn’t changed the line). Your Session.Initialize(strPassword) statement needs to use the password matching that ID.
Subject: Notes error: Could not open the ID file
You might need to set up PATH environment variable to find the necessary DLLs. Beware however that COM Interop and Dominino COM classes are fine for many desktop apps but tend not to scale well (or reliably) to inherently multi-threaded web server applications.
For maximum performance, reliability, and Visual Studio.NET integration we suggest that you take a look at Proposion N2N (http://www.proposion.com).