Hi,
to print data from notes, I’ve created a Visual - Basic - application. With Windows 2000 Server this program works, but not with Windows 2003 - Server.
The error - message from visual basic is, when I create the COM - Object:
“abnormal program termination”
I’m sure to have nlsxbe.dll registered.
Any ideas whats going wrong ?
Are there differnt entries in the registry ?
Thanks and regards,
Bernd
hcl-bot
November 19, 2004, 9:25pm
2
Subject: COM and Visual Basic
Hi,
Sorry I cannot be of any help but we are also having the same problem.
It works in Windows 2000 but not in Windows 2003
Can you let me know if you found a solution?
Thanks, Adrian
Subject: COM and Visual Basic
We had a very similar problem and found a resolution.
Our issue was that we had an additional Notes.ini file on the server that the program was finding. Once it was removed the program then worked fine.
Search your path for notes.ini and remove additional files if there is more than one. (make sure you keep the right one though)
Hope it helps.
Subject: RE: COM and Visual Basic
If you havent solved the problem, you have to manually register the nlsxbe.dll.
Run “regsvr32 nlsxbe.dll” from the program directory.
Hope that helps…