This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Using Domino COM Objects in ASP ~Vanessa Prehipiterikle 3.Dec.03 06:48 PM a Web browser Applications Development All ReleasesAll Platforms
The id file lock I have cleared consistently by rebooting the server. Sometimes, I can just close Notes and restart the IIS service but rebooting the whole server always cleans it up.
The dll you likely need to recreate is domobj.dll and register it. You may even need to unregister your old domobj.dll and then register the new one. I think this makes sense because after all COM is the Notes Object Model and the classes have be updated in R6 from R5.
You can check out some Web Service demos using .NET and Notes back end on my website.