adsi Cannot create ActiveX component

  • Thread starter Thread starter Shlomi
  • Start date Start date
S

Shlomi

Hi,

I'm developing an application that runs in AspNet on Win2003 server.
Every thing runs OK in the development environment, but in the customer
site I have a problem running "CreateObject("ADSystemInfo")" (I get
"Cannot create ActiveX component" error).

The strangest thing is that when I'm running the site through mmc
console, all is all right, but with IE - I get the error!!!!

Somebody? Any idea? Is it a permissions issue?

Thanks, Shlomi
 
you need to have the object registered on the local machine, it most
probably isn't.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top