My company has an in-house-developed COM object (developed in C++) that is critical to many of our business processes. We've recently discovered that it is dependent on two third party DLLs (we're learning how this all works as we go), and my boss wants me to try to import those DLLs so as to...
I am trying to have an ASP page submit a POST messge to a remote server. The catch is, this can not be done with a form, because of the nature of the data that is expected by the remote server (it expects some custom headers). It must be a manually-written ASP-driven HTTP POST submission...
I'm developing a DLL in C++ that is accessed from an ASP page. When running the page this error is thrown:
Object doesn't support this property or method: 'ldap_obj.objectVersion'
The method objectVersion() does exist; as I browse component services I can see that method for my object. Plus...
I'm developing a DLL in C++ that is accessed from an ASP page. When running the page this error is thrown:
Object doesn't support this property or method: 'ldap_obj.objectVersion'
The method objectVersion() does exist; as I browse component services I can see that method for my object. Plus...
I'm developing a DLL in C++ that is accessed from an ASP page. When running the page this error is thrown:
Object doesn't support this property or method: 'ldap_obj.objectVersion'
The method objectVersion() does exist; as I browse component services I can see that method for my object. I am...
I have no LDAP experience but have been recently thrown to the wolves to develop an LDAP-enabled web application for my company using COM objects. While doing some early testing of LDAP connections & searches, I discovered that the application does not return all the attributes associated with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.