Re: IIS - Cannot create ActiveX component



You need to register the COM libraries on the server. The Notes installer
doesn't correctly do this.
The one you're looking for is nlsxbe.dll in the Notes install folder on the
server.

"Heinz K" <Heinz-NoSpam@xxxxxxxxxxxxxxxx> wrote in message
news:44d89279$0$20047$9b4e6d93@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Paul Clement schrieb:
Are all of the COM components you are using in your app registered on the
web server? Did you
distribute the COM interop assemblies (if any) that were created during
development (should be in
your bin folder)?

Hi Paul,

I think so. On my development client I referenced "domobj.tlb" which is
part of the Lotus Notes Program Directory. When I compile it I get a
"Înterop.Domino.dll" in my bin-directory. I then copy everything in
app-folder, including the bin-subdirectory, to the external IIS. On
external IIS, Notes is installed so I guess the COM component is
registered correct. Is there a way to check this?

Thanks!


.


Loading